Search found 2 matches
- 2017-09-25T08:30:50-07:00
- Forum: Users
- Topic: Center montage in resulting page
- Replies: 2
- Views: 3521
Re: Center montage in resulting page
What version of IM? What does "-gravity center -size 2550x3300" do? I suspect it has no effect. Please show a reproducible example. This means something that other people can try out, and compare their results to yours. I should also add the size flag was incorrect (should have been page). I had ...
- 2017-09-25T07:36:13-07:00
- Forum: Users
- Topic: Center montage in resulting page
- Replies: 2
- Views: 3521
Center montage in resulting page
I'm trying to tile some images (custom playing cards) in a pdf for printing and I'm running into some issues trying to center the resulting montage. I'm using the following command: montage -density 300 -tile 3x3 -geometry +20+20 *.png -gravity center -page 2550x3300 output.pdf and getting this ...