Re: [Lcms-user] Comparison between microsoft ICM and LCMS
An ICC-based CMM for color management
Brought to you by:
mm2
From: <ma...@li...> - 2001-07-17 08:40:08
|
Hi, Is same... only lcms has a lot more formats. lcms does support 16 bits per sample, HiFi separations up to 16 channels, planar organization, swapped endian... Even one can build new formats by using the provided macros. Martí Maria The little cms project http://www.littlecms.com ma...@li... ----- Original Message ----- From: Kevin To: lcm...@li... Sent: Monday, July 16, 2001 4:50 PM Subject: [Lcms-user] Comparison between microsoft ICM and LCMS 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 |