MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
|
Go to the source code of this file.
Data Structures | |
struct | _ColorInfo |
struct | _ErrorInfo |
Typedefs | |
typedef struct _ColorInfo | ColorInfo |
typedef struct _ErrorInfo | ErrorInfo |
Enumerations | |
enum | ComplianceType { UndefinedCompliance , NoCompliance = 0x0000 , CSSCompliance = 0x0001 , SVGCompliance = 0x0001 , X11Compliance = 0x0002 , XPMCompliance = 0x0004 , MVGCompliance = 0x0008 , AllCompliance = 0x7fffffff } |
enum | IlluminantType { UndefinedIlluminant = 5 , AIlluminant = 0 , BIlluminant = 1 , CIlluminant = 2 , D50Illuminant = 3 , D55Illuminant = 4 , D65Illuminant = 5 , D75Illuminant = 6 , EIlluminant = 7 , F2Illuminant = 8 , F7Illuminant = 9 , F11Illuminant = 10 } |
Functions | |
MagickExport char ** | GetColorList (const char *, size_t *, ExceptionInfo *) |
MagickExport const ColorInfo * | GetColorInfo (const char *, ExceptionInfo *) |
MagickExport const ColorInfo ** | GetColorInfoList (const char *, size_t *, ExceptionInfo *) |
MagickExport MagickBooleanType | IsEquivalentImage (const Image *, const Image *, ssize_t *x, ssize_t *y, ExceptionInfo *) |
MagickExport MagickBooleanType | ListColorInfo (FILE *, ExceptionInfo *) |
MagickExport MagickBooleanType | QueryColorCompliance (const char *, const ComplianceType, PixelInfo *, ExceptionInfo *) |
MagickExport MagickBooleanType | QueryColorname (const Image *, const PixelInfo *, const ComplianceType, char *, ExceptionInfo *) |
MagickExport void | ConcatenateColorComponent (const PixelInfo *, const PixelChannel, const ComplianceType, char *) |
MagickExport void | GetColorTuple (const PixelInfo *, const MagickBooleanType, char *) |
typedef struct _ColorInfo ColorInfo |
typedef struct _ErrorInfo ErrorInfo |
enum ComplianceType |
enum IlluminantType |
MagickExport void ConcatenateColorComponent | ( | const PixelInfo * | , |
const | PixelChannel, | ||
const | ComplianceType, | ||
char * | |||
) |
MagickExport const ColorInfo * GetColorInfo | ( | const char * | , |
ExceptionInfo * | |||
) |
MagickExport const ColorInfo ** GetColorInfoList | ( | const char * | pattern, |
size_t * | number_colors, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 1284 of file color.c.
References AcquireQuantumMemory(), color_cache, color_semaphore, ColorInfoCompare(), GetColorInfo(), GetMagickModule, GetNextValueInLinkedList(), GetNumberOfElementsInLinkedList(), GlobExpression(), IsEventLogging(), LockSemaphoreInfo(), LogMagickEvent(), MagickFalse, _ColorInfo::name, ResetLinkedListIterator(), _ColorInfo::stealth, TraceEvent, and UnlockSemaphoreInfo().
Referenced by ListColorInfo().
MagickExport char ** GetColorList | ( | const char * | pattern, |
size_t * | number_colors, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 1378 of file color.c.
References AcquireQuantumMemory(), color_cache, color_semaphore, ColorCompare(), ConstantString(), GetColorInfo(), GetMagickModule, GetNextValueInLinkedList(), GetNumberOfElementsInLinkedList(), GlobExpression(), IsEventLogging(), LockSemaphoreInfo(), LogMagickEvent(), MagickFalse, _ColorInfo::name, ResetLinkedListIterator(), _ColorInfo::stealth, TraceEvent, and UnlockSemaphoreInfo().
MagickExport void GetColorTuple | ( | const PixelInfo * | pixel, |
const | MagickBooleanType, | ||
char * | tuple | ||
) |
Definition at line 1522 of file color.c.
References _PixelInfo::alpha_trait, AlphaPixelChannel, BlackPixelChannel, BluePixelChannel, CMYKColorspace, _PixelInfo::colorspace, CommandOptionToMnemonic(), ConcatenateColorComponent(), ConcatenateMagickString(), ConcatentateHexColorComponent(), _PixelInfo::depth, GetMagickModule, GRAYColorspace, GrayPixelChannel, GreenPixelChannel, IsEventLogging(), IsSVGCompliant(), LinearGRAYColorspace, LocaleLower(), LogMagickEvent(), MagickColorspaceOptions, MagickFalse, MagickPathExtent, RedPixelChannel, SVGCompliance, TraceEvent, and UndefinedPixelTrait.
Referenced by ConnectedComponentsImage(), GetNumberColors(), IdentifyImage(), InterpretImageProperties(), KmeansImage(), ListColorInfo(), and QueryColorname().
MagickExport MagickBooleanType IsEquivalentImage | ( | const Image * | , |
const Image * | , | ||
ssize_t * | x, | ||
ssize_t * | y, | ||
ExceptionInfo * | |||
) |
MagickExport MagickBooleanType ListColorInfo | ( | FILE * | , |
ExceptionInfo * | |||
) |
MagickExport MagickBooleanType QueryColorCompliance | ( | const char * | , |
const | ComplianceType, | ||
PixelInfo * | , | ||
ExceptionInfo * | |||
) |
MagickExport MagickBooleanType QueryColorname | ( | const Image * | , |
const PixelInfo * | , | ||
const | ComplianceType, | ||
char * | , | ||
ExceptionInfo * | |||
) |