Dear all,
I am trying to convert several PDF in a special prepress workflow made in a specific GUI interface called PowerSwitch.
I am able to use an "execute command" which invoke the command line convert from ImageMagick.
I tried to solve a colorcast without any satisfaction and success…
I know that GhostScript is by default unable to give the right color conversion.
I then decided to modify the delegates.xml and added after each "gs" option the command line option of ‘-dUseCIEColor‘.
But unfortunately, this approach won't work either.
Is it at least a solution?
Many thanks beforehand for your help!
All the best
CMYK PDF to RGB PNG issue.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: CMYK PDF to RGB PNG issue.
For you the best Idea many be to DIY, and call ghostscript yourself. You can use the delegate commands as a starting point.
NOTE IM does do a LOT of extra file processing (with temporaries) when using ghostscript. This is due to security concerns and pipeline handling of the input source images. By DIY'ing it you can avoid a lot of that extra processing.
For example see.. IM Examples, Text Processing, Using GhostScript Directly
http://www.imagemagick.org/Usage/text/#ghostscript
NOTE IM does do a LOT of extra file processing (with temporaries) when using ghostscript. This is due to security concerns and pipeline handling of the input source images. By DIY'ing it you can avoid a lot of that extra processing.
For example see.. IM Examples, Text Processing, Using GhostScript Directly
http://www.imagemagick.org/Usage/text/#ghostscript
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/