Montage of images

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
galv
Posts: 62
Joined: 2010-05-23T17:35:59-07:00
Authentication code: 8675308

Montage of images

Post 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?
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Montage of images

Post 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.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply