Search found 2 matches

by Grujah
2011-01-15T18:23:56-07:00
Forum: Users
Topic: Montage tiling order
Replies: 3
Views: 16017

Re: Montage tiling order

Yeah, I feel kind of a stupid, I just found the thread asking the same question on page 2. And I also missed that section in the guide. :oops:

I changed the script to
montage *.jpg \-geometry 750x1050>+0+0 \-tile 1x2 final.jpg
montage final*.jpg -geometry +0+0 -tile 4x1 final.jpg

and it works ...
by Grujah
2011-01-15T17:52:10-07:00
Forum: Users
Topic: Montage tiling order
Replies: 3
Views: 16017

Montage tiling order

I have 54 images that I need to tile, 8 in a file, 2 rows with 4 images each. I did it this way:
montage *.jpg \-geometry 750x1050>+0+0 \-tile 4x2 final.jpg


The problem is that in last "montaged" image, because there is only 6 images, it ends up with 4 images in 1st row and 2 images in 2nd row ...