convert pdf2png resize bug ??

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
bowa

convert pdf2png resize bug ??

Post by bowa »

I have a problem when creating thumbnails from pdfs.

this is the command i use:

Code: Select all

convert mypdf.pdf -resize "x200" thumbnail_%05d.png
now for most pdfs that works, and results in something like this:

Image

but ... when i have a pdf which contains a page with a defined rotation (rotation=90) the result is a skewed image ...

Image

whatever i try, once i add the '-resize' to the command, it gets skewed.

is this is a bug or am i missing something here ?

both pdfs have a 'landscape' page format.

Code: Select all

Version: ImageMagick 6.2.4 02/10/07 Q16
bowa

Re: convert pdf2png resize bug ??

Post by bowa »

from my tests the problem is not in the -rotate function of convert, but in the -resize function.
Post Reply