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
Ronald