Let's say I have many jpg files which all have this format: X-Y.jpg while X and Y are numbers from 0 to 99 and also define the location of themselves in the final image.
Now I've tried this command to create one image out of those many tiles.
montage.exe -tile 99x99 @D:\img\list.txt D:\output\out.jpg
But it expands my image file list not correctly.
montage.exe: unable to open image '@D:D:\input\0-59.jpg': Invalid argument @ error/blob.c/OpenBlob/3489.
Here is a reference for the imagemagick manual, where it says for large numbers of files you can read a list of input files from a specific file by "@in.txt": http://www.imagemagick.org/script/command-line-processing.php#input