Specify pass-thru options from imagemagick to ghostscript

Post here to shower the ImageMagick developers with praise or discuss how you could have done a better job if you developed ImageMagick. Or talk about how Photoshop is better than ImageMagick. Even complain about how no one answered your postings in the Users forum. Venting and musings welcomed here.
Post Reply
ronaldploeger
Posts: 7
Joined: 2011-03-25T09:06:07-07:00
Authentication code: 8675308

Specify pass-thru options from imagemagick to ghostscript

Post 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
Post Reply