Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:Image

16   MagickCore image effects methods.
61 extern MagickExport Image
62 *AdaptiveBlurImage(const Image *,const double,const double,ExceptionInfo *),
63 *AdaptiveSharpenImage(const Image *,const double,const double,
65 *BlurImage(const Image *,const double,const double,ExceptionInfo *),
66 *ConvolveImage(const Image *,const KernelInfo *,ExceptionInfo *),
67 *DespeckleImage(const Image *,ExceptionInfo *),
68 *EdgeImage(const Image *,const double,ExceptionInfo *),
69 *EmbossImage(const Image *,const double,const double,ExceptionInfo *),
70 *GaussianBlurImage(const Image *,const double,const double,ExceptionInfo *),
71 *KuwaharaImage(const Image *,const double,const double,ExceptionInfo *),
72 *LocalContrastImage(const Image *,const double,const double,ExceptionInfo *),
73 *MotionBlurImage(const Image *,const double,const double,const double,
75 *PreviewImage(const Image *,const PreviewType,ExceptionInfo *),
76 *RotationalBlurImage(const Image *,const double,ExceptionInfo *),
77 *SelectiveBlurImage(const Image *,const double,const double,const double,
79 *ShadeImage(const Image *,const MagickBooleanType,const double,const double,
81 *SharpenImage(const Image *,const double,const double,ExceptionInfo *),
82 *SpreadImage(const Image *,const PixelInterpolateMethod,const double,
84 *UnsharpMaskImage(const Image *,const double,const double,const double,