Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:Image

16   MagickCore image resize methods.
28 extern MagickExport Image
29 *AdaptiveResizeImage(const Image *,const size_t,const size_t,ExceptionInfo *),
30 *InterpolativeResizeImage(const Image *,const size_t,const size_t,
32 *LiquidRescaleImage(const Image *,const size_t,const size_t,const double,
34 *MagnifyImage(const Image *,ExceptionInfo *),
35 *MinifyImage(const Image *,ExceptionInfo *),
36 *ResampleImage(const Image *,const double,const double,const FilterType,
38 *ResizeImage(const Image *,const size_t,const size_t,const FilterType,
40 *SampleImage(const Image *,const size_t,const size_t,ExceptionInfo *),
41 *ScaleImage(const Image *,const size_t,const size_t,ExceptionInfo *),
42 *ThumbnailImage(const Image *,const size_t,const size_t,ExceptionInfo *);