IM+gs pdf2jpg

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
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