IM+gs pdf2jpg

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
crealing

IM+gs pdf2jpg

Post by crealing »

When i converted the pdf with transparency layer to jpg only using IM, i found the jpg very bad.
someone told me using imagemagick + Ghostscript and the output is perfect.
but i don't how to do that.
can anyone tell me how to resolve that (best showing PHP Code)
Thanks!!!
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: IM+gs pdf2jpg

Post by fmw42 »

see if you have GS installed. type

convert -list configure

Look at the line starting with DELEGATES. If it includes gs, then ghostscript is installed. If not, then download the GS delegate library and install it, then reinstall IM.

see http://www.imagemagick.org/download/delegates/
http://www.imagemagick.org/script/advan ... lation.php
Post Reply