Page 1 of 1

IM+gs pdf2jpg

Posted: 2009-10-14T00:51:50-07:00
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!!!

Re: IM+gs pdf2jpg

Posted: 2009-10-14T09:50:52-07:00
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