dmagick.c.distort

Undocumented in source.

Members

Enums

DistortImageMethod
enum DistortImageMethod

The distortion method to use when distorting an image.

SparseColorMethod
enum SparseColorMethod

Determines how to fill intervening colors.

Functions

AffineTransformImage
Image* AffineTransformImage(const(Image)* , const(AffineMatrix)* , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DistortImage
Image* DistortImage(const(Image)* , DistortImageMethod , size_t , const(double)* , MagickBooleanType , ExceptionInfo* exception)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DistortResizeImage
Image* DistortResizeImage(const(Image)* , size_t , size_t , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RotateImage
Image* RotateImage(const(Image)* , double , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SparseColorImage
Image* SparseColorImage(const(Image)* , ChannelType , SparseColorMethod , size_t , const(double)* , ExceptionInfo* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta