Search found 1 match

by mattpslab
2018-03-27T10:54:25-07:00
Forum: Users
Topic: White Background lost while upgrading imagemagick??
Replies: 2
Views: 1752

White Background lost while upgrading imagemagick??

I'm trying to convert PDFs to PNGs using ImageMagick and Ghostscript. The image on the left was created used ImageMagick 6.7.5 and Ghostscript 9.05. The command was $cmd = '/usr/bin/convert upload/foo.pdf -density 1200x1200 -quality 100 -resize '.$width.'x'.$height.' rename/foo.png '; My host ...