Hello,

(I try to send this mail again with another profile, the size seemed to be too 
large with the previous one)

I get now a crash when I create a transform with some device link profiles that 
are provided by Adobe applications I think.
Here is a code that shows the problem :

       cmsHPROFILE Profile=cmsOpenProfileFromFile("Smokey.icc","r");
       cmsHPROFILE LabProfile=cmsCreateLab4Profile(NULL);
       cmsHTRANSFORM 
Transform=cmsCreateTransform(Profile,TYPE_RGB_8,LabProfile,TYPE_Lab_FLT,INTENT_ABSOLUTE_COLORIMETRIC,0);

The cmsCreateTransform call generate a crash, instead of simply failing as it 
should do (returning NULL). This works with lcms 2.4.

I join an example of profile.

J.Prévost

Attachment: Smokey.icc
Description: Smokey.icc

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to