Montage tiling order
Posted: 2011-01-15T17:52:10-07:00
I have 54 images that I need to tile, 8 in a file, 2 rows with 4 images each. I did it this way:
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. I don't want that. I want 3 images in each row i.e. that when ImageMagick tiles, it goes by columns and not by rows. Is that doable?
Code: Select all
montage *.jpg \-geometry 750x1050>+0+0 \-tile 4x2 final.jpg