Page 1 of 1

Montage of images

Posted: 2011-07-10T22:35:08-07:00
by galv
I want to display multiple images side by side with a label (optionally) underneath them.

Something like this:
Image

How can I do this?

Re: Montage of images

Posted: 2011-07-10T22:37:12-07:00
by anthony
montage
http://www.imagemagick.org/Usage/montage/

Make sure you specify the -geometry (for the tile size the images will be resized to - or turn off that resize)
and a -tile setting to define the size of the array of tiles to hold the images.