Save ICC color profile [enhancement]
Hi,
Nice contribution I use this many times. My life is more easier. But I have a problem, the ICC color profile is not saved when I generate PNG24 files.
It is the only feature missing to make it perfect. I is the unique feature that provides the official plugin of Photoshop but not this.
thanks, Mossman
Hmm, that will take some work and investigation.
Basically, the ICC option for the export script was added later. The original script in CS2 couldn't even export PNG at all. In CS6, I can see the option on the original script's dialog, but the scripting API doesn't contain the corresponding option in PNGSaveOptions. Does it work?
Anyway, we're using quick and dirty action manager code the same way the "Save For Web" interface does, not the official API, to make it smaller and faster. And I couldn't see an "Embed color profile" option there. So I'm not sure it's even supported. If anyone wants to investigate further, feel free.