|
MagickCore
6.7.5
|


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) |
| MagickExport RectangleInfo GetImageBoundingBox | ( | const Image * | , |
| ExceptionInfo * | exception | ||
| ) |
Definition at line 121 of file attribute.c.
References _Image::signature, MagickSignature, _Image::debug, MagickFalse, LogMagickEvent(), TraceEvent, GetMagickModule, _Image::filename, _RectangleInfo::width, _RectangleInfo::height, _RectangleInfo::x, _Image::columns, _RectangleInfo::y, _Image::rows, GetPixelInfo(), AcquireCacheView(), GetCacheViewVirtualPixels(), DestroyCacheView(), GetPixelInfoPixel(), MagickTrue, IsFuzzyEquivalencePixelInfo(), GetPixelChannels(), ThrowMagickException(), and OptionWarning.
Referenced by RenderPostscript(), InterpretImageProperties(), DeskewImage(), and TrimImage().
| 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 ImageType GetImageType | ( | const Image * | , |
| ExceptionInfo * | |||
| ) |
Definition at line 606 of file attribute.c.
References _Image::signature, MagickSignature, _Image::debug, MagickFalse, LogMagickEvent(), TraceEvent, GetMagickModule, _Image::filename, _Image::colorspace, CMYKColorspace, _Image::matte, ColorSeparationType, ColorSeparationMatteType, IsImageMonochrome(), BilevelType, IsImageGray(), GrayscaleMatteType, GrayscaleType, IsPaletteImage(), PaletteMatteType, PaletteType, TrueColorMatteType, and TrueColorType.
Referenced by IdentifyImage().
| 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 * | |||
| ) |
Definition at line 898 of file attribute.c.
References _Image::debug, MagickFalse, LogMagickEvent(), TraceEvent, GetMagickModule, _Image::signature, MagickSignature, MAGICKCORE_QUANTUM_DEPTH, _Image::depth, MagickTrue, GetQuantumRange(), _Image::storage_class, PseudoClass, _Image::colors, GetPixelRedTraits(), UpdatePixelTrait, _Image::colormap, _PixelInfo::red, ScaleAnyToQuantum(), ScaleQuantumToAny(), ClampToQuantum(), GetPixelGreenTraits(), _PixelInfo::green, GetPixelBlueTraits(), _PixelInfo::blue, GetPixelAlphaTraits(), _PixelInfo::alpha, SyncImage(), AcquireCacheView(), QuantumRange, MaxMap, AcquireQuantumMemory(), ThrowFatalException, ResourceLimitFatalError, _Image::rows, GetCacheViewAuthenticPixels(), _Image::columns, GetPixelMask(), GetPixelChannels(), GetPixelChannelMapChannel(), GetPixelChannelMapTraits(), UndefinedPixelTrait, IndexPixelChannel, MaskPixelChannel, SyncCacheViewAuthenticPixels(), DestroyCacheView(), and RelinquishMagickMemory().