ImageMagick Version: 6.7.8-9
I have several large images i need to turn into one gigantic image.
Currently i've been testing the montage command with 4x 40,000 x 40,000 Images tiles in a 2x2 grid (so resulting output is 80,000px square) using the command:
Code: Select all
montage image1.jpg image2.jpg image3.jpg image4.jpg -tile 2x2 -geometry +0+0 tiled_output.jpg
Is there a better and faster way to achieve this?
Many thanks for your time