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 MagickRealType AbsolutePixelValue ( const MagickRealType  x  )  [inline, static]
static Quantum ClampPixel ( const MagickRealType  pixel  )  [inline, static]
static Quantum GetPixela ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]

References aPixelChannel.

Referenced by WhiteBalanceImage().

static Quantum GetPixelAlpha ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]

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(), XDrawImage(), XMakeImageLSBFirst(), XMakeImageMSBFirst(), XShearImage(), and YShearImage().

static PixelTrait GetPixelAlphaTraits ( const Image *magick_restrict  image  )  [inline, static]
static Quantum GetPixelb ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]

References bPixelChannel.

Referenced by WhiteBalanceImage().

static Quantum GetPixelBlack ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]
static PixelTrait GetPixelBlackTraits ( const Image *magick_restrict  image  )  [inline, static]
static Quantum GetPixelBlue ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]
static PixelTrait GetPixelBlueTraits ( const Image *magick_restrict  image  )  [inline, static]
static Quantum GetPixelCb ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]

References CbPixelChannel.

static PixelTrait GetPixelCbTraits ( const Image *magick_restrict  image  )  [inline, static]

References CbPixelChannel.

static Quantum GetPixelChannel ( const Image *magick_restrict  image,
const PixelChannel  channel,
const Quantum *magick_restrict  pixel 
) [inline, static]
static PixelChannel GetPixelChannelChannel ( const Image *magick_restrict  image,
const ssize_t  offset 
) [inline, static]

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 
) [inline, static]
static size_t GetPixelChannels ( const Image *magick_restrict  image  )  [inline, static]

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(), TransformDoublePixels(), TransformQuantumPixels(), TransformsRGBImage(), TransparentPaintImage(), TransparentPaintImageChroma(), TransposeImage(), TransverseImage(), UnsharpMaskImage(), VerticalFilter(), WaveImage(), WaveletDenoiseImage(), WhiteBalanceImage(), WhiteThresholdImage(), XAnnotateImage(), XDitherImage(), XDrawImage(), XGetWindowImage(), XMakeImageLSBFirst(), XMakeImageMSBFirst(), XMakeStandardColormap(), XShearImage(), and YShearImage().

static PixelTrait GetPixelChannelTraits ( const Image *magick_restrict  image,
const PixelChannel  channel 
) [inline, static]

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 
) [inline, static]
static Quantum GetPixelCr ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]

References CrPixelChannel.

static PixelTrait GetPixelCrTraits ( const Image *magick_restrict  image  )  [inline, static]

References CrPixelChannel.

static Quantum GetPixelCyan ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]

References CyanPixelChannel.

static PixelTrait GetPixelCyanTraits ( const Image *magick_restrict  image  )  [inline, static]

References CyanPixelChannel.

static Quantum GetPixelGray ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]

References GrayPixelChannel.

Referenced by FloodfillPaintImage().

static PixelTrait GetPixelGrayTraits ( const Image *magick_restrict  image  )  [inline, static]

References GrayPixelChannel.

static Quantum GetPixelGreen ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]
static PixelTrait GetPixelGreenTraits ( const Image *magick_restrict  image  )  [inline, static]
static Quantum GetPixelIndex ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]
static PixelTrait GetPixelIndexTraits ( const Image *magick_restrict  image  )  [inline, static]

References IndexPixelChannel.

static MagickRealType GetPixelInfoChannel ( const PixelInfo *magick_restrict  pixel_info,
const PixelChannel  channel 
) [inline, static]
static MagickRealType GetPixelInfoLuma ( const PixelInfo *magick_restrict  pixel  )  [inline, static]

References EncodePixelGamma(), and sRGBColorspace.

Referenced by AssignImageColors().

static MagickRealType GetPixelInfoLuminance ( const PixelInfo *magick_restrict  pixel  )  [inline, static]
static void GetPixelInfoPixel ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel,
PixelInfo *magick_restrict  pixel_info 
) [inline, static]
static Quantum GetPixelL ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]

References LPixelChannel.

Referenced by WhiteBalanceImage().

static ssize_t GetPixelLabel ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]

References LabelPixelChannel.

static MagickRealType GetPixelLuma ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]
static MagickRealType GetPixelLuminance ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]
static Quantum GetPixelMagenta ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]

References MagentaPixelChannel.

static PixelTrait GetPixelMagentaTraits ( const Image *magick_restrict  image  )  [inline, static]

References MagentaPixelChannel.

static size_t GetPixelMetaChannels ( const Image *magick_restrict  image  )  [inline, static]
static size_t GetPixelMetacontentExtent ( const Image *magick_restrict  image  )  [inline, static]
static Quantum GetPixelOpacity ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]
static Quantum GetPixelReadMask ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]
static PixelTrait GetPixelReadMaskTraits ( const Image *magick_restrict  image  )  [inline, static]

References ReadMaskPixelChannel.

static Quantum GetPixelRed ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]
static PixelTrait GetPixelRedTraits ( const Image *magick_restrict  image  )  [inline, static]
static PixelTrait GetPixelTraits ( const Image *magick_restrict  image,
const PixelChannel  channel 
) [inline, static]
static Quantum GetPixelWriteMask ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]
static Quantum GetPixelY ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]

References YPixelChannel.

static Quantum GetPixelYellow ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]

References YellowPixelChannel.

static PixelTrait GetPixelYellowTraits ( const Image *magick_restrict  image  )  [inline, static]

References YellowPixelChannel.

static PixelTrait GetPixelYTraits ( const Image *magick_restrict  image  )  [inline, static]

References YPixelChannel.

static MagickBooleanType IsPixelAtDepth ( const Quantum  pixel,
const QuantumAny  range 
) [inline, static]

References MagickFalse, MagickTrue, and QuantumRange.

Referenced by GetImageDepth().

static MagickBooleanType IsPixelEquivalent ( const Image *magick_restrict  image,
const Quantum *magick_restrict  p,
const PixelInfo *magick_restrict  q 
) [inline, static]
static MagickBooleanType IsPixelGray ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]
static MagickBooleanType IsPixelInfoEquivalent ( const PixelInfo *magick_restrict  p,
const PixelInfo *magick_restrict  q 
) [inline, static]
static MagickBooleanType IsPixelInfoGray ( const PixelInfo *magick_restrict  pixel  )  [inline, static]
static MagickBooleanType IsPixelInfoMonochrome ( const PixelInfo *magick_restrict  pixel_info  )  [inline, static]
static MagickBooleanType IsPixelMonochrome ( const Image *magick_restrict  image,
const Quantum *magick_restrict  pixel 
) [inline, static]
static double PerceptibleReciprocal ( const double  x  )  [inline, static]

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 
) [inline, static]

References aPixelChannel, and UndefinedPixelTrait.

Referenced by WhiteBalanceImage().

static void SetPixelAlpha ( const Image *magick_restrict  image,
const Quantum  alpha,
Quantum *magick_restrict  pixel 
) [inline, static]
static void SetPixelAlphaTraits ( Image image,
const PixelTrait  traits 
) [inline, static]
static void SetPixelb ( const Image *magick_restrict  image,
const Quantum  b,
Quantum *magick_restrict  pixel 
) [inline, static]

References bPixelChannel, and UndefinedPixelTrait.

Referenced by WhiteBalanceImage().

static void SetPixelBackgoundColor ( const Image *magick_restrict  image,
Quantum *magick_restrict  pixel 
) [inline, static]
static void SetPixelBlack ( const Image *magick_restrict  image,
const Quantum  black,
Quantum *magick_restrict  pixel 
) [inline, static]
static void SetPixelBlackTraits ( Image image,
const PixelTrait  traits 
) [inline, static]
static void SetPixelBlue ( const Image *magick_restrict  image,
const Quantum  blue,
Quantum *magick_restrict  pixel 
) [inline, static]
static void SetPixelBlueTraits ( Image image,
const PixelTrait  traits 
) [inline, static]
static void SetPixelCb ( const Image *magick_restrict  image,
const Quantum  cb,
Quantum *magick_restrict  pixel 
) [inline, static]

References CbPixelChannel.

static void SetPixelCbTraits ( Image image,
const PixelTrait  traits 
) [inline, static]
static void SetPixelChannel ( const Image *magick_restrict  image,
const PixelChannel  channel,
const Quantum  quantum,
Quantum *magick_restrict  pixel 
) [inline, static]
static void SetPixelChannelAttributes ( const Image *magick_restrict  image,
const PixelChannel  channel,
const PixelTrait  traits,
const ssize_t  offset 
) [inline, static]

References MaxPixelChannels.

Referenced by InitializePixelChannelMap().

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

References CrPixelChannel.

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

References CyanPixelChannel.

Referenced by ConsolidateCMYKImages().

static void SetPixelGray ( const Image *magick_restrict  image,
const Quantum  gray,
Quantum *magick_restrict  pixel 
) [inline, static]
static void SetPixelGrayTraits ( Image image,
const PixelTrait  traits 
) [inline, static]
static void SetPixelGreen ( const Image *magick_restrict  image,
const Quantum  green,
Quantum *magick_restrict  pixel 
) [inline, static]
static void SetPixelGreenTraits ( Image image,
const PixelTrait  traits 
) [inline, static]
static void SetPixelIndex ( const Image *magick_restrict  image,
const Quantum  index,
Quantum *magick_restrict  pixel 
) [inline, static]
static void SetPixelIndexTraits ( Image image,
const PixelTrait  traits 
) [inline, static]
static void SetPixelL ( const Image *magick_restrict  image,
const Quantum  L,
Quantum *magick_restrict  pixel 
) [inline, static]
static void SetPixelMagenta ( const Image *magick_restrict  image,
const Quantum  magenta,
Quantum *magick_restrict  pixel 
) [inline, static]

References MagentaPixelChannel.

Referenced by ConsolidateCMYKImages().

static void SetPixelMagentaTraits ( Image image,
const PixelTrait  traits 
) [inline, static]
static void SetPixelMetacontentExtent ( Image image,
const size_t  extent 
) [inline, static]
static void SetPixelOpacity ( const Image *magick_restrict  image,
const Quantum  alpha,
Quantum *magick_restrict  pixel 
) [inline, static]
static void SetPixelReadMask ( const Image *magick_restrict  image,
const Quantum  mask,
Quantum *magick_restrict  pixel 
) [inline, static]
static void SetPixelRed ( const Image *magick_restrict  image,
const Quantum  red,
Quantum *magick_restrict  pixel 
) [inline, static]
static void SetPixelRedTraits ( Image image,
const PixelTrait  traits 
) [inline, static]
static void SetPixelViaPixelInfo ( const Image *magick_restrict  image,
const PixelInfo *magick_restrict  pixel_info,
Quantum *magick_restrict  pixel 
) [inline, static]
static void SetPixelWriteMask ( const Image *magick_restrict  image,
const Quantum  mask,
Quantum *magick_restrict  pixel 
) [inline, static]
static void SetPixelY ( const Image *magick_restrict  image,
const Quantum  y,
Quantum *magick_restrict  pixel 
) [inline, static]

References YPixelChannel.

static void SetPixelYellow ( const Image *magick_restrict  image,
const Quantum  yellow,
Quantum *magick_restrict  pixel 
) [inline, static]

References YellowPixelChannel.

Referenced by ConsolidateCMYKImages().

static void SetPixelYellowTraits ( Image image,
const PixelTrait  traits 
) [inline, static]
static void SetPixelYTraits ( Image image,
const PixelTrait  traits 
) [inline, static]

Generated on 21 Sep 2020 for MagickCore by  doxygen 1.6.1