I have hundreds of sets of images (folders that contains images) and each have some image files but not at fixed count. I want to concatenate and make a rill per set in which I am not able to get how to make input file counts as dynamic.
Command would look like below
Code: Select all
montage FOLDER1\IMAGE_1.JPG FOLDER1\IMAGE_2.JPG FOLDER1\IMAGE_3.JPG..... -mode concatenate -tile 1x output.jpg