Yeah we have a really old system that we're trying to update step by step. I'm updating the /etc/ImageMagick/policy.xml and as I make changes I see them reflected in the output of identify -list policy . # convert -version Version: ImageMagick 6.7.7-10 2018-09-28 Q16 http://www.imagemagick.org ...
I'm running ubuntu 14.04 and have imagemagick 6.77 and ghostscript 9.26 installed and am trying to extract the first page of some PDFs to a JPEG, basically grabbing the first page as a JPG. I've allowed "read" to the "delegate" domain for the various postscript file formats in policy.xml: <policy ...
Thanks for that recommendation. Is it possible for the "-background White" operation to change a PDF's existing background from some other color to White - i.e. can a PDF have a background color other than transparent or White (the file I'm currently using apparently has a white background already ...
Hi all, I've been using Image::Magick (v6.6.0) to create a thumbnail JPG image of the first page of a PDF with good results for years. Now I'd like to upgrade the base version of Imagemagick (v6.77) but when doing so the resulting image has very jagged text. The same is true when comparing the ...