I want to display multiple images side by side with a label (optionally) underneath them.
Something like this:
How can I do this?
Montage of images
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Montage of images
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.
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.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/