PDF To Tiff conversion issue
Posted: 2012-05-15T12:14:39-07:00
Not always but occasionally when I try to convert some pdfs to a tiff using ImageMagick their backgrounds which were previously white turn either a dark grey or in one case the tiff came out completely green. Here's the convert command I'm using currently: convert -density 288 "fileName.pdf" -alpha off -background None -layers merge "fileName.tif"
Any suggestions/help would be greatly appreciated.
Any suggestions/help would be greatly appreciated.