Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:Image

16   MagickCore image enhance methods.
28 AutoGammaImage(Image *,ExceptionInfo *),
29 AutoLevelImage(Image *,ExceptionInfo *),
30 BrightnessContrastImage(Image *,const double,const double,ExceptionInfo *),
31 ClutImage(Image *,const Image *,const PixelInterpolateMethod,ExceptionInfo *),
32 ColorDecisionListImage(Image *,const char *,ExceptionInfo *),
33 ContrastImage(Image *,const MagickBooleanType,ExceptionInfo *),
34 ContrastStretchImage(Image *,const double,const double,ExceptionInfo *),
35 EqualizeImage(Image *image,ExceptionInfo *),
36 GammaImage(Image *,const double,ExceptionInfo *),
37 GrayscaleImage(Image *,const PixelIntensityMethod,ExceptionInfo *),
38 HaldClutImage(Image *,const Image *,ExceptionInfo *),
39 LevelImage(Image *,const double,const double,const double,ExceptionInfo *),
40 LevelizeImage(Image *,const double,const double,const double,ExceptionInfo *),
41 LevelImageColors(Image *,const PixelInfo *,const PixelInfo *,
43 LinearStretchImage(Image *,const double,const double,ExceptionInfo *),
44 ModulateImage(Image *,const char *,ExceptionInfo *),
45 NegateImage(Image *,const MagickBooleanType,ExceptionInfo *),
46 NormalizeImage(Image *,ExceptionInfo *),
47 SigmoidalContrastImage(Image *,const MagickBooleanType,const double,
50 extern MagickExport Image
51 *EnhanceImage(const Image *,ExceptionInfo *);