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 * SparseColorImage(const Image *, const ChannelType, const SparseColorMethod, const size_t, const double *, ExceptionInfo *)
Definition distort.c:2952
SparseColorMethod
Definition distort.h:59
@ InverseColorInterpolate
Definition distort.h:69
@ ShepardsColorInterpolate
Definition distort.h:64
@ VoronoiColorInterpolate
Definition distort.h:68
@ PolynomialColorInterpolate
Definition distort.h:63
@ BilinearColorInterpolate
Definition distort.h:62
@ UndefinedColorInterpolate
Definition distort.h:60
@ ManhattanColorInterpolate
Definition distort.h:70
@ BarycentricColorInterpolate
Definition distort.h:61
DistortImageMethod
Definition distort.h:35
@ AffineProjectionDistortion
Definition distort.h:38
@ UndefinedDistortion
Definition distort.h:36
@ Cylinder2PlaneDistortion
Definition distort.h:49
@ BilinearForwardDistortion
Definition distort.h:42
@ ScaleRotateTranslateDistortion
Definition distort.h:39
@ BarrelDistortion
Definition distort.h:51
@ ResizeDistortion
Definition distort.h:54
@ PerspectiveProjectionDistortion
Definition distort.h:41
@ SentinelDistortion
Definition distort.h:55
@ AffineDistortion
Definition distort.h:37
@ BilinearReverseDistortion
Definition distort.h:44
@ BarrelInverseDistortion
Definition distort.h:52
@ ArcDistortion
Definition distort.h:46
@ Plane2CylinderDistortion
Definition distort.h:50
@ PolarDistortion
Definition distort.h:47
@ DePolarDistortion
Definition distort.h:48
@ ShepardsDistortion
Definition distort.h:53
@ PerspectiveDistortion
Definition distort.h:40
@ BilinearDistortion
Definition distort.h:43
@ PolynomialDistortion
Definition distort.h:45
MagickExport Image * DistortImage(const Image *, const DistortImageMethod, const size_t, const double *, MagickBooleanType, ExceptionInfo *exception)
MagickExport Image * RotateImage(const Image *, const double, ExceptionInfo *)
MagickExport Image * DistortResizeImage(const Image *, const size_t, const size_t, ExceptionInfo *)
MagickExport Image * AffineTransformImage(const Image *, const AffineMatrix *, ExceptionInfo *)
ChannelType
Definition magick-type.h:169
MagickBooleanType
Definition magick-type.h:203
#define MagickExport
Definition method-attribute.h:80
Definition exception.h:103