Search found 2 matches
- 2018-09-01T09:31:38-07:00
- Forum: Users
- Topic: Montage ~4000 tiles under Windows
- Replies: 4
- Views: 4844
Re: Montage ~4000 tiles under Windows
The solution was provided by snibgo. To explain it step by step: 1. Put the filenames in the list.txt without any prepending directory. 2. Put the list.txt file into the folder where all tiles are located 3. Open cmd and change to the directory with all the tiles and the list.txt 4. montage -tile ...
- 2018-08-26T01:16:16-07:00
- Forum: Users
- Topic: Montage ~4000 tiles under Windows
- Replies: 4
- Views: 4844
Montage ~4000 tiles under Windows
Hello there, I have many jpg files which all have this format: X-Y.jpg while X and Y are numbers from 0 to 62 and X&Y also define the location of the images in the final image (coordinates). Now I've tried this command to create one image out of those many tiles: montage.exe -tile 63x63 @D:\img\list ...