Canvas size using "Montage"
Posted: 2019-09-30T12:59:26-07:00
Hello!
I need to arrange 100 images on one sheet on a 10x10 grid with overlapping them. For this, I used the following command:
It turned out fine, with the exception of images cropped from the edges of the sheet due to the -geometry -5-5 command.
I don’t understand how to save the image on the sides of the sheet, although I tried a bunch of options. I searched on the forum, but could not find an answer. Please help me.
Thank you!
I need to arrange 100 images on one sheet on a 10x10 grid with overlapping them. For this, I used the following command:
Code: Select all
magick.exe montage * .png -background none -tile 10x10 -geometry -5-5 montage_overlap.png
I don’t understand how to save the image on the sides of the sheet, although I tried a bunch of options. I searched on the forum, but could not find an answer. Please help me.
Thank you!