I'm working on terrain for a game, and the output I chose in the terrain generation software is 256 1024x1024 tiles that I need to combine into one big .png.
I've tried running some image stitching applications through WINE with no success. (They all seem to focus on panoramas.) I've had success with this type of thing before using ImageMagick, but when trying to use Montage, it doesn't sort the tiles and they have white borders between them.
The tiles each have a X and Z coordinate in their name, in this case output_x00_y00.png through output_x15_y15.png.
How can I stitch these files?