MagickCore  6.9.10
Convert, Edit, Or Compose Bitmap Images
attribute.h File Reference
#include "magick/image.h"
#include "magick/exception.h"
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 ImageType IdentifyImageGray (const Image *, ExceptionInfo *)
 
MagickExport ImageType IdentifyImageType (const Image *, ExceptionInfo *)
 
MagickExport MagickBooleanType IdentifyImageMonochrome (const Image *, ExceptionInfo *)
 
MagickExport MagickBooleanType IsGrayImage (const Image *, ExceptionInfo *)
 
MagickExport MagickBooleanType IsMonochromeImage (const Image *, ExceptionInfo *)
 
MagickExport MagickBooleanType IsOpaqueImage (const Image *, ExceptionInfo *)
 
MagickExport MagickBooleanType SetImageChannelDepth (Image *, const ChannelType, const size_t)
 
MagickExport MagickBooleanType SetImageDepth (Image *, const size_t)
 
MagickExport MagickBooleanType SetImageType (Image *, const ImageType)
 
MagickExport RectangleInfo GetImageBoundingBox (const Image *, ExceptionInfo *exception)
 
MagickExport size_t GetImageChannelDepth (const Image *, const ChannelType, ExceptionInfo *)
 
MagickExport size_t GetImageDepth (const Image *, ExceptionInfo *)
 
MagickExport size_t GetImageQuantumDepth (const Image *, const MagickBooleanType)
 

Function Documentation

◆ GetImageBoundingBox()

◆ GetImageChannelDepth()

MagickExport size_t GetImageChannelDepth ( const Image ,
const ChannelType  ,
ExceptionInfo  
)

◆ GetImageDepth()

MagickExport size_t GetImageDepth ( const Image ,
ExceptionInfo  
)

◆ GetImageQuantumDepth()

MagickExport size_t GetImageQuantumDepth ( const Image ,
const MagickBooleanType   
)

◆ GetImageType()

MagickExport ImageType GetImageType ( const Image ,
ExceptionInfo  
)

◆ IdentifyImageGray()

MagickExport ImageType IdentifyImageGray ( const Image ,
ExceptionInfo  
)

◆ IdentifyImageMonochrome()

MagickExport MagickBooleanType IdentifyImageMonochrome ( const Image ,
ExceptionInfo  
)

◆ IdentifyImageType()

◆ IsGrayImage()

MagickExport MagickBooleanType IsGrayImage ( const Image ,
ExceptionInfo  
)

◆ IsMonochromeImage()

MagickExport MagickBooleanType IsMonochromeImage ( const Image ,
ExceptionInfo  
)

◆ IsOpaqueImage()

MagickExport MagickBooleanType IsOpaqueImage ( const Image ,
ExceptionInfo  
)

◆ SetImageChannelDepth()

MagickExport MagickBooleanType SetImageChannelDepth ( Image ,
const ChannelType  ,
const size_t   
)

◆ SetImageDepth()

MagickExport MagickBooleanType SetImageDepth ( Image ,
const size_t   
)

◆ SetImageType()