I'm using the mogrify command to convert PDf to TIFF. However, the resulting TIFF has the top cropped off. I'm using the following command:
mogrify.exe -format tiff -antialias -density 300 -depth 8 -type grayscale *.pdf
Any ideas what the problem might be?
PDF to TIFF is cropping off the top in resulting TIFF
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: PDF to TIFF is cropping off the top in resulting TIFF
Does it fail if you use convert in place of mogrify on one image? Can you post a link to your pdf file so others can test with it?
I do not think -anti-alias will do anything in this command. It is usually only used with -draw
I do not think -anti-alias will do anything in this command. It is usually only used with -draw