V3 Release
Version 3 of TiledImage. The fastest one yet.
This is a working version.
This version features a redone codebase, and a new cli interface using typer.
Install this version
pip install https://github.com/ultraflame4/TiledImage/archive/refs/tags/v3.zip
Basic Usage
timg "path to reference image" "output\results path" "tiles set path(glob)"
OR
If using venv:
venv\Scripts\timg "path to reference image" "output\results path" "tiles set path(glob)"
OR
If all else fails:
python -m TiledImage "path to reference image" "output\results path" "tiles set path(glob)"
-insert more stuff here idk-
Full Changelog: https://github.com/ultraflame4/TiledImage/commits/v3