Skip to content

Instantly share code, notes, and snippets.

@xAiluros
xAiluros / autotile-rpgm-to-tiled.py
Last active October 31, 2022 03:52
rpgmaker autotiles to Tiled
#!/usr/bin/env python3
#
# Script to convert autotile from rpgmaker form to Tiled.
# Based on post: https://forums.rpgmakerweb.com/index.php?threads/auto-tiles-in-tiled-parallax-mapping-made-easier.97739/
#
from PIL import Image
import sys