#include <magick/image.h>#include <magick/exception.h>

Go to the source code of this file.
Functions | |
| MagickExport ImageType | GetImageType (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 unsigned long) |
| MagickExport MagickBooleanType | SetImageDepth (Image *, const unsigned long) |
| MagickExport RectangleInfo | GetImageBoundingBox (const Image *, ExceptionInfo *exception) |
| MagickExport unsigned long | GetImageChannelDepth (const Image *, const ChannelType, ExceptionInfo *) |
| MagickExport unsigned long | GetImageDepth (const Image *, ExceptionInfo *) |
| MagickExport unsigned long | GetImageQuantumDepth (const Image *, const MagickBooleanType) |
| MagickExport RectangleInfo GetImageBoundingBox | ( | const Image * | , | |
| ExceptionInfo * | exception | |||
| ) |
Definition at line 120 of file attribute.c.
References AcquireCacheView(), _Image::columns, _Image::debug, DestroyCacheView(), _Image::filename, GetCacheViewAuthenticIndexQueue(), GetCacheViewVirtualIndexQueue(), GetCacheViewVirtualPixels(), GetMagickModule, GetMagickPixelPacket(), _RectangleInfo::height, IsMagickColorSimilar(), LogMagickEvent(), MagickFalse, MagickSignature, MagickTrue, OptionWarning, _Image::rows, SetMagickPixelPacket(), _Image::signature, ThrowMagickException(), TraceEvent, _RectangleInfo::width, _RectangleInfo::x, and _RectangleInfo::y.
Referenced by DeskewImage(), InterpretImageProperties(), RenderPostscript(), and TrimImage().
| MagickExport unsigned long GetImageChannelDepth | ( | const Image * | , | |
| const | ChannelType, | |||
| ExceptionInfo * | ||||
| ) |
| MagickExport unsigned long GetImageDepth | ( | const Image * | , | |
| ExceptionInfo * | ||||
| ) |
| MagickExport unsigned long GetImageQuantumDepth | ( | const Image * | , | |
| const | MagickBooleanType | |||
| ) |
Definition at line 471 of file attribute.c.
References _Image::depth, MAGICKCORE_QUANTUM_DEPTH, MagickFalse, and MagickMin().
| MagickExport ImageType GetImageType | ( | const Image * | , | |
| ExceptionInfo * | ||||
| ) |
Definition at line 527 of file attribute.c.
References BilevelType, CMYKColorspace, ColorSeparationMatteType, ColorSeparationType, _Image::colorspace, _Image::debug, _Image::filename, GetMagickModule, GrayscaleMatteType, GrayscaleType, IsGrayImage(), IsMonochromeImage(), IsPaletteImage(), LogMagickEvent(), MagickFalse, MagickSignature, _Image::matte, PaletteMatteType, PaletteType, _Image::signature, TraceEvent, TrueColorMatteType, and TrueColorType.
Referenced by IdentifyImage().
| 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 unsigned long | ||||
| ) |
| MagickExport MagickBooleanType SetImageDepth | ( | Image * | , | |
| const unsigned | long | |||
| ) |
Definition at line 872 of file attribute.c.
References AllChannels, and SetImageChannelDepth().
1.6.1