Skip to main content
StrongBeaver
Legend
October 3, 2011
Question

Embedding Color Profile into Script ?

  • October 3, 2011
  • 2 replies
  • 10460 views

I want to embedded a color profile into a script and run the script would change the color profile.

This topic has been closed for replies.

2 replies

TheDigitalDog
Inspiring
March 21, 2023

What and where are all these hundreds of profiles originating from?

Author “Color Management for Photographers" & "Photoshop CC Color Management/pluralsight"
JJMack
Community Expert
Community Expert
October 3, 2011

From the Photoshop  javascript  manual

convertProfile (destinationProfile, intent [, blackPointCompensation] [, dither])

string

Intent

boolean

boolean

Changes the color profile.

The destinationProfile parameter must

be either a string that names the color

mode or Working RGB, Working CMYK,

Working Gray, Lab Color (meaning one

of the working color spaces or Lab color).

Intent

ABSOLUTECOLORIMETRIC

PERCEPTUAL

RELATIVECOLORIMETRIC

SATURATION

The rendering intent to use when

converting from one color space to

another with

Document.convertProfile() or

JJMack
StrongBeaver
Legend
October 3, 2011

I don't follow completely.  If you can embedded profiles how come you can't embedded brushes / tool presets ?

c.pfaffenbichler
Community Expert
Community Expert
October 3, 2011

Just to make sure, are you trying to convert an image to a pofile that is installed on the computer or do you want to include a profile in a Script so that it would also work on stations that do not have that profile installed before running the Script?