Hello Marti,

I have a question here, I am in need of convertion Lab to CMY but in double value. The nearest type would be TYPE_CMYK_DBL. I thought of defining the following,

#define TYPE_CMY_DBL (COLORSPACE_SH(PT_CMY)|CHANNELS_SH(3)| BYTES_SH(0))

But it did not work, error message is "lcms: Error #12288; Output profile is operating on wrong colorspace". Is it possible to add TYPE_CMY_DBL in lcms ?

Right now, I am try to use TYPE_CMY_16, convert the 16bit integer value back to double.


Best Regards,

Peter


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to