PDF to TIFF is cropping off the top in resulting TIFF

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
wmd
Posts: 1
Joined: 2013-05-08T07:14:24-07:00
Authentication code: 6789

PDF to TIFF is cropping off the top in resulting TIFF

Post by wmd »

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?
User avatar
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

Post by fmw42 »

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
Post Reply