18 #ifndef MAGICKCORE_DISTORT_H
19 #define MAGICKCORE_DISTORT_H
21 #if defined(__cplusplus) || defined(c_plusplus)
82 #if defined(__cplusplus) || defined(c_plusplus)
MagickExport Image * DistortImage(const Image *image, DistortImageMethod method, const size_t number_arguments, const double *arguments, MagickBooleanType bestfit, ExceptionInfo *exception)
Definition: distort.c:1679
Definition: exception.h:102
Definition: geometry.h:95
MagickExport Image * AffineTransformImage(const Image *image, const AffineMatrix *affine_matrix, ExceptionInfo *exception)
Definition: distort.c:285
MagickBooleanType
Definition: magick-type.h:198
SparseColorMethod
Definition: distort.h:58
DistortImageMethod
Definition: distort.h:34
MagickExport Image * RotateImage(const Image *image, const double degrees, ExceptionInfo *exception)
Definition: distort.c:2865
ChannelType
Definition: magick-type.h:164
MagickExport Image * DistortResizeImage(const Image *image, const size_t columns, const size_t rows, ExceptionInfo *exception)
Definition: distort.c:1463
#define MagickExport
Definition: method-attribute.h:80
MagickExport Image * SparseColorImage(const Image *image, const ChannelType channel, const SparseColorMethod method, const size_t number_arguments, const double *arguments, ExceptionInfo *exception)
Definition: distort.c:2952