|
MagickCore
6.7.5
|

Go to the source code of this file.
Enumerations | |
| enum | ColorspaceType { UndefinedColorspace, RGBColorspace, GRAYColorspace, TransparentColorspace, OHTAColorspace, LabColorspace, XYZColorspace, YCbCrColorspace, YCCColorspace, YIQColorspace, YPbPrColorspace, YUVColorspace, CMYKColorspace, sRGBColorspace, HSBColorspace, HSLColorspace, HWBColorspace, Rec601LumaColorspace, Rec601YCbCrColorspace, Rec709LumaColorspace, Rec709YCbCrColorspace, LogColorspace, CMYColorspace } |
Functions | |
| MagickExport MagickBooleanType | RGBTransformImage (Image *, const ColorspaceType, ExceptionInfo *) |
| MagickExport MagickBooleanType | SetImageColorspace (Image *, const ColorspaceType, ExceptionInfo *) |
| MagickExport MagickBooleanType | TransformImageColorspace (Image *, const ColorspaceType, ExceptionInfo *) |
| MagickExport MagickBooleanType | TransformRGBImage (Image *, const ColorspaceType, ExceptionInfo *) |
| enum ColorspaceType |
Definition at line 25 of file colorspace.h.
| MagickExport MagickBooleanType RGBTransformImage | ( | Image * | , |
| const ColorspaceType | , | ||
| ExceptionInfo * | |||
| ) |
| MagickExport MagickBooleanType SetImageColorspace | ( | Image * | , |
| const ColorspaceType | , | ||
| ExceptionInfo * | |||
| ) |
| MagickExport MagickBooleanType TransformImageColorspace | ( | Image * | , |
| const ColorspaceType | , | ||
| ExceptionInfo * | |||
| ) |
| MagickExport MagickBooleanType TransformRGBImage | ( | Image * | , |
| const ColorspaceType | , | ||
| ExceptionInfo * | |||
| ) |
Definition at line 1388 of file colorspace.c.
References _Image::signature, MagickSignature, _Image::debug, MagickFalse, LogMagickEvent(), TraceEvent, GetMagickModule, _Image::filename, MagickTrue, _Image::colorspace, CMYColorspace, _Image::storage_class, PseudoClass, SyncImage(), SetImageStorageClass(), DirectClass, AcquireCacheView(), _Image::rows, GetCacheViewAuthenticPixels(), _Image::columns, SetPixelRed(), ClampToQuantum(), QuantumRange, GetPixelRed(), SetPixelGreen(), GetPixelGreen(), SetPixelBlue(), GetPixelBlue(), GetPixelChannels(), SyncCacheViewAuthenticPixels(), DestroyCacheView(), SetImageColorspace(), RGBColorspace, CMYKColorspace, GetPixelInfo(), GetPixelInfoPixel(), ConvertCMYKToRGB(), SetPixelInfoPixel(), HSBColorspace, QuantumScale, ConvertHSBToRGB(), HSLColorspace, ConvertHSLToRGB(), HWBColorspace, ConvertHWBToRGB(), LabColorspace, ConvertLabToXYZ(), ConvertXYZToRGB(), LogColorspace, DisplayGamma, GetImageProperty(), StringToDouble(), MagickEpsilon, FilmGamma, ReferenceBlack, ReferenceWhite, AcquireQuantumMemory(), MaxMap, ThrowBinaryException, ResourceLimitError, RelinquishMagickMemory(), OHTAColorspace, _TransformPacket::x, _TransformPacket::y, _TransformPacket::z, Rec601YCbCrColorspace, YCbCrColorspace, Rec709YCbCrColorspace, sRGBColorspace, XYZColorspace, YCCColorspace, YIQColorspace, YPbPrColorspace, YUVColorspace, _PixelInfo::red, _PixelInfo::green, _PixelInfo::blue, RoundToYCC(), _Image::progress_monitor, SetImageProgress(), TransformRGBImageTag, _Image::colors, and _Image::colormap.
Referenced by TransformImageColorspace().