10

Suppose I have a directory with 30 images. Is that possible to create a big image using these images as tiles?

Suppose all images have the same size, like 120x80 and I want to create a big image with 6 rows x 5 columns of these images with no space between them?

Is that possible to do that from terminal using, for example, SIPS or another app?

1 Answer 1

19

Yes, use imagemagick;

montage *.jpg -mode Concatenate -tile 6x5 montage.jpg
1
  • Thanks for useful answer. If you want to tile say just one row you can use -tile x1 or for 2 columns -tile 2x Commented Mar 5, 2024 at 19:48

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.