[Lcms-user] Comparison between microsoft ICM and LCMS
An ICC-based CMM for color management
Brought to you by:
mm2
|
From: Kevin <ke...@pl...> - 2001-07-16 20:07:58
|
I was just curious how the paInputColors and paOutputColors parameters
for the TranslateColors function in Microsoft ICM compares with
InputFormat and OutputFormat of cmsCreateTransform, are they used for
the same thing?
The Microsoft ICM accepts the following values:
typedef enum
{
COLOR_GRAY = 1,
COLOR_RGB,
COLOR_XYZ,
COLOR_Yxy,
COLOR_Lab,
COLOR_3_CHANNEL,
COLOR_CMYK,
COLOR_5_CHANNEL,
COLOR_6_CHANNEL,
COLOR_7_CHANNEL,
COLOR_8_CHANNEL,
COLOR_NAMED,
} COLORTYPE;
While LCMS has a large selection of values it accepts for what seems to
be a comparable purpose
-Kevin Koltzau
|