Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:Image

16   MagickCore image threshold methods.
28 extern MagickExport Image
29 *AdaptiveThresholdImage(const Image *,const size_t,const size_t,const double,
37 BilevelImage(Image *,const double,ExceptionInfo *),
38 BlackThresholdImage(Image *,const char *,ExceptionInfo *),
39 ClampImage(Image *,ExceptionInfo *),
41 OrderedDitherImage(Image *,const char *,ExceptionInfo *),
42 PerceptibleImage(Image *,const double,ExceptionInfo *),
43 RandomThresholdImage(Image *,const double,const double,ExceptionInfo *),
44 WhiteThresholdImage(Image *,const char *,ExceptionInfo *);