dmagick.c.colorspace

Undocumented in source.

Members

Enums

ColorspaceType
enum ColorspaceType

Specify the colorspace that quantization (color reduction and mapping) is done under or to specify the colorspace when encoding an output image. Colorspaces are ways of describing colors to fit the requirements of a particular application (e.g. Television, offset printing, color monitors). Color reduction, by default, takes place in the RGBColorspace. Empirical evidence suggests that distances in color spaces such as YUVColorspace or YIQColorspace correspond to perceptual color differences more closely than do distances in RGB space. These color spaces may give better results when color reducing an image.

Functions

RGBTransformImage
MagickBooleanType RGBTransformImage(Image* , ColorspaceType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SetImageColorspace
MagickBooleanType SetImageColorspace(Image* , ColorspaceType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TransformImageColorspace
MagickBooleanType TransformImageColorspace(Image* , ColorspaceType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TransformRGBImage
MagickBooleanType TransformRGBImage(Image* , ColorspaceType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta