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!