Hi, >But I'm not sure, which encoding is expcted by the the cmsDoTransform() >API, since it looks like this is not documented - I think it would be >necessary to check the code (or to ask Marti).
It currently uses ICC encoding, either v2 or v4 on depending on the version of the Lab profile being used as input/output. There are functions to convert from/to floating point to these encodings: cmsFloat2LabEncoded cmsFloat2LabEncoded4 cmsLabEncoded2Float cmsLabEncoded2Float4 But if you are going to do so, TYPE_Lab_DBL does it automatically for you--the idea is to hide those complexities to the programmer. All the details of Lab encoding are in cmspcs.c Regards, Marti. ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Lcms-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/lcms-user
