MagickCore  6.7.5
attribute.h File Reference
Include dependency graph for attribute.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

MagickExport ImageType GetImageType (const Image *, ExceptionInfo *)
MagickExport MagickBooleanType IsImageGray (const Image *, ExceptionInfo *)
MagickExport MagickBooleanType IsImageMonochrome (const Image *, ExceptionInfo *)
MagickExport MagickBooleanType IsImageOpaque (const Image *, ExceptionInfo *)
MagickExport MagickBooleanType SetImageDepth (Image *, const size_t, ExceptionInfo *)
MagickExport RectangleInfo GetImageBoundingBox (const Image *, ExceptionInfo *exception)
MagickExport size_t GetImageDepth (const Image *, ExceptionInfo *)
MagickExport size_t GetImageQuantumDepth (const Image *, const MagickBooleanType)

Function Documentation

MagickExport size_t GetImageDepth ( const Image ,
ExceptionInfo  
)
MagickExport size_t GetImageQuantumDepth ( const Image ,
const MagickBooleanType   
)

Definition at line 551 of file attribute.c.

References _Image::depth, MagickFalse, MagickMin(), and MAGICKCORE_QUANTUM_DEPTH.

MagickExport MagickBooleanType IsImageGray ( const Image ,
ExceptionInfo  
)
MagickExport MagickBooleanType IsImageMonochrome ( const Image ,
ExceptionInfo  
)
MagickExport MagickBooleanType IsImageOpaque ( const Image ,
ExceptionInfo  
)