This is a simple Python / PIL utility for taking a series of images in a tile map set and stitching them together into a single image. This is being used to convert these http://forums.bistudio.com/showthread.php?178671-Tiled-maps-Google-maps-compatible-(WIP) for www.anvilproject.com.
- Drop the stitcher.py file into the root directory of your tile map set, where all the numbered folders are
- Edit two lines in the file, these are commented - one for the number of folders and one for the number of images in each folder
- Run the script
python stitcher.py
- Your output will eventually appear in
output.png
Thanks for this baseline; I needed this today to get me going.
I pretty heavily modified this and made it Python 3 compatible, if you need it: https://gist.github.com/tigerhawkvok/ff2f27c1e098fecba5702bc9782abf01
Most notably, it no longer needs any manual file configuration.