Hallo Marti,

thank you for the answer. I tried this (actualy before I've asked).

I use two printer-profiles, and icclink creates proof.icc
When I call icc2ps I get the error: Error #3000: Invalid PCS.
(Coming from GetPhase, proof.icc has PCS=CMYK).

What am I making wrong ?

Regards

Reinhard

[EMAIL PROTECTED] wrote:
> It's easy:
>
> By command line utilities:
>
> icclink -o proof.icc profile2.icc profile3.icc
> icc2ps -o proof.icc
>
>
> By function calls, basically you need only these: (among
> cmsOpenProfileFromFile, cmsCloseProfile, etc.)
>
>
> cmsCreateMultiprofileTransform()
> cmsTransform2DeviceLink()
> cmsGetPostScriptCRD()
>
>
> Hope this helps
> Marti
>
Reinhard Roesel <[EMAIL PROTECTED]> said:


Hallo List,

I want to create sthg like a 'proofing crd':

1 CIE-Data -> PCS              - by CSA
2 PCS->CMYK(Proofing)-> PCS    - by DeviceLinkProfile
3 PCS->CMYK(Output)            - by CRD

I want to combine 2 and 3 into a single CRD.
Which functions and processing do I need ?
The manual is a bit short on this item.







--
Reinhard Roesel
----------------------------------------------------------------
Sofha GmbH           D-13355 Berlin        Gustav-Meyer-Allee 25
Tel +49 - 30 - 46 30 71 35             mailto:  [EMAIL PROTECTED]
Fax +49 - 30 - 46 30 72 35             www: http://www.sofha.com




------------------------------------------------------- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl _______________________________________________ Lcms-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to