18 #ifndef MAGICKCORE_EFFECT_H
19 #define MAGICKCORE_EFFECT_H
23 #if defined(__cplusplus) || defined(c_plusplus)
111 #if defined(__cplusplus) || defined(c_plusplus)
MagickExport Image * MotionBlurImage(const Image *, const double, const double, const double, ExceptionInfo *)
MagickExport Image * FilterImageChannel(const Image *, const ChannelType, const KernelInfo *, ExceptionInfo *)
MagickExport Image * SharpenImage(const Image *, const double, const double, ExceptionInfo *)
PreviewType
Definition: effect.h:28
@ RotatePreview
Definition: effect.h:30
@ ImplodePreview
Definition: effect.h:54
@ RollPreview
Definition: effect.h:32
@ ThresholdPreview
Definition: effect.h:46
@ DespecklePreview
Definition: effect.h:41
@ BlurPreview
Definition: effect.h:45
@ SharpenPreview
Definition: effect.h:44
@ EdgeDetectPreview
Definition: effect.h:47
@ RaisePreview
Definition: effect.h:51
@ UndefinedPreview
Definition: effect.h:29
@ ShearPreview
Definition: effect.h:31
@ ShadePreview
Definition: effect.h:50
@ SwirlPreview
Definition: effect.h:53
@ DullPreview
Definition: effect.h:38
@ SegmentPreview
Definition: effect.h:52
@ GammaPreview
Definition: effect.h:36
@ HuePreview
Definition: effect.h:33
@ BrightnessPreview
Definition: effect.h:35
@ WavePreview
Definition: effect.h:55
@ ReduceNoisePreview
Definition: effect.h:42
@ SpreadPreview
Definition: effect.h:48
@ AddNoisePreview
Definition: effect.h:43
@ SolarizePreview
Definition: effect.h:49
@ CharcoalDrawingPreview
Definition: effect.h:57
@ OilPaintPreview
Definition: effect.h:56
@ GrayscalePreview
Definition: effect.h:39
@ SaturationPreview
Definition: effect.h:34
@ JPEGPreview
Definition: effect.h:58
@ QuantizePreview
Definition: effect.h:40
@ SpiffPreview
Definition: effect.h:37
MagickExport Image * KuwaharaImage(const Image *, const double, const double, ExceptionInfo *)
MagickExport Image * SpreadImage(const Image *, const double, ExceptionInfo *)
MagickExport Image * KuwaharaImageChannel(const Image *, const ChannelType, const double, const double, ExceptionInfo *)
MagickExport Image * SharpenImageChannel(const Image *, const ChannelType, const double, const double, ExceptionInfo *)
MagickExport Image * EmbossImage(const Image *, const double, const double, ExceptionInfo *)
MagickExport Image * AdaptiveBlurImageChannel(const Image *, const ChannelType, const double, const double, ExceptionInfo *)
MagickExport Image * MotionBlurImageChannel(const Image *, const ChannelType, const double, const double, const double, ExceptionInfo *)
MagickExport Image * PreviewImage(const Image *, const PreviewType, ExceptionInfo *)
MagickExport Image * DespeckleImage(const Image *, ExceptionInfo *)
MagickExport Image * SelectiveBlurImageChannel(const Image *, const ChannelType, const double, const double, const double, ExceptionInfo *)
MagickExport Image * UnsharpMaskImageChannel(const Image *, const ChannelType, const double, const double, const double, const double, ExceptionInfo *)
Definition: effect.c:4592
MagickExport Image * AdaptiveSharpenImage(const Image *, const double, const double, ExceptionInfo *)
MagickExport Image * LocalContrastImage(const Image *, const double, const double, ExceptionInfo *)
MagickExport Image * GaussianBlurImageChannel(const Image *, const ChannelType, const double, const double, ExceptionInfo *)
MagickExport Image * ConvolveImage(const Image *, const size_t, const double *, ExceptionInfo *)
MagickExport Image * RotationalBlurImage(const Image *, const double, ExceptionInfo *)
MagickExport Image * FilterImage(const Image *, const KernelInfo *, ExceptionInfo *)
MagickExport Image * BlurImage(const Image *, const double, const double, ExceptionInfo *)
MagickExport Image * AdaptiveBlurImage(const Image *, const double, const double, ExceptionInfo *)
MagickExport Image * GaussianBlurImage(const Image *, const double, const double, ExceptionInfo *)
MagickExport Image * RotationalBlurImageChannel(const Image *, const ChannelType, const double, ExceptionInfo *)
MagickExport Image * BlurImageChannel(const Image *, const ChannelType, const double, const double, ExceptionInfo *)
MagickExport Image * UnsharpMaskImage(const Image *, const double, const double, const double, const double, ExceptionInfo *)
MagickExport Image * ShadeImage(const Image *, const MagickBooleanType, const double, const double, ExceptionInfo *)
MagickExport Image * ConvolveImageChannel(const Image *, const ChannelType, const size_t, const double *, ExceptionInfo *)
MagickExport Image * EdgeImage(const Image *, const double, ExceptionInfo *)
MagickExport Image * AdaptiveSharpenImageChannel(const Image *, const ChannelType, const double, const double, ExceptionInfo *)
MagickExport Image * SelectiveBlurImage(const Image *, const double, const double, const double, ExceptionInfo *)
ChannelType
Definition: magick-type.h:169
MagickBooleanType
Definition: magick-type.h:203
#define MagickExport
Definition: method-attribute.h:80
Definition: morphology.h:103
Definition: exception.h:103