Hi,

That may be a bug, but it is hard to follow the code for me. May I ask you
to try to reproduce the issue by using icclink? That would make easier to
uncover the source of the mistake.

Thanks for reporting.
Regards
Marti.

On 01/09/2009 14:42:26, Wolfgang Huß (lcms-li...@pjannto.com) wrote:
 > Hi All,
 >
 >
 > I am writing a Pascal RIP software and have to create transformations 
for
 > proofing and if necessary add ink limiting.
 > In some circumstances there is the need to convert XYZ with proofing and
 > ink limiting to CMYK. But that generates an LCMS error.
 > I am working still with Lcms v1.13.
 > The code is:
 >
 >
 > v2print_w32_g_ICC_Input_XYZ_cmsHPROFILE := cmsCreateXYZProfile;
 >
 >
 > // Creating proof tansform.
 > v2print_w32_g_ICC_Print_CMYK_from_XYZ_cmsHTRANSFORM :=
 > cmsCreateProofingTransform(
 > v2print_w32_g_ICC_Input_XYZ_cmsHPROFILE, TYPE_XYZ_16,
 > v2print_w32_g_ICC_Print_cmsHPROFILE, TYPE_CMYK_16,
 > v2print_w32_g_ICC_Print_Proof_cmsHPROFILE,
 > Ord( v2print_w32_g_ICC_Print_Intent),
 > INTENT_ABSOLUTE_COLORIMETRIC, 0);


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to