Convert loses orientation
Posted: 2011-10-19T13:15:58-07:00
Hey All,
I have a PDF with one page, with landscape page orientation.
When I convert it to jpg, the resulting image is suddenly rotated to portrait orientation.
But the content of the image itself isn't rotated, and does no longer fit in the canvas (part of it disappears now).
So it looks like only the canvas is rotated, but the image itself not.
The command i'm using:
I'm using ImageMagick 6.6.2-6 and Ghostscript 8.70.
Does anyone has any idea how I can keep the original page orientation?
I have a PDF with one page, with landscape page orientation.
When I convert it to jpg, the resulting image is suddenly rotated to portrait orientation.
But the content of the image itself isn't rotated, and does no longer fit in the canvas (part of it disappears now).
So it looks like only the canvas is rotated, but the image itself not.
The command i'm using:
Code: Select all
convert -density 300 1.pdf[0] -density 72 -scale 50% -quality 90 1.jpg
Does anyone has any idea how I can keep the original page orientation?