Skip to content

Releases: ultraflame4/TiledImage

v3.1.5

19 Dec 06:44
b2c56c0
Compare
Choose a tag to compare

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

Full Changelog: v3.1.4...v3.1.5

V3.1.4 - Godammit colorama

18 Dec 15:01
Compare
Choose a tag to compare

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

18 Dec 13:16
Compare
Choose a tag to compare

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

18 Dec 12:51
Compare
Choose a tag to compare

This project has been renamed to TilImg

This version also fixes error message not showing when ffmpeg fails

Install this version

  1. Remove the old version first!: pip uninstall TiledImage
  2. 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

18 Dec 12:17
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v3...v3.1

V3 Release

17 Dec 09:04
Compare
Choose a tag to compare

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