Releases: ultraflame4/TiledImage
v3.1.5
Fixed some bugs and changed how average pixel value is calculated for individual tiles.
Install
pip install https://github.com/ultraflame4/TiledImage/archive/refs/tags/v3.1.5.zip
What's Changed
- V3.1.5 by @ultraflame4 in #5
Full Changelog: v3.1.4...v3.1.5
V3.1.4 - Godammit colorama
Fixed rich progressbar being white. Somehow caused by colorama. Fixed by enforcing colorama to be >= 0.4.6
Install
pip install https://github.com/ultraflame4/TiledImage/archive/refs/tags/v3.1.4.zip
Where is v3.1.3? Gone. It never existed. :>
V3.1.2 - I am dumb
Fixed resize factor not working for video.
Install this version
pip install https://github.com/ultraflame4/TiledImage/archive/refs/tags/v3.1.2.zip
Full Changelog: v3.1.1...v3.1.2
v3.1.1 A New Name + bugfixes
This project has been renamed to TilImg
This version also fixes error message not showing when ffmpeg fails
Install this version
- Remove the old version first!:
pip uninstall TiledImage
- Install the new version:
pip install https://github.com/ultraflame4/TiledImage/archive/refs/tags/v3.1.1.zip
Full Changelog: v3.1...v3.1.1
v3.1 - Video
This version adds in video support.
This is done through running the generator for every frame of the video and saving each frame into the temporary builds folder
If it finds an existing frame, in that folder the process is skipped and that frame is used instead. This is done so that if the programs crashes, it can resume from where it left off when the user executes the command again
ffmpeg is required to merge the frames into a single video.
This version features a redone codebase, and a new cli interface using rich
This version also adds a better, prettier, and fancier looking cli : )
Install this version
pip install https://github.com/ultraflame4/TiledImage/archive/refs/tags/v3.1.zip
What's Changed
- basic video support by @ultraflame4 in #2
New Contributors
- @ultraflame4 made their first contribution in #2
Full Changelog: v3...v3.1
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