Convert Profile from color setting
HI
please help me
How to change rgb to cmyk profile change
i want change cmyk particular color setting in script
HI
please help me
How to change rgb to cmyk profile change
i want change cmyk particular color setting in script
destinationProfile: North America Prepress 2 ,
This needs to be a String of the name of the target profile’s name (as displayed in Photoshop) in inverted commas, like »SWOP2006_Coated3v2«, not some color setting’s name.
intent: Intent ,
Please look up the Intents in the Object Model Viewer.
blackPointCompensation: Boolean ,
dither: Boolean
You can omit them, otherwise they need to be either true or false.
So the line might look like this:
app.activeDocument.convertProfile("ISO Coated v2 (ECI)", Intent.RELATIVECOLORIMETRIC, true, true);Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.