I'm trying to convert some PDF pages to PNG images, but some pages with low opacity elements and shapes are not correctly generated.
Here's a jpg of the original page saved with gimp : https://www.dropbox.com/s/4u1ce6w3lrrh9 ... l.png?dl=0
Trying to convert (adding colorspace since PDF embeds CMYK colorspace) with the following:
Code: Select all
convert -density 400 -colorspace cmyk input_pdf[73] -resize 25% pag73.png
- Tried omitting colorspace option and adding CMYK and sRGB profiles, with no luck.
- Tried to edit delegates.xml file with -dUseCIEColor=false, with no difference.
- Tried "-alpha on" option after input file.
Here's an output of
Code: Select all
identify -verbose input_file[73].pdf
Any ideas?
Any help would be appreciated...
Thanks
I'm using ImageMagick 6.8.9-9 Q16 x86_64 2017-05-23 running on Debian Linux 8 (jessie)