Lines Matching refs:Image
29 GetImageType(const Image *),
30 IdentifyImageGray(const Image *,ExceptionInfo *),
31 IdentifyImageType(const Image *,ExceptionInfo *);
34 IdentifyImageMonochrome(const Image *,ExceptionInfo *),
35 IsImageGray(const Image *),
36 IsImageMonochrome(const Image *),
37 IsImageOpaque(const Image *,ExceptionInfo *),
38 SetImageDepth(Image *,const size_t,ExceptionInfo *),
39 SetImageType(Image *,const ImageType,ExceptionInfo *);
42 *GetImageConvexHull(const Image *,size_t *,ExceptionInfo *),
43 *GetImageMinimumBoundingBox(Image *,size_t *,ExceptionInfo *);
46 GetImageBoundingBox(const Image *,ExceptionInfo *);
49 GetImageDepth(const Image *,ExceptionInfo *),
50 GetImageQuantumDepth(const Image *,const MagickBooleanType);