MagickCore
7.0.8
Convert, Edit, Or Compose Bitmap Images
|
#include "MagickCore/image.h"
#include "MagickCore/image-private.h"
#include "MagickCore/pixel.h"
#include "MagickCore/pixel-accessor.h"
Go to the source code of this file.
Functions | |
static void | ConvertCMYKToRGB (PixelInfo *pixel) |
static void | ConvertRGBToCMYK (PixelInfo *pixel) |
static MagickBooleanType | IsCMYKColorspace (const ColorspaceType colorspace) |
static MagickBooleanType | IsGrayColorspace (const ColorspaceType colorspace) |
static MagickBooleanType | IsRGBColorspace (const ColorspaceType colorspace) |
static MagickBooleanType | IssRGBColorspace (const ColorspaceType colorspace) |
static MagickBooleanType | IssRGBCompatibleColorspace (const ColorspaceType colorspace) |
|
inlinestatic |
References _PixelInfo::black, _PixelInfo::blue, _PixelInfo::green, QuantumRange, QuantumScale, and _PixelInfo::red.
Referenced by ConformPixelInfo(), and TransformsRGBImage().
|
inlinestatic |
References _PixelInfo::black, _PixelInfo::blue, CMYKColorspace, _PixelInfo::colorspace, DecodePixelGamma(), _PixelInfo::green, MagickEpsilon, QuantumRange, QuantumScale, _PixelInfo::red, and sRGBColorspace.
Referenced by ConformPixelInfo(), and sRGBTransformImage().
|
inlinestatic |
References CMYKColorspace, MagickFalse, and MagickTrue.
|
inlinestatic |
References GRAYColorspace, LinearGRAYColorspace, MagickFalse, and MagickTrue.
Referenced by AnnotateImage(), BilevelImage(), BlackThresholdImage(), ChannelFxImage(), ClutImage(), ColorizeImage(), CompositeImage(), ConformPixelInfo(), DistortImage(), DrawPrimitive(), FloodfillPaintImage(), FrameImage(), GetQuantumType(), LevelImageColors(), RangeThresholdImage(), SetImageColorspace(), SetPixelCacheVirtualMethod(), ShadowImage(), SolarizeImage(), SpliceImage(), TintImage(), and WhiteThresholdImage().
|
inlinestatic |
References LinearGRAYColorspace, MagickFalse, MagickTrue, RGBColorspace, and scRGBColorspace.
Referenced by SetImageColorspace().
|
inlinestatic |
References MagickFalse, MagickTrue, sRGBColorspace, and TransparentColorspace.
Referenced by QueryColorname(), and TransformImageColorspace().
|
inlinestatic |
References GRAYColorspace, LinearGRAYColorspace, MagickFalse, MagickTrue, RGBColorspace, scRGBColorspace, sRGBColorspace, and TransparentColorspace.
Referenced by AssignImageColors(), ClassifyImageColors(), ConformPixelInfo(), IdentifyImageGray(), IdentifyImageMonochrome(), ModulateImage(), SetImageGray(), and SetImageMonochrome().