Hi Theo,

> How can one setup in lcms something like dev-dep ICC -> ideal independent
> ICC ?


It is easy: just use an XYZ profile as output, ICC2 in your workflow.
lcms has a built-in XYZ profile to do this:

cmsHPROFILE hXYZ = cmsCreateXYZProfile()

A couple of notes: A good choice for encoding in this case
would be TYPE_XYZ_DBL, which will allow you to transform directly
to cmsCIEXYZ type. And note that in ICC notation, XYZ get normalized
to 1.0, that is, D50 is represented as 0.9642 1.0 0.8249, which is
not the usual 96, 100, 82. To get the "normal" numbers is just a
matter of multiplying times 100.


Regards
Marti


mirtchev <mirtc...@rogers.com> escribió:

> Hi lcms users and developers,
>
> I just started experimenting with the software and learning the
> fundamentals.
>
> The believe I understand how one can transform one device dependent color to
> another.
>
> This is what the typical workflow  ICC1 -> PCS -> ICC2 does, right?
>
> However, I need a slightly different transformation:
>
> device-dependent color to dev-independent color, say RGB -> XYZ.
>
>
>
> How can one setup in lcms something like dev-dep ICC -> ideal independent
> ICC ?
>
>
>
> Can somebody help with this novice's question?
>
> Theo
>
>
>
>


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to