Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:Image

16   MagickCore methods to set or get image attributes.
21 #include "MagickCore/image.h"
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 GetImageBoundingBox(const Image *,ExceptionInfo *exception);
45 GetImageDepth(const Image *,ExceptionInfo *),
46 GetImageQuantumDepth(const Image *,const MagickBooleanType);