Search found 1 match
- 2014-11-18T14:16:00-07:00
- Forum: Bugs
- Topic: Centering too big images doesn't work with pdf
- Replies: 8
- Views: 10752
Re: Centering too big images doesn't work with pdf
The bug is still present in ImageMagick 6.8.9-9 Q16 i586 2014-10-28. To reproduce it: convert -size 100x100 xc:black test100.png convert -size 1000x1000 xc:black test1000.png convert test100.png -gravity center -page A4 test100.pdf convert test1000.png -gravity center -page A4 test1000.pdf Expected ...