MagickCore  7.0.10
Convert, Edit, Or Compose Bitmap Images
pixel-accessor.h File Reference
#include <assert.h>
#include "MagickCore/cache.h"
#include "MagickCore/cache-view.h"
#include "MagickCore/color.h"
#include "MagickCore/colorspace.h"
#include "MagickCore/gem.h"
#include "MagickCore/image.h"
#include "MagickCore/memory_.h"

Go to the source code of this file.

Functions

static Quantum ClampPixel (const MagickRealType pixel)
 
static Quantum GetPixela (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static Quantum GetPixelAlpha (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static PixelTrait GetPixelAlphaTraits (const Image *magick_restrict image)
 
static Quantum GetPixelb (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static Quantum GetPixelBlack (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static PixelTrait GetPixelBlackTraits (const Image *magick_restrict image)
 
static Quantum GetPixelBlue (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static PixelTrait GetPixelBlueTraits (const Image *magick_restrict image)
 
static Quantum GetPixelCb (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static PixelTrait GetPixelCbTraits (const Image *magick_restrict image)
 
static Quantum GetPixelChannel (const Image *magick_restrict image, const PixelChannel channel, const Quantum *magick_restrict pixel)
 
static PixelChannel GetPixelChannelChannel (const Image *magick_restrict image, const ssize_t offset)
 
static ssize_t GetPixelChannelOffset (const Image *magick_restrict image, const PixelChannel channel)
 
static PixelTrait GetPixelChannelTraits (const Image *magick_restrict image, const PixelChannel channel)
 
static size_t GetPixelChannels (const Image *magick_restrict image)
 
static Quantum GetPixelCompositeMask (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static Quantum GetPixelCr (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static PixelTrait GetPixelCrTraits (const Image *magick_restrict image)
 
static Quantum GetPixelCyan (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static PixelTrait GetPixelCyanTraits (const Image *magick_restrict image)
 
static Quantum GetPixelGray (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static PixelTrait GetPixelGrayTraits (const Image *magick_restrict image)
 
static Quantum GetPixelGreen (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static PixelTrait GetPixelGreenTraits (const Image *magick_restrict image)
 
static Quantum GetPixelIndex (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static PixelTrait GetPixelIndexTraits (const Image *magick_restrict image)
 
static MagickRealType GetPixelInfoChannel (const PixelInfo *magick_restrict pixel_info, const PixelChannel channel)
 
static double PerceptibleReciprocal (const double x)
 
static MagickRealType GetPixelInfoLuma (const PixelInfo *magick_restrict pixel)
 
static MagickRealType GetPixelInfoLuminance (const PixelInfo *magick_restrict pixel)
 
static Quantum GetPixelL (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static ssize_t GetPixelLabel (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static MagickRealType GetPixelLuma (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static MagickRealType GetPixelLuminance (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static Quantum GetPixelMagenta (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static PixelTrait GetPixelMagentaTraits (const Image *magick_restrict image)
 
static Quantum GetPixelReadMask (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static Quantum GetPixelWriteMask (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static PixelTrait GetPixelReadMaskTraits (const Image *magick_restrict image)
 
static size_t GetPixelMetaChannels (const Image *magick_restrict image)
 
static size_t GetPixelMetacontentExtent (const Image *magick_restrict image)
 
static Quantum GetPixelOpacity (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static Quantum GetPixelRed (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static PixelTrait GetPixelRedTraits (const Image *magick_restrict image)
 
static void GetPixelInfoPixel (const Image *magick_restrict image, const Quantum *magick_restrict pixel, PixelInfo *magick_restrict pixel_info)
 
static PixelTrait GetPixelTraits (const Image *magick_restrict image, const PixelChannel channel)
 
static Quantum GetPixelY (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static PixelTrait GetPixelYTraits (const Image *magick_restrict image)
 
static Quantum GetPixelYellow (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static PixelTrait GetPixelYellowTraits (const Image *magick_restrict image)
 
static MagickRealType AbsolutePixelValue (const MagickRealType x)
 
static MagickBooleanType IsPixelAtDepth (const Quantum pixel, const QuantumAny range)
 
static MagickBooleanType IsPixelEquivalent (const Image *magick_restrict image, const Quantum *magick_restrict p, const PixelInfo *magick_restrict q)
 
static MagickBooleanType IsPixelGray (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static MagickBooleanType IsPixelInfoEquivalent (const PixelInfo *magick_restrict p, const PixelInfo *magick_restrict q)
 
static MagickBooleanType IsPixelMonochrome (const Image *magick_restrict image, const Quantum *magick_restrict pixel)
 
static MagickBooleanType IsPixelInfoGray (const PixelInfo *magick_restrict pixel)
 
static MagickBooleanType IsPixelInfoMonochrome (const PixelInfo *magick_restrict pixel_info)
 
static void SetPixela (const Image *magick_restrict image, const Quantum a, Quantum *magick_restrict pixel)
 
static void SetPixelAlpha (const Image *magick_restrict image, const Quantum alpha, Quantum *magick_restrict pixel)
 
static void SetPixelAlphaTraits (Image *image, const PixelTrait traits)
 
static void SetPixelb (const Image *magick_restrict image, const Quantum b, Quantum *magick_restrict pixel)
 
static void SetPixelBackgoundColor (const Image *magick_restrict image, Quantum *magick_restrict pixel)
 
static void SetPixelBlack (const Image *magick_restrict image, const Quantum black, Quantum *magick_restrict pixel)
 
static void SetPixelBlackTraits (Image *image, const PixelTrait traits)
 
static void SetPixelBlue (const Image *magick_restrict image, const Quantum blue, Quantum *magick_restrict pixel)
 
static void SetPixelBlueTraits (Image *image, const PixelTrait traits)
 
static void SetPixelCb (const Image *magick_restrict image, const Quantum cb, Quantum *magick_restrict pixel)
 
static void SetPixelCbTraits (Image *image, const PixelTrait traits)
 
static void SetPixelChannel (const Image *magick_restrict image, const PixelChannel channel, const Quantum quantum, Quantum *magick_restrict pixel)
 
static void SetPixelChannelAttributes (const Image *magick_restrict image, const PixelChannel channel, const PixelTrait traits, const ssize_t offset)
 
static void SetPixelChannelChannel (const Image *magick_restrict image, const PixelChannel channel, const ssize_t offset)
 
static void SetPixelChannels (Image *image, const size_t number_channels)
 
static void SetPixelChannelTraits (Image *image, const PixelChannel channel, const PixelTrait traits)
 
static void SetPixelCompositeMask (const Image *magick_restrict image, const Quantum mask, Quantum *magick_restrict pixel)
 
static void SetPixelCr (const Image *magick_restrict image, const Quantum cr, Quantum *magick_restrict pixel)
 
static void SetPixelCrTraits (Image *image, const PixelTrait traits)
 
static void SetPixelCyan (const Image *magick_restrict image, const Quantum cyan, Quantum *magick_restrict pixel)
 
static void SetPixelGray (const Image *magick_restrict image, const Quantum gray, Quantum *magick_restrict pixel)
 
static void SetPixelGrayTraits (Image *image, const PixelTrait traits)
 
static void SetPixelGreen (const Image *magick_restrict image, const Quantum green, Quantum *magick_restrict pixel)
 
static void SetPixelGreenTraits (Image *image, const PixelTrait traits)
 
static void SetPixelIndex (const Image *magick_restrict image, const Quantum index, Quantum *magick_restrict pixel)
 
static void SetPixelIndexTraits (Image *image, const PixelTrait traits)
 
static void SetPixelViaPixelInfo (const Image *magick_restrict image, const PixelInfo *magick_restrict pixel_info, Quantum *magick_restrict pixel)
 
static void SetPixelL (const Image *magick_restrict image, const Quantum L, Quantum *magick_restrict pixel)
 
static void SetPixelMagenta (const Image *magick_restrict image, const Quantum magenta, Quantum *magick_restrict pixel)
 
static void SetPixelMagentaTraits (Image *image, const PixelTrait traits)
 
static void SetPixelReadMask (const Image *magick_restrict image, const Quantum mask, Quantum *magick_restrict pixel)
 
static void SetPixelWriteMask (const Image *magick_restrict image, const Quantum mask, Quantum *magick_restrict pixel)
 
static void SetPixelMetacontentExtent (Image *image, const size_t extent)
 
static void SetPixelOpacity (const Image *magick_restrict image, const Quantum alpha, Quantum *magick_restrict pixel)
 
static void SetPixelRed (const Image *magick_restrict image, const Quantum red, Quantum *magick_restrict pixel)
 
static void SetPixelRedTraits (Image *image, const PixelTrait traits)
 
static void SetPixelYellow (const Image *magick_restrict image, const Quantum yellow, Quantum *magick_restrict pixel)
 
static void SetPixelYellowTraits (Image *image, const PixelTrait traits)
 
static void SetPixelY (const Image *magick_restrict image, const Quantum y, Quantum *magick_restrict pixel)
 
static void SetPixelYTraits (Image *image, const PixelTrait traits)
 

Function Documentation

static Quantum GetPixela ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
)
inlinestatic

References aPixelChannel.

Referenced by WhiteBalanceImage().

static Quantum GetPixelAlpha ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
)
inlinestatic

References AlphaPixelChannel, OpaqueAlpha, and UndefinedPixelTrait.

Referenced by AdaptiveBlurImage(), AdaptiveSharpenImage(), AlphaBlendPixelInfo(), AssociateAlphaPixel(), CheckImageColors(), ClassifyImageColors(), ClipPixelCacheNexus(), ColorMatrixImage(), CompareImages(), CompositeImage(), CompositeOverImage(), ConnectedComponentsImage(), DrawPolygonPrimitive(), DrawPrimitive(), ExportAlphaQuantum(), ExportBGRAQuantum(), ExportCharPixel(), ExportCMYKAQuantum(), ExportDoublePixel(), ExportFloatPixel(), ExportGrayAlphaQuantum(), ExportIndexAlphaQuantum(), ExportLongLongPixel(), ExportLongPixel(), ExportQuantumPixel(), ExportQuantumPixels(), ExportRGBAQuantum(), ExportShortPixel(), GetAbsoluteDistortion(), GetFuzzDistortion(), GetImageBackgroundColor(), GetImageFeatures(), GetImageQuantizeError(), GetMeanAbsoluteDistortion(), GetMeanErrorPerPixel(), GetMeanSquaredDistortion(), GetNormalizedCrossCorrelationDistortion(), GetPeakAbsoluteDistortion(), HorizontalFilter(), IdentifyImage(), ImportQuantumPixels(), InterpolatePixelChannel(), InterpolatePixelChannels(), IsBoundsCleared(), IsFuzzyEquivalencePixel(), IsImageOpaque(), KmeansImage(), KmeansMetric(), MaskPixelCacheNexus(), MorphologyPrimitive(), MotionBlurImage(), PosterizeImage(), ResamplePixelColor(), RotationalBlurImage(), ScaleImage(), SelectiveBlurImage(), SepiaToneImage(), SetImageAlphaChannel(), ShadowImage(), SmushXGap(), SmushYGap(), SpliceImage(), StereoAnaglyphImage(), StreamImagePixels(), TintImage(), VerticalFilter(), XShearImage(), and YShearImage().

static Quantum GetPixelb ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
)
inlinestatic

References bPixelChannel.

Referenced by WhiteBalanceImage().

static PixelTrait GetPixelBlackTraits ( const Image *magick_restrict  image)
inlinestatic
static Quantum GetPixelCb ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
)
inlinestatic

References CbPixelChannel.

static PixelTrait GetPixelCbTraits ( const Image *magick_restrict  image)
inlinestatic

References CbPixelChannel.

static PixelChannel GetPixelChannelChannel ( const Image *magick_restrict  image,
const ssize_t  offset 
)
inlinestatic

Referenced by AdaptiveBlurImage(), AdaptiveSharpenImage(), AdaptiveThresholdImage(), AddNoiseImage(), AutoGammaImage(), BilevelImage(), BlackThresholdImage(), ChopImage(), ClampImage(), ClipPixelCacheNexus(), ColorThresholdImage(), CombineImages(), CompareImages(), CompositeImage(), CompositeOverImage(), CompositePixelOver(), ContrastStretchImage(), CopyImagePixels(), CopyImageRegion(), CopyPixel(), CropImage(), DespeckleImage(), EqualizeImage(), EvaluateImage(), EvaluateImages(), ExcerptImage(), ExportQuantumPixels(), FlattenPixelInfo(), FlipImage(), FlopImage(), FunctionImage(), FxImage(), GammaImage(), GetAbsoluteDistortion(), GetFuzzDistortion(), GetImageChannels(), GetImageDepth(), GetImageMoments(), GetImageRange(), GetImageStatistics(), GetLocationStatistics(), GetMeanAbsoluteDistortion(), GetMeanErrorPerPixel(), GetMeanSquaredDistortion(), GetNormalizedCrossCorrelationDistortion(), GetOneAuthenticPixelFromStream(), GetOneCacheViewAuthenticPixel(), GetOneCacheViewVirtualMethodPixel(), GetOneCacheViewVirtualPixel(), GetOneVirtualPixelFromStream(), GetPeakAbsoluteDistortion(), GetStructuralSimilarityDistortion(), HorizontalFilter(), ImplodeImage(), ImportQuantumPixels(), IntegralRotateImage(), InterpolatePixelChannels(), InterpolativeResizeImage(), IsImagesEqual(), LevelImage(), LevelizeImage(), LogPixelChannels(), MaskPixelCacheNexus(), MinMaxStretchImage(), MorphImages(), MorphologyPrimitive(), MorphologyPrimitiveDirect(), MotionBlurImage(), NegateImage(), OilPaintImage(), OrderedDitherImage(), PerceptibleImage(), PlasmaImageProxy(), PolynomialImage(), PrintChannelPerceptualHash(), RaiseImage(), RandomThresholdImage(), RangeThresholdImage(), RotationalBlurImage(), SampleImage(), ScaleImage(), SelectiveBlurImage(), SeparateImage(), SeparateImages(), SetImageAlphaChannel(), SetImageColorMetric(), SetImageDepth(), SetPixelChannelMask(), ShadeImage(), SigmoidalContrastImage(), SignatureImage(), SimilarityImage(), SketchImage(), SolarizeImage(), SpliceImage(), StatisticImage(), SwirlImage(), TextureImage(), TransposeImage(), TransverseImage(), UnsharpMaskImage(), VerticalFilter(), WaveletDenoiseImage(), and WhiteThresholdImage().

static ssize_t GetPixelChannelOffset ( const Image *magick_restrict  image,
const PixelChannel  channel 
)
inlinestatic
static size_t GetPixelChannels ( const Image *magick_restrict  image)
inlinestatic

Referenced by AdaptiveBlurImage(), AdaptiveSharpenImage(), AdaptiveThresholdImage(), AddNoiseImage(), AppendImages(), AssignImageColors(), AutoGammaImage(), AutoThresholdImage(), BilevelImage(), BlackThresholdImage(), BlueShiftImage(), CannyEdgeImage(), ChannelFxImage(), ChannelImage(), CheckImageColors(), ChopImage(), CLAHEImage(), ClampImage(), Classify(), ClassifyImageColors(), ClearBounds(), ClipPixelCacheNexus(), ClutImage(), ColorDecisionListImage(), ColorizeImage(), ColorMatrixImage(), ColorThresholdImage(), CombineImages(), CompareImages(), CompareImagesBounds(), ComplexImages(), CompositeImage(), CompositeOverImage(), CompositePixelOver(), ConnectedComponentsImage(), ConsolidateCMYKImages(), ContrastImage(), ContrastStretchImage(), CopyImagePixels(), CopyImageRegion(), CopyPixel(), CropImage(), CycleColormapImage(), DespeckleImage(), DistortImage(), DrawAffineImage(), DrawPolygonPrimitive(), DrawPrimitive(), EnhanceImage(), EqualizeImage(), EvaluateImage(), EvaluateImages(), ExcerptImage(), ExportAlphaQuantum(), ExportBGRAQuantum(), ExportBGROQuantum(), ExportBGRQuantum(), ExportBlackQuantum(), ExportBlueQuantum(), ExportCbYCrYQuantum(), ExportCharPixel(), ExportCMYKAQuantum(), ExportCMYKOQuantum(), ExportCMYKQuantum(), ExportDoublePixel(), ExportFloatPixel(), ExportGrayAlphaQuantum(), ExportGrayQuantum(), ExportGreenQuantum(), ExportIndexAlphaQuantum(), ExportIndexQuantum(), ExportLongLongPixel(), ExportLongPixel(), ExportOpacityQuantum(), ExportQuantumPixel(), ExportQuantumPixels(), ExportRedQuantum(), ExportRGBAQuantum(), ExportRGBOQuantum(), ExportRGBQuantum(), ExportShortPixel(), FlattenPixelInfo(), FlipImage(), FloodfillPaintImage(), FlopImage(), FloydSteinbergDither(), FrameImage(), FunctionImage(), FxImage(), GammaImage(), GetAbsoluteDistortion(), GetEdgeBackgroundCensus(), GetEdgeBackgroundColor(), GetFuzzDistortion(), GetImageBackgroundColor(), GetImageBoundingBox(), GetImageChannels(), GetImageConvexHull(), GetImageDepth(), GetImageDynamicThreshold(), GetImageFeatures(), GetImageMask(), GetImageMoments(), GetImageQuantizeError(), GetImageRange(), GetImageStatistics(), GetImageTotalInkDensity(), GetLocationStatistics(), GetMeanAbsoluteDistortion(), GetMeanErrorPerPixel(), GetMeanSquaredDistortion(), GetNormalizedCrossCorrelationDistortion(), GetOneAuthenticPixelFromStream(), GetOneCacheViewAuthenticPixel(), GetOneCacheViewVirtualMethodPixel(), GetOneCacheViewVirtualPixel(), GetOneVirtualPixelFromStream(), GetPeakAbsoluteDistortion(), GetStructuralSimilarityDistortion(), GrayscaleImage(), HaldClutImage(), HorizontalFilter(), HoughLineImage(), HuffmanDecodeImage(), HuffmanEncodeImage(), IdentifyImage(), IdentifyImageGray(), IdentifyImageMonochrome(), ImplodeImage(), ImportAlphaQuantum(), ImportBGRAQuantum(), ImportBGROQuantum(), ImportBGRQuantum(), ImportBlackQuantum(), ImportBlueQuantum(), ImportCbYCrYQuantum(), ImportCharPixel(), ImportCMYKAQuantum(), ImportCMYKOQuantum(), ImportCMYKQuantum(), ImportDoublePixel(), ImportFloatPixel(), ImportGrayAlphaQuantum(), ImportGrayQuantum(), ImportGreenQuantum(), ImportIndexAlphaQuantum(), ImportIndexQuantum(), ImportLongLongPixel(), ImportLongPixel(), ImportOpacityQuantum(), ImportQuantumPixel(), ImportQuantumPixels(), ImportRedQuantum(), ImportRGBAQuantum(), ImportRGBOQuantum(), ImportRGBQuantum(), ImportShortPixel(), InitializeHistogram(), IntegralRotateImage(), InterpolatePixelChannel(), InterpolatePixelChannels(), InterpolatePixelInfo(), InterpolativeResizeImage(), IsBoundsCleared(), IsHighDynamicRangeImage(), IsImageOpaque(), IsImagesEqual(), KmeansImage(), KuwaharaImage(), LevelImage(), LevelizeImage(), LinearStretchImage(), MagnifyImage(), MaskPixelCacheNexus(), MatrixToImage(), MeanShiftImage(), MinMaxStretchImage(), ModulateImage(), MorphImages(), MorphologyPrimitive(), MorphologyPrimitiveDirect(), MotionBlurImage(), NegateImage(), NewMagickImage(), OilPaintImage(), OpaquePaintImage(), OpenPixelCache(), OrderedDitherImage(), PerceptibleImage(), PlasmaImageProxy(), PolynomialImage(), PosterizeImage(), PrintChannelLocations(), PrintChannelPerceptualHash(), RadonTransform(), RaiseImage(), RandomThresholdImage(), RangeThresholdImage(), RenderPostscript(), ResamplePixelColor(), ResetImagePixels(), ResetPixelCacheChannels(), RotationalBlurImage(), SampleImage(), ScaleImage(), SelectiveBlurImage(), SeparateImage(), SeparateImages(), SepiaToneImage(), SetCacheAlphaChannel(), SetGrayscaleImage(), SetImageAlpha(), SetImageAlphaChannel(), SetImageBackgroundColor(), SetImageColor(), SetImageColorMetric(), SetImageDepth(), SetImageMask(), SetImageRegionMask(), SetPixelBackgoundColor(), SetPixelChannelMask(), ShadeImage(), ShadowImage(), SigmoidalContrastImage(), SignatureImage(), SimilarityImage(), SketchImage(), SolarizeImage(), SortColormapByIntensity(), SparseColorImage(), SpliceImage(), SpreadImage(), sRGBTransformImage(), StatisticImage(), StereoAnaglyphImage(), StreamImagePixels(), SwirlImage(), SyncImage(), TextureImage(), TintImage(), TransformsRGBImage(), TransparentPaintImage(), TransparentPaintImageChroma(), TransposeImage(), TransverseImage(), UnsharpMaskImage(), VerticalFilter(), WaveImage(), WaveletDenoiseImage(), WhiteBalanceImage(), WhiteThresholdImage(), XShearImage(), and YShearImage().

static PixelTrait GetPixelChannelTraits ( const Image *magick_restrict  image,
const PixelChannel  channel 
)
inlinestatic

Referenced by AdaptiveBlurImage(), AdaptiveSharpenImage(), AdaptiveThresholdImage(), AddNoiseImage(), AutoGammaImage(), BilevelImage(), BlackThresholdImage(), ChannelImage(), ChopImage(), ClampImage(), ClipPixelCacheNexus(), ClutImage(), ColorizeImage(), ColorThresholdImage(), CombineImages(), CompareImages(), CompositeImage(), CompositeOverImage(), CompositePixelOver(), ContrastStretchImage(), CopyImagePixels(), CopyImageRegion(), CropImage(), DespeckleImage(), EqualizeImage(), EvaluateImage(), EvaluateImages(), ExcerptImage(), ExportQuantumPixels(), FlattenPixelInfo(), FlipImage(), FlopImage(), FunctionImage(), FxImage(), GammaImage(), GetAbsoluteDistortion(), GetFuzzDistortion(), GetImageChannels(), GetImageDepth(), GetImageMoments(), GetImageRange(), GetImageStatistics(), GetLocationStatistics(), GetMeanAbsoluteDistortion(), GetMeanErrorPerPixel(), GetMeanSquaredDistortion(), GetNormalizedCrossCorrelationDistortion(), GetPeakAbsoluteDistortion(), GetStructuralSimilarityDistortion(), HorizontalFilter(), ImplodeImage(), ImportQuantumPixels(), IntegralRotateImage(), InterpolatePixelChannel(), InterpolatePixelChannels(), InterpolativeResizeImage(), IsHighDynamicRangeImage(), IsImagesEqual(), LevelImage(), LevelizeImage(), LocalContrastImage(), LogPixelChannels(), MaskPixelCacheNexus(), MinMaxStretchImage(), MorphImages(), MorphologyPrimitive(), MorphologyPrimitiveDirect(), MotionBlurImage(), NegateImage(), OilPaintImage(), OpaquePaintImage(), OrderedDitherImage(), PerceptibleImage(), PlasmaImageProxy(), PolynomialImage(), PrintChannelLocations(), PrintChannelPerceptualHash(), RaiseImage(), RandomThresholdImage(), RangeThresholdImage(), RotationalBlurImage(), SampleImage(), ScaleImage(), SelectiveBlurImage(), SeparateImage(), SeparateImages(), SetImageAlphaChannel(), SetImageColorMetric(), SetImageDepth(), ShadeImage(), SigmoidalContrastImage(), SignatureImage(), SimilarityImage(), SketchImage(), SolarizeImage(), SpliceImage(), StatisticImage(), SwirlImage(), TextureImage(), TransposeImage(), TransverseImage(), UnsharpMaskImage(), VerticalFilter(), WaveletDenoiseImage(), and WhiteThresholdImage().

static Quantum GetPixelCompositeMask ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
)
inlinestatic
static Quantum GetPixelCr ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
)
inlinestatic

References CrPixelChannel.

static PixelTrait GetPixelCrTraits ( const Image *magick_restrict  image)
inlinestatic

References CrPixelChannel.

static Quantum GetPixelCyan ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
)
inlinestatic

References CyanPixelChannel.

static PixelTrait GetPixelCyanTraits ( const Image *magick_restrict  image)
inlinestatic

References CyanPixelChannel.

static Quantum GetPixelGray ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
)
inlinestatic

References GrayPixelChannel.

Referenced by FloodfillPaintImage().

static PixelTrait GetPixelGrayTraits ( const Image *magick_restrict  image)
inlinestatic

References GrayPixelChannel.

static PixelTrait GetPixelIndexTraits ( const Image *magick_restrict  image)
inlinestatic

References IndexPixelChannel.

static MagickRealType GetPixelInfoLuma ( const PixelInfo *magick_restrict  pixel)
inlinestatic

References EncodePixelGamma(), and sRGBColorspace.

Referenced by AssignImageColors().

static MagickRealType GetPixelInfoLuminance ( const PixelInfo *magick_restrict  pixel)
inlinestatic
static Quantum GetPixelL ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
)
inlinestatic

References LPixelChannel.

Referenced by WhiteBalanceImage().

static ssize_t GetPixelLabel ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
)
inlinestatic

References LabelPixelChannel.

static MagickRealType GetPixelLuminance ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
)
inlinestatic
static Quantum GetPixelMagenta ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
)
inlinestatic

References MagentaPixelChannel.

static PixelTrait GetPixelMagentaTraits ( const Image *magick_restrict  image)
inlinestatic

References MagentaPixelChannel.

static size_t GetPixelMetaChannels ( const Image *magick_restrict  image)
inlinestatic
static size_t GetPixelMetacontentExtent ( const Image *magick_restrict  image)
inlinestatic
static Quantum GetPixelOpacity ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
)
inlinestatic
static PixelTrait GetPixelReadMaskTraits ( const Image *magick_restrict  image)
inlinestatic

References ReadMaskPixelChannel.

static PixelTrait GetPixelTraits ( const Image *magick_restrict  image,
const PixelChannel  channel 
)
inlinestatic
static Quantum GetPixelY ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
)
inlinestatic

References YPixelChannel.

static Quantum GetPixelYellow ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
)
inlinestatic

References YellowPixelChannel.

static PixelTrait GetPixelYellowTraits ( const Image *magick_restrict  image)
inlinestatic

References YellowPixelChannel.

static PixelTrait GetPixelYTraits ( const Image *magick_restrict  image)
inlinestatic

References YPixelChannel.

static MagickBooleanType IsPixelAtDepth ( const Quantum  pixel,
const QuantumAny  range 
)
inlinestatic

References MagickFalse, MagickTrue, and QuantumRange.

Referenced by GetImageDepth().

static MagickBooleanType IsPixelInfoMonochrome ( const PixelInfo *magick_restrict  pixel_info)
inlinestatic
static double PerceptibleReciprocal ( const double  x)
inlinestatic

References MagickEpsilon.

Referenced by AcquireResizeFilter(), AdaptiveBlurImage(), AdaptiveSharpenImage(), ApplyEvaluateOperator(), ApplyPixelCompositeMask(), AutoThresholdImage(), ComplexImages(), CompositeImage(), CompositeOverImage(), CompositePixelInfoOver(), CompositePixelInfoPlus(), CompositePixelOver(), ConnectedComponentsImage(), ContrastStretchImage(), ConvertLuvToXYZ(), ConvertRGBToCMYK(), ConvertRGBToxyY(), ConvertxyYToRGB(), ConvertXYZToLuv(), DefineImageColormap(), DistortImage(), DrawDashPolygon(), DrawGradientImage(), EmbossImage(), FlattenPixelInfo(), FxEvaluateSubexpression(), FxGetSymbol(), GammaImage(), GaussJordanElimination(), GetCubeInfo(), GetFillAlpha(), GetFuzzDistortion(), GetImageFeatures(), GetImageMinimumBoundingBox(), GetImageMoments(), GetImageStatistics(), GetMagickProperty(), GetMeanAbsoluteDistortion(), GetMeanSquaredDistortion(), GetNormalizedCrossCorrelationDistortion(), GetOptimalKernelWidth1D(), GetOptimalKernelWidth2D(), GetStopColorOffset(), HorizontalFilter(), ImportQuantumPixels(), InterpolateCLAHE(), InterpolatePixelChannel(), InterpolatePixelChannels(), InterpolatePixelInfo(), InverseAffineMatrix(), InvertAffineCoefficients(), InvertPerspectiveCoefficients(), KmeansImage(), LevelPixel(), MeanShiftImage(), MorphologyPrimitive(), MotionBlurImage(), OptimalTau(), ParseGeometry(), ParseMetaGeometry(), RangeThresholdImage(), RemoveDuplicateLayers(), RotationalBlurImage(), ScaleAnyToQuantum(), ScaleImage(), ScaleSpace(), SelectiveBlurImage(), SetImageAlphaChannel(), SharpenImage(), sRGBTransformImage(), TraceArcPath(), TraceEllipse(), TransformsRGBImage(), and VerticalFilter().

static void SetPixela ( const Image *magick_restrict  image,
const Quantum  a,
Quantum *magick_restrict  pixel 
)
inlinestatic

References aPixelChannel, and UndefinedPixelTrait.

Referenced by WhiteBalanceImage().

static void SetPixelAlphaTraits ( Image image,
const PixelTrait  traits 
)
inlinestatic
static void SetPixelb ( const Image *magick_restrict  image,
const Quantum  b,
Quantum *magick_restrict  pixel 
)
inlinestatic

References bPixelChannel, and UndefinedPixelTrait.

Referenced by WhiteBalanceImage().

static void SetPixelBlackTraits ( Image image,
const PixelTrait  traits 
)
inlinestatic
static void SetPixelBlueTraits ( Image image,
const PixelTrait  traits 
)
inlinestatic
static void SetPixelCb ( const Image *magick_restrict  image,
const Quantum  cb,
Quantum *magick_restrict  pixel 
)
inlinestatic

References CbPixelChannel.

static void SetPixelCbTraits ( Image image,
const PixelTrait  traits 
)
inlinestatic
static void SetPixelChannelAttributes ( const Image *magick_restrict  image,
const PixelChannel  channel,
const PixelTrait  traits,
const ssize_t  offset 
)
inlinestatic

References MaxPixelChannels.

Referenced by InitializePixelChannelMap().

static void SetPixelChannelChannel ( const Image *magick_restrict  image,
const PixelChannel  channel,
const ssize_t  offset 
)
inlinestatic
static void SetPixelChannels ( Image image,
const size_t  number_channels 
)
inlinestatic
static void SetPixelChannelTraits ( Image image,
const PixelChannel  channel,
const PixelTrait  traits 
)
inlinestatic
static void SetPixelCompositeMask ( const Image *magick_restrict  image,
const Quantum  mask,
Quantum *magick_restrict  pixel 
)
inlinestatic
static void SetPixelCr ( const Image *magick_restrict  image,
const Quantum  cr,
Quantum *magick_restrict  pixel 
)
inlinestatic

References CrPixelChannel.

static void SetPixelCrTraits ( Image image,
const PixelTrait  traits 
)
inlinestatic
static void SetPixelCyan ( const Image *magick_restrict  image,
const Quantum  cyan,
Quantum *magick_restrict  pixel 
)
inlinestatic

References CyanPixelChannel.

Referenced by ConsolidateCMYKImages().

static void SetPixelGrayTraits ( Image image,
const PixelTrait  traits 
)
inlinestatic
static void SetPixelGreenTraits ( Image image,
const PixelTrait  traits 
)
inlinestatic
static void SetPixelIndexTraits ( Image image,
const PixelTrait  traits 
)
inlinestatic
static void SetPixelL ( const Image *magick_restrict  image,
const Quantum  L,
Quantum *magick_restrict  pixel 
)
inlinestatic
static void SetPixelMagenta ( const Image *magick_restrict  image,
const Quantum  magenta,
Quantum *magick_restrict  pixel 
)
inlinestatic

References MagentaPixelChannel.

Referenced by ConsolidateCMYKImages().

static void SetPixelMagentaTraits ( Image image,
const PixelTrait  traits 
)
inlinestatic
static void SetPixelMetacontentExtent ( Image image,
const size_t  extent 
)
inlinestatic
static void SetPixelOpacity ( const Image *magick_restrict  image,
const Quantum  alpha,
Quantum *magick_restrict  pixel 
)
inlinestatic
static void SetPixelReadMask ( const Image *magick_restrict  image,
const Quantum  mask,
Quantum *magick_restrict  pixel 
)
inlinestatic
static void SetPixelRedTraits ( Image image,
const PixelTrait  traits 
)
inlinestatic
static void SetPixelWriteMask ( const Image *magick_restrict  image,
const Quantum  mask,
Quantum *magick_restrict  pixel 
)
inlinestatic
static void SetPixelY ( const Image *magick_restrict  image,
const Quantum  y,
Quantum *magick_restrict  pixel 
)
inlinestatic

References YPixelChannel.

static void SetPixelYellow ( const Image *magick_restrict  image,
const Quantum  yellow,
Quantum *magick_restrict  pixel 
)
inlinestatic

References YellowPixelChannel.

Referenced by ConsolidateCMYKImages().

static void SetPixelYellowTraits ( Image image,
const PixelTrait  traits 
)
inlinestatic
static void SetPixelYTraits ( Image image,
const PixelTrait  traits 
)
inlinestatic