Hi,

If I try to do this transformation




cmsCIEXYZ whitePointXYZ = { 0.3127 , 0.3290 , 0.3583 };
cmsCIExyY whitePointxyY;
cmsXYZ2xyY( &whitePointxyY , &whitePointXYZ);

cmsToneCurve* gamma=cmsBuildGamma( 0, 2.2 );
cmsHPROFILE  GRAY = cmsCreateGrayProfile( &whitePointxyY , gamma );
cmsHTRANSFORM transformation =cmsCreateTransform( spotList
,TYPE_NAMED_COLOR_INDEX,GRAY,TYPE_GRAY_16 , INTENT_PERCEPTUAL ,0);


Transformation fails.What's the problem?

Marko
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to