Skip to content

Instantly share code, notes, and snippets.

@alydevs
alydevs / ImageDeTiler.py
Last active June 28, 2026 14:01 — forked from tigerhawkvok/ImageDeTiler.py
Stitch together tilemaps into a single image
#!python3
"""
A simple script which converts all the images in
the folder it is run from into a single image.
Images should be in a directory <searchDir>, with
the tiles binned into folders based on their
Y-axis identity, named as their X-axis identity.
In other words, they should be folders of rows
containing column-items for that row of images.