adobe.document.graphics.server
Subject: Re: How can I convert a RGB-PSD file to CMYK -PSD/TIFF
AGS can change the profile to any ICC profile. The convertProfile command accepts a local file URI to any ICC profile. (sRGB is just a shortcut provided to the most frequently used one.)
The ICC profiles that ship with AGS can be found at:
C:Program FilesAdobeGraphics Server 2.1
equiredcolor
That folder contains 16 of the most common ICC profiles but you can add more. The local file URI to them would be like this:
outProfile ="C:Program FilesAdobeGraphics Server 2.1
equiredcolorUSWebCoatedSWOP.icc"
relative local paths also work:
outProfile="../test_files/USWebCoatedSWOP.icc"
Reply
View All Messages in adobe.document.graphics.server
path:
How can I convert a RGB-PSD file to CMYK -PSD/TIFF =>
Replies:
Copyright © 2006 WatermarkFactory.com. All Rights Reserved.


