Page 1 of 1

Specify pass-thru options from imagemagick to ghostscript

Posted: 2011-03-27T03:48:03-07:00
by ronaldploeger
Hi,

first of all: Thanks for providing ImageMagick!

I posted a message in the user forum about the ghostscript "-dUseCIEColor" option and how I could not influence it being set by ImageMagick: viewtopic.php?f=1&t=18387

I was wondering if it might not be a good idea to be able to define pass-thru options on the ImageMagick command line to be able to fine tune the Ghostscript handling, e.g.

Code: Select all

convert -dUseCIEColor=false -density 300 in.pdf -resize x1000 out.jpg
Best,
Ronald