#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) |
static MagickRealType AbsolutePixelValue | ( | const MagickRealType | x | ) | [inline, static] |
Referenced by IsPixelEquivalent(), IsPixelGray(), IsPixelInfoEquivalent(), IsPixelInfoGray(), IsPixelInfoMonochrome(), and IsPixelMonochrome().
static Quantum ClampPixel | ( | const MagickRealType | pixel | ) | [inline, static] |
References QuantumRange.
Referenced by CacheOffset(), ClampImage(), ClassifyImageColors(), ColorToNodeId(), CompositeImage(), CompositeOverImage(), FloydSteinbergDither(), RiemersmaDither(), SetImageDepth(), and SparseColorImage().
static Quantum GetPixela | ( | const Image *magick_restrict | image, | |
const Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References aPixelChannel.
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] |
References AlphaPixelChannel.
Referenced by ClutImage(), ContrastStretchImage(), EqualizeImage(), GammaImage(), GetImageBackgroundColor(), HaldClutImage(), LevelImage(), LevelImageColors(), LevelizeImage(), PosterizeImage(), SetImageDepth(), SigmoidalContrastImage(), SparseColorImage(), and StereoAnaglyphImage().
static Quantum GetPixelb | ( | const Image *magick_restrict | image, | |
const Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References bPixelChannel.
static Quantum GetPixelBlack | ( | const Image *magick_restrict | image, | |
const Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References BlackPixelChannel, and UndefinedPixelTrait.
Referenced by AlphaBlendPixelInfo(), CheckImageColors(), ClassifyImageColors(), ColorMatrixImage(), CompositeImage(), ConnectedComponentsImage(), ExportBlackQuantum(), ExportCharPixel(), ExportCMYKAQuantum(), ExportCMYKOQuantum(), ExportCMYKQuantum(), ExportDoublePixel(), ExportFloatPixel(), ExportLongLongPixel(), ExportLongPixel(), ExportQuantumPixel(), ExportShortPixel(), GetImageFeatures(), GetImageTotalInkDensity(), KmeansImage(), KmeansMetric(), PosterizeImage(), ProfileImage(), ResamplePixelColor(), StreamImagePixels(), and TintImage().
static PixelTrait GetPixelBlackTraits | ( | const Image *magick_restrict | image | ) | [inline, static] |
References BlackPixelChannel.
Referenced by HaldClutImage(), LevelImageColors(), PosterizeImage(), and SparseColorImage().
static Quantum GetPixelBlue | ( | const Image *magick_restrict | image, | |
const Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References BluePixelChannel.
Referenced by AlphaBlendPixelInfo(), AssociateAlphaPixel(), BlueShiftImage(), CheckImageColors(), Classify(), ClassifyImageColors(), ColorDecisionListImage(), ColorMatrixImage(), CompositeImage(), ConnectedComponentsImage(), ContrastImage(), ExportBGRAQuantum(), ExportBGROQuantum(), ExportBGRQuantum(), ExportBlueQuantum(), ExportCbYCrYQuantum(), ExportCharPixel(), ExportCMYKAQuantum(), ExportCMYKOQuantum(), ExportCMYKQuantum(), ExportDoublePixel(), ExportFloatPixel(), ExportLongLongPixel(), ExportLongPixel(), ExportQuantumPixel(), ExportRGBAQuantum(), ExportRGBOQuantum(), ExportRGBQuantum(), ExportShortPixel(), GetImageBackgroundColor(), GetImageDynamicThreshold(), GetImageFeatures(), GetImageQuantizeError(), GetImageTotalInkDensity(), GetPixelIntensity(), GrayscaleImage(), HaldClutImage(), InitializeHistogram(), IsFuzzyEquivalencePixel(), KmeansImage(), KmeansMetric(), LocalContrastImage(), ModulateImage(), PosterizeImage(), ProfileImage(), RadonTransform(), ResamplePixelColor(), SepiaToneImage(), SetGrayscaleImage(), SpliceImage(), sRGBTransformImage(), SteganoImage(), StereoAnaglyphImage(), StreamImagePixels(), TintImage(), TransformsRGBImage(), XDitherImage(), XMakeImageLSBFirst(), and XMakeImageMSBFirst().
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] |
References UndefinedPixelTrait.
Referenced by ChannelImage(), CompareImages(), CompositeImage(), CompositeOverImage(), EvaluateImages(), GetAbsoluteDistortion(), GetFuzzDistortion(), GetMeanAbsoluteDistortion(), GetMeanErrorPerPixel(), GetMeanSquaredDistortion(), GetNormalizedCrossCorrelationDistortion(), GetPeakAbsoluteDistortion(), GetStructuralSimilarityDistortion(), InterpolatePixelChannel(), IsImagesEqual(), MorphImages(), PolynomialImage(), SetImageColorMetric(), and UnsharpMaskImage().
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(), 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] |
Referenced by ContrastStretchImage(), PrintChannelLocations(), ScaleImage(), and WaveletDenoiseImage().
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(), 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(), GetEdgeBackgroundFactor(), GetFuzzDistortion(), GetImageBackgroundColor(), GetImageBoundingBox(), GetImageChannels(), 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(), ProfileImage(), 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(), 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(), 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] |
References CompositeMaskPixelChannel, QuantumRange, and UndefinedPixelTrait.
Referenced by GetImageMask(), and MaskPixelCacheNexus().
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 CombineImages(), and 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] |
References GreenPixelChannel.
Referenced by AlphaBlendPixelInfo(), AssociateAlphaPixel(), BlueShiftImage(), CheckImageColors(), Classify(), ClassifyImageColors(), ColorDecisionListImage(), ColorMatrixImage(), CompositeImage(), ConnectedComponentsImage(), ContrastImage(), ExportBGRAQuantum(), ExportBGROQuantum(), ExportBGRQuantum(), ExportCbYCrYQuantum(), ExportCharPixel(), ExportCMYKAQuantum(), ExportCMYKOQuantum(), ExportCMYKQuantum(), ExportDoublePixel(), ExportFloatPixel(), ExportGreenQuantum(), ExportLongLongPixel(), ExportLongPixel(), ExportQuantumPixel(), ExportQuantumPixels(), ExportRGBAQuantum(), ExportRGBOQuantum(), ExportRGBQuantum(), ExportShortPixel(), GetImageBackgroundColor(), GetImageDynamicThreshold(), GetImageFeatures(), GetImageQuantizeError(), GetImageTotalInkDensity(), GetPixelIntensity(), GrayscaleImage(), HaldClutImage(), ImportQuantumPixels(), InitializeHistogram(), IsFuzzyEquivalencePixel(), KmeansImage(), KmeansMetric(), LocalContrastImage(), ModulateImage(), PosterizeImage(), ProfileImage(), RadonTransform(), ResamplePixelColor(), SepiaToneImage(), SetGrayscaleImage(), SpliceImage(), sRGBTransformImage(), SteganoImage(), StereoAnaglyphImage(), StreamImagePixels(), TintImage(), TransformsRGBImage(), XDitherImage(), XMakeImageLSBFirst(), and XMakeImageMSBFirst().
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] |
References IndexPixelChannel, and UndefinedPixelTrait.
Referenced by ConnectedComponentsImage(), CycleColormapImage(), ExportIndexAlphaQuantum(), ExportIndexQuantum(), GetImageQuantizeError(), ImportIndexAlphaQuantum(), ImportIndexQuantum(), SetGrayscaleImage(), SortColormapByIntensity(), SyncImage(), XMakeImageLSBFirst(), XMakeImageMSBFirst(), and XMakeStandardColormap().
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] |
References AlphaPixelChannel, BlackPixelChannel, BluePixelChannel, CMYKColorspace, GreenPixelChannel, IndexPixelChannel, OpaqueAlpha, RedPixelChannel, and UndefinedPixelTrait.
Referenced by BlackThresholdImage(), ColorizeImage(), and WhiteThresholdImage().
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] |
References DecodePixelGamma(), and sRGBColorspace.
static void GetPixelInfoPixel | ( | const Image *magick_restrict | image, | |
const Quantum *magick_restrict | pixel, | |||
PixelInfo *magick_restrict | pixel_info | |||
) | [inline, static] |
References AlphaPixelChannel, BlackPixelChannel, BlendPixelTrait, BluePixelChannel, DirectClass, GreenPixelChannel, IndexPixelChannel, MAGICKCORE_QUANTUM_DEPTH, OpaqueAlpha, RedPixelChannel, ResetMagickMemory(), sRGBColorspace, and UndefinedPixelTrait.
Referenced by AppendImages(), AssignImageColors(), CheckImageColors(), ClassifyImageColors(), ClutImage(), ColorMatrixImage(), CompareImagesBounds(), CompositeImage(), ConnectedComponentsImage(), DrawAffineImage(), DrawGradientImage(), DrawPrimitive(), EnhanceImage(), FloodfillPaintImage(), GetEdgeBackgroundFactor(), GetImageBoundingBox(), GetOneCacheViewVirtualPixelInfo(), GetOneVirtualPixelInfo(), IdentifyImage(), InterpolatePixelInfo(), IsEquivalentImage(), MeanShiftImage(), OpaquePaintImage(), ResamplePixelColor(), SparseColorImage(), sRGBTransformImage(), TransformsRGBImage(), TransparentPaintImage(), TransparentPaintImageChroma(), XShearImage(), and YShearImage().
static Quantum GetPixelL | ( | const Image *magick_restrict | image, | |
const Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References LPixelChannel.
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] |
References BluePixelChannel, GreenPixelChannel, and RedPixelChannel.
Referenced by ExportGrayAlphaQuantum(), ExportGrayQuantum(), InterpolatePixelChannel(), InterpolatePixelChannels(), InterpolatePixelInfo(), KuwaharaImage(), and LocalContrastImage().
static MagickRealType GetPixelLuminance | ( | const Image *magick_restrict | image, | |
const Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References BluePixelChannel, DecodePixelGamma(), GreenPixelChannel, RedPixelChannel, and sRGBColorspace.
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] |
References AlphaPixelChannel, BlendPixelTrait, OpaqueAlpha, and QuantumRange.
Referenced by ExportBGROQuantum(), ExportCMYKOQuantum(), ExportOpacityQuantum(), and ExportRGBOQuantum().
static Quantum GetPixelReadMask | ( | const Image *magick_restrict | image, | |
const Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References QuantumRange, ReadMaskPixelChannel, and UndefinedPixelTrait.
Referenced by CompareImages(), CompositeImage(), GetAbsoluteDistortion(), GetFuzzDistortion(), GetImageMask(), GetImageStatistics(), GetLocationStatistics(), GetMeanAbsoluteDistortion(), GetMeanErrorPerPixel(), GetMeanSquaredDistortion(), GetNormalizedCrossCorrelationDistortion(), GetPeakAbsoluteDistortion(), and SignatureImage().
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] |
References RedPixelChannel.
Referenced by AlphaBlendPixelInfo(), AssociateAlphaPixel(), BlueShiftImage(), CheckImageColors(), Classify(), ClassifyImageColors(), ColorDecisionListImage(), ColorMatrixImage(), CompositeImage(), ConnectedComponentsImage(), ContrastImage(), ExportBGRAQuantum(), ExportBGROQuantum(), ExportBGRQuantum(), ExportCbYCrYQuantum(), ExportCharPixel(), ExportCMYKAQuantum(), ExportCMYKOQuantum(), ExportCMYKQuantum(), ExportDoublePixel(), ExportFloatPixel(), ExportLongLongPixel(), ExportLongPixel(), ExportQuantumPixel(), ExportQuantumPixels(), ExportRedQuantum(), ExportRGBAQuantum(), ExportRGBOQuantum(), ExportRGBQuantum(), ExportShortPixel(), GetImageBackgroundColor(), GetImageDynamicThreshold(), GetImageFeatures(), GetImageQuantizeError(), GetImageTotalInkDensity(), GetPixelIntensity(), GrayscaleImage(), HaldClutImage(), ImportQuantumPixels(), InitializeHistogram(), IsFuzzyEquivalencePixel(), KmeansImage(), KmeansMetric(), LocalContrastImage(), ModulateImage(), PosterizeImage(), ProfileImage(), RadonTransform(), ResamplePixelColor(), SetGrayscaleImage(), SpliceImage(), sRGBTransformImage(), SteganoImage(), StereoAnaglyphImage(), StreamImagePixels(), TintImage(), TransformsRGBImage(), XDitherImage(), XMakeImageLSBFirst(), and XMakeImageMSBFirst().
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] |
References QuantumRange, UndefinedPixelTrait, and WriteMaskPixelChannel.
Referenced by ClipPixelCacheNexus(), GetImageMask(), HorizontalFilter(), SampleImage(), ScaleImage(), SetImageAlpha(), StatisticImage(), and VerticalFilter().
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] |
References AbsolutePixelValue(), AlphaPixelChannel, BlackPixelChannel, BluePixelChannel, CMYKColorspace, GreenPixelChannel, MagickEpsilon, MagickFalse, MagickTrue, OpaqueAlpha, RedPixelChannel, TransparentAlpha, and UndefinedPixelTrait.
Referenced by AssignImageColors(), and ClassifyImageColors().
static MagickBooleanType IsPixelGray | ( | const Image *magick_restrict | image, | |
const Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References AbsolutePixelValue(), BluePixelChannel, GreenPixelChannel, MagickEpsilon, MagickFalse, MagickTrue, and RedPixelChannel.
Referenced by IdentifyImageGray(), and NegateImage().
static MagickBooleanType IsPixelInfoEquivalent | ( | const PixelInfo *magick_restrict | p, | |
const PixelInfo *magick_restrict | q | |||
) | [inline, static] |
References AbsolutePixelValue(), CMYKColorspace, MagickEpsilon, MagickFalse, MagickTrue, OpaqueAlpha, TransparentAlpha, and UndefinedPixelTrait.
Referenced by CheckImageColors(), ClassifyImageColors(), and SetGrayscaleImage().
static MagickBooleanType IsPixelInfoGray | ( | const PixelInfo *magick_restrict | pixel | ) | [inline, static] |
References AbsolutePixelValue(), MagickEpsilon, MagickFalse, and MagickTrue.
Referenced by ColorizeImage(), ConformPixelInfo(), DistortImage(), DrawPrimitive(), FrameImage(), SetPixelCacheVirtualMethod(), SpliceImage(), and TintImage().
static MagickBooleanType IsPixelInfoMonochrome | ( | const PixelInfo *magick_restrict | pixel_info | ) | [inline, static] |
References AbsolutePixelValue(), MagickEpsilon, MagickFalse, MagickTrue, and QuantumRange.
static MagickBooleanType IsPixelMonochrome | ( | const Image *magick_restrict | image, | |
const Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References AbsolutePixelValue(), BluePixelChannel, GreenPixelChannel, MagickEpsilon, MagickFalse, MagickTrue, QuantumRange, and RedPixelChannel.
Referenced by IdentifyImageGray(), and IdentifyImageMonochrome().
static double PerceptibleReciprocal | ( | const double | x | ) | [inline, static] |
References MagickEpsilon.
Referenced by AcquireResizeFilter(), AdaptiveBlurImage(), AdaptiveSharpenImage(), 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(), 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.
static void SetPixelAlpha | ( | const Image *magick_restrict | image, | |
const Quantum | alpha, | |||
Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References AlphaPixelChannel, and UndefinedPixelTrait.
Referenced by AssignImageColors(), ClearBounds(), ClipPixelCacheNexus(), CompositeImage(), DrawPrimitive(), FloydSteinbergDither(), GetVirtualPixelCacheNexus(), HaldClutImage(), ImportAlphaQuantum(), ImportBGRAQuantum(), ImportBGRQuantum(), ImportCharPixel(), ImportCMYKAQuantum(), ImportDoublePixel(), ImportFloatPixel(), ImportGrayAlphaQuantum(), ImportGrayQuantum(), ImportIndexAlphaQuantum(), ImportLongLongPixel(), ImportLongPixel(), ImportQuantumPixel(), ImportRGBAQuantum(), ImportRGBQuantum(), ImportShortPixel(), MeanShiftImage(), OpaquePaintImage(), PosterizeImage(), RenderPostscript(), RiemersmaDither(), SepiaToneImage(), SetCacheAlphaChannel(), SetImageAlpha(), SpliceImage(), StereoAnaglyphImage(), TransparentPaintImage(), TransparentPaintImageChroma(), UniqueColorsToImage(), XAnnotateImage(), XDrawImage(), and XMakeStandardColormap().
static void SetPixelAlphaTraits | ( | Image * | image, | |
const PixelTrait | traits | |||
) | [inline, static] |
References AlphaPixelChannel, _Image::channel_map, and _PixelChannelMap::traits.
static void SetPixelb | ( | const Image *magick_restrict | image, | |
const Quantum | b, | |||
Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References bPixelChannel, and UndefinedPixelTrait.
static void SetPixelBlack | ( | const Image *magick_restrict | image, | |
const Quantum | black, | |||
Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References BlackPixelChannel, and UndefinedPixelTrait.
Referenced by ConsolidateCMYKImages(), GetVirtualPixelCacheNexus(), HaldClutImage(), ImportBlackQuantum(), ImportCharPixel(), ImportCMYKAQuantum(), ImportCMYKOQuantum(), ImportCMYKQuantum(), ImportDoublePixel(), ImportFloatPixel(), ImportLongLongPixel(), ImportLongPixel(), ImportQuantumPixel(), ImportShortPixel(), OpaquePaintImage(), PosterizeImage(), ProfileImage(), and UniqueColorsToImage().
static void SetPixelBlackTraits | ( | Image * | image, | |
const PixelTrait | traits | |||
) | [inline, static] |
References BlackPixelChannel, _Image::channel_map, and _PixelChannelMap::traits.
static void SetPixelBlue | ( | const Image *magick_restrict | image, | |
const Quantum | blue, | |||
Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References BluePixelChannel.
Referenced by AssignImageColors(), BlueShiftImage(), ColorDecisionListImage(), ContrastImage(), FloydSteinbergDither(), GetVirtualPixelCacheNexus(), HaldClutImage(), ImportBGRAQuantum(), ImportBGROQuantum(), ImportBGRQuantum(), ImportBlueQuantum(), ImportCbYCrYQuantum(), ImportCharPixel(), ImportCMYKAQuantum(), ImportCMYKOQuantum(), ImportCMYKQuantum(), ImportDoublePixel(), ImportFloatPixel(), ImportLongLongPixel(), ImportLongPixel(), ImportQuantumPixel(), ImportRGBAQuantum(), ImportRGBOQuantum(), ImportRGBQuantum(), ImportShortPixel(), LocalContrastImage(), MeanShiftImage(), ModulateImage(), OpaquePaintImage(), PosterizeImage(), ProfileImage(), RenderPostscript(), RiemersmaDither(), SepiaToneImage(), SpliceImage(), sRGBTransformImage(), SteganoImage(), StereoAnaglyphImage(), TransformsRGBImage(), UniqueColorsToImage(), XAnnotateImage(), XDrawImage(), XGetWindowImage(), and XMakeStandardColormap().
static void SetPixelBlueTraits | ( | Image * | image, | |
const PixelTrait | traits | |||
) | [inline, static] |
References BluePixelChannel, _Image::channel_map, and _PixelChannelMap::traits.
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] |
References CbPixelChannel, _Image::channel_map, and _PixelChannelMap::traits.
static void SetPixelChannel | ( | const Image *magick_restrict | image, | |
const PixelChannel | channel, | |||
const Quantum | quantum, | |||
Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References UndefinedPixelTrait.
Referenced by AdaptiveBlurImage(), AdaptiveSharpenImage(), AdaptiveThresholdImage(), AddNoiseImage(), ChannelImage(), ChopImage(), ColorizeImage(), CompositeImage(), CopyImagePixels(), CopyImageRegion(), CropImage(), DespeckleImage(), ExcerptImage(), FlipImage(), FlopImage(), FxImage(), GetVirtualPixelCacheNexus(), HorizontalFilter(), ImplodeImage(), IntegralRotateImage(), InterpolatePixelChannels(), MorphImages(), MorphologyPrimitive(), MotionBlurImage(), OilPaintImage(), RotationalBlurImage(), SampleImage(), ScaleImage(), SelectiveBlurImage(), SeparateImage(), SetImageAlphaChannel(), ShadeImage(), SimilarityImage(), SpliceImage(), StatisticImage(), SwirlImage(), TextureImage(), TransposeImage(), TransverseImage(), UnsharpMaskImage(), and VerticalFilter().
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] |
References _Image::number_channels.
static void SetPixelChannelTraits | ( | Image * | image, | |
const PixelChannel | channel, | |||
const PixelTrait | traits | |||
) | [inline, static] |
References _Image::channel_map, and _PixelChannelMap::traits.
Referenced by SetPixelChannelMask().
static void SetPixelCompositeMask | ( | const Image *magick_restrict | image, | |
const Quantum | mask, | |||
Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References CompositeMaskPixelChannel, and UndefinedPixelTrait.
Referenced by SetImageMask(), and SetImageRegionMask().
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] |
References _Image::channel_map, CrPixelChannel, and _PixelChannelMap::traits.
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] |
References GrayPixelChannel.
Referenced by FloodfillPaintImage(), GetImageMask(), GrayscaleImage(), ImportCharPixel(), ImportDoublePixel(), ImportFloatPixel(), ImportGrayAlphaQuantum(), ImportGrayQuantum(), ImportIndexAlphaQuantum(), ImportLongLongPixel(), ImportLongPixel(), ImportQuantumPixel(), ImportShortPixel(), ProfileImage(), and sRGBTransformImage().
static void SetPixelGrayTraits | ( | Image * | image, | |
const PixelTrait | traits | |||
) | [inline, static] |
References _Image::channel_map, GrayPixelChannel, and _PixelChannelMap::traits.
static void SetPixelGreen | ( | const Image *magick_restrict | image, | |
const Quantum | green, | |||
Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References GreenPixelChannel.
Referenced by AssignImageColors(), BlueShiftImage(), ColorDecisionListImage(), ContrastImage(), ExportQuantumPixels(), FloydSteinbergDither(), GetVirtualPixelCacheNexus(), HaldClutImage(), ImportBGRAQuantum(), ImportBGROQuantum(), ImportBGRQuantum(), ImportCbYCrYQuantum(), ImportCharPixel(), ImportCMYKAQuantum(), ImportCMYKOQuantum(), ImportCMYKQuantum(), ImportDoublePixel(), ImportFloatPixel(), ImportGreenQuantum(), ImportLongLongPixel(), ImportLongPixel(), ImportQuantumPixel(), ImportQuantumPixels(), ImportRGBAQuantum(), ImportRGBOQuantum(), ImportRGBQuantum(), ImportShortPixel(), LocalContrastImage(), MeanShiftImage(), ModulateImage(), OpaquePaintImage(), PosterizeImage(), ProfileImage(), RenderPostscript(), RiemersmaDither(), SepiaToneImage(), SpliceImage(), sRGBTransformImage(), SteganoImage(), StereoAnaglyphImage(), TransformsRGBImage(), UniqueColorsToImage(), XAnnotateImage(), XDrawImage(), XGetWindowImage(), and XMakeStandardColormap().
static void SetPixelGreenTraits | ( | Image * | image, | |
const PixelTrait | traits | |||
) | [inline, static] |
References _Image::channel_map, GreenPixelChannel, and _PixelChannelMap::traits.
static void SetPixelIndex | ( | const Image *magick_restrict | image, | |
const Quantum | index, | |||
Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References IndexPixelChannel, and UndefinedPixelTrait.
Referenced by AssignImageColors(), Classify(), ConnectedComponentsImage(), CycleColormapImage(), FloydSteinbergDither(), HuffmanDecodeImage(), ImportIndexAlphaQuantum(), ImportIndexQuantum(), KmeansImage(), RiemersmaDither(), SetGrayscaleImage(), SortColormapByIntensity(), and XGetWindowImage().
static void SetPixelIndexTraits | ( | Image * | image, | |
const PixelTrait | traits | |||
) | [inline, static] |
References _Image::channel_map, IndexPixelChannel, and _PixelChannelMap::traits.
static void SetPixelL | ( | const Image *magick_restrict | image, | |
const Quantum | L, | |||
Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References LPixelChannel, and UndefinedPixelTrait.
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] |
References _Image::channel_map, MagentaPixelChannel, and _PixelChannelMap::traits.
static void SetPixelMetacontentExtent | ( | Image * | image, | |
const size_t | extent | |||
) | [inline, static] |
References _Image::metacontent_extent.
static void SetPixelOpacity | ( | const Image *magick_restrict | image, | |
const Quantum | alpha, | |||
Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References AlphaPixelChannel, QuantumRange, and UndefinedPixelTrait.
Referenced by ImportBGROQuantum(), ImportCMYKOQuantum(), ImportOpacityQuantum(), and ImportRGBOQuantum().
static void SetPixelReadMask | ( | const Image *magick_restrict | image, | |
const Quantum | mask, | |||
Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References ReadMaskPixelChannel, and UndefinedPixelTrait.
Referenced by SetImageMask(), and SetImageRegionMask().
static void SetPixelRed | ( | const Image *magick_restrict | image, | |
const Quantum | red, | |||
Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References RedPixelChannel.
Referenced by AssignImageColors(), BlueShiftImage(), ColorDecisionListImage(), ContrastImage(), ExportQuantumPixels(), FloydSteinbergDither(), GetVirtualPixelCacheNexus(), HaldClutImage(), ImportBGRAQuantum(), ImportBGROQuantum(), ImportBGRQuantum(), ImportCbYCrYQuantum(), ImportCharPixel(), ImportCMYKAQuantum(), ImportCMYKOQuantum(), ImportCMYKQuantum(), ImportDoublePixel(), ImportFloatPixel(), ImportLongLongPixel(), ImportLongPixel(), ImportQuantumPixel(), ImportQuantumPixels(), ImportRedQuantum(), ImportRGBAQuantum(), ImportRGBOQuantum(), ImportRGBQuantum(), ImportShortPixel(), LocalContrastImage(), MeanShiftImage(), ModulateImage(), OpaquePaintImage(), PosterizeImage(), ProfileImage(), RenderPostscript(), RiemersmaDither(), SepiaToneImage(), SpliceImage(), sRGBTransformImage(), SteganoImage(), StereoAnaglyphImage(), TransformsRGBImage(), UniqueColorsToImage(), XAnnotateImage(), XDrawImage(), XGetWindowImage(), and XMakeStandardColormap().
static void SetPixelRedTraits | ( | Image * | image, | |
const PixelTrait | traits | |||
) | [inline, static] |
References _Image::channel_map, RedPixelChannel, and _PixelChannelMap::traits.
static void SetPixelViaPixelInfo | ( | const Image *magick_restrict | image, | |
const PixelInfo *magick_restrict | pixel_info, | |||
Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References AlphaPixelChannel, BlackPixelChannel, BluePixelChannel, ClampToQuantum(), GreenPixelChannel, OpaqueAlpha, RedPixelChannel, and UndefinedPixelTrait.
Referenced by AppendImages(), ClutImage(), ColorMatrixImage(), CompareImages(), CompositeImage(), CycleColormapImage(), DistortImage(), DrawAffineImage(), DrawPolygonPrimitive(), DrawPrimitive(), EnhanceImage(), FloodfillPaintImage(), FrameImage(), FxGetSymbol(), HuffmanDecodeImage(), ImportIndexAlphaQuantum(), ImportIndexQuantum(), NewMagickImage(), SetImageAlphaChannel(), SetImageBackgroundColor(), SetImageColor(), ShadowImage(), SortColormapByIntensity(), SparseColorImage(), sRGBTransformImage(), SyncImage(), TintImage(), TransformsRGBImage(), XDrawImage(), XGetWindowImage(), XShearImage(), and YShearImage().
static void SetPixelWriteMask | ( | const Image *magick_restrict | image, | |
const Quantum | mask, | |||
Quantum *magick_restrict | pixel | |||
) | [inline, static] |
References UndefinedPixelTrait, and WriteMaskPixelChannel.
Referenced by SetImageMask(), and SetImageRegionMask().
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] |
References _Image::channel_map, _PixelChannelMap::traits, and YellowPixelChannel.
static void SetPixelYTraits | ( | Image * | image, | |
const PixelTrait | traits | |||
) | [inline, static] |
References _Image::channel_map, _PixelChannelMap::traits, and YPixelChannel.