From: <ma...@li...> - 2001-05-02 09:15:15
|
Hi, Well, if the TIFF has embedded profile (has TIFFTAG_ICCPROFILE), then this is the profile. If not, there is no way to know the exact profile, but then you can limit the valid profiles for the TIFF colorspace, RGB, CMYK, CIELab... lcms has a function to get colorspace of icc profile, cmsGetColorSpace(). The demo does show a list of valid profiles based on TIFF colorspace. Martí Maria The little cms project http://www.littlecms.com ma...@li... ----- Original Message ----- From: "Kevin" <ke...@pl...> To: "Martí Maria" <ma...@li...> Sent: Wednesday, May 02, 2001 3:39 AM Subject: RE: windows demo > How does the sample determine appropriate icm profiles to use for a > particular image? > |