|
MagickCore
6.7.4
|
#include <magick/exception-private.h>#include <magick/image.h>#include <magick/color.h>#include <magick/image-private.h>#include <magick/quantum-private.h>Go to the source code of this file.
Functions | |
| static MagickPixelInfo * | CloneMagickPixelInfo (const MagickPixelInfo *pixel) |
| static MagickBooleanType | IsGrayPixel (const PixelInfo *pixel) |
| static MagickBooleanType | IsMonochromePixel (const PixelInfo *pixel) |
| static void | GetPixelInfo (const Image *image, const MagickPixelInfo *pixel, PixelInfo *color, IndexPacket *index) |
| static MagickPixelInfo* CloneMagickPixelInfo | ( | const MagickPixelInfo * | pixel | ) | [inline, static] |
Definition at line 31 of file pixel-private.h.
References ThrowFatalException, and ResourceLimitFatalError.
| static void GetPixelInfo | ( | const Image * | image, |
| const MagickPixelInfo * | pixel, | ||
| PixelInfo * | color, | ||
| IndexPacket * | index | ||
| ) | [inline, static] |
Definition at line 90 of file pixel-private.h.
References SetPixelRed(), ClampToQuantum(), SetPixelGreen(), SetPixelBlue(), _Image::channel_map, AlphaPixelChannel, _PixelChannelMap::traits, UndefinedPixelTrait, SetPixelAlpha(), BlackPixelChannel, SetPixelBlack(), IndexPixelChannel, and SetPixelIndex().
Referenced by GetImageBoundingBox(), GetOneVirtualPixelInfo(), IsEquivalentImage(), LoadColorLists(), QueryColorCompliance(), RGBTransformImage(), TransformRGBImage(), CompositeImage(), DistortImage(), SparseColorImage(), DrawAffineImage(), DrawGradientImage(), DrawPolygonPrimitive(), DrawPrimitive(), HaldClutImage(), ColorizeImage(), FxGetSymbol(), TintImage(), ClassifyImageColors(), IsHistogramImage(), IsPaletteImage(), GetNumberColors(), IdentifyImage(), CompareImagesBounds(), MorphologyPrimitiveDirect(), FloodfillPaintImage(), GradientImage(), OpaquePaintImage(), TransparentPaintImage(), TransparentPaintImageChroma(), GetImageProperty(), ResamplePixelColor(), GetImageDynamicThreshold(), GetImageBackgroundColor(), XShearImage(), YShearImage(), and RandomThresholdImage().
| static MagickBooleanType IsGrayPixel | ( | const PixelInfo * | pixel | ) | [inline, static] |
Definition at line 44 of file pixel-private.h.
References GetPixelRed(), GetPixelGreen(), GetPixelBlue(), MagickTrue, MagickEpsilon, and MagickFalse.
| static MagickBooleanType IsMonochromePixel | ( | const PixelInfo * | pixel | ) | [inline, static] |
Definition at line 65 of file pixel-private.h.
References GetPixelRed(), QuantumRange, GetPixelGreen(), GetPixelBlue(), MagickTrue, MagickEpsilon, and MagickFalse.