option "-define pdf:use-cropbox=true" partly broken
Posted: 2007-10-27T11:25:52-07:00
- Take a PDF-image in landscape format like this one:
http://fkurth.de/uwest/usti/Bilder/SpannungsTest1.pdf
- convert it to a PNG with IM 6.3.6-3 using this command:
As result you get an image that is cropped as if it would be in portrait format, see
http://fkurth.de/uwest/usti/Bilder/test1.png
- When you do the same with a PDF-image in portrait format:
http://fkurth.de/uwest/usti/Bilder/SpannungsTest2.pdf
you get a correct result:
http://fkurth.de/uwest/usti/Bilder/test2.png
(Perhaps this bug has been reintroduced?:
viewtopic.php?f=3&t=6206&start=0&st=0&sk=t&sd=a )
http://fkurth.de/uwest/usti/Bilder/SpannungsTest1.pdf
- convert it to a PNG with IM 6.3.6-3 using this command:
Code: Select all
convert -define pdf:use-cropbox=true SpannungsTest1.pdf test1.png
http://fkurth.de/uwest/usti/Bilder/test1.png
- When you do the same with a PDF-image in portrait format:
http://fkurth.de/uwest/usti/Bilder/SpannungsTest2.pdf
you get a correct result:
http://fkurth.de/uwest/usti/Bilder/test2.png
(Perhaps this bug has been reintroduced?:
viewtopic.php?f=3&t=6206&start=0&st=0&sk=t&sd=a )