TOOL » IMAGE_MANIPULATOR » IMAGEMAGICK

Montage

Merge images

OptionDescription
-tileThe layout of the images.
-geometrySpacing between each image.

Example

4 images per line, 2 lines, with no space between them:

shell
montage *.png -tile 4x2 -geometry +0+0 merged.png