I'm trying to build a really big image from 34.969 tiles, the bigger tiles are at 512x512 each, and the target image will be 95488x95488 pixels.
The reason why I need to build such a big image is because afterwards I need to resize it and then crop it into multiple tiles once again, because currently the tiles have varying widths and heights and I need to output a specific number of perfectly squared tiles. The only way I can think of to achieve this objective is to build the entire image first. My problem is that it is filling my HDD and failing because of it.
Here's the command I'm using:
Code: Select all
montage.exe @list_187x187.txt -mode Concatenate -tile 187x187 image.png
I also tried building smaller chunks of the final image first, and so I did a montage of 187 images, using 187 horizontal tiles each, and finally the montage of 187 (95488x[H]) images into one.
Code: Select all
montage.exe @list_1x187.txt -mode Concatenate -tile 1x187 image.png
Now I'm going to try using IM Q8, even though I wanted to use a portable version.
What I really wanted was for someone to comment on this and suggest a better approach.
Thank you!
SPECS:
OS: Windows 10 Pro (x64)
IM: ImageMagick-7.0.3-0-portable-Q16-x64
CPU: i7-4770K @ 3.5GHz
RAM: 16GB