Releases: madmattp/PyASCII
Releases · madmattp/PyASCII
PyASCII v0.3
What's Changed
- Refactored and optimized the code for better performance;
- Removed temporary file creation;
- Added option to customize the number of threads;
- Added contrast and sharpness customization;
- New filter Bill → [[255, 255, 255], [5, 74, 181]].
Full Changelog: v0.2...v0.3
PyASCII v0.2
-
New Features:
- Added support for .gif files.
- Introduced a new version with a Graphical User Interface (GUI)!
-
Bug Fixes:
- Resolved an issue with the
resize_image()
function, where the image was not being resized to the correct resolution. - Fixed a bug related to the creation of the PyASCII/temp/ directory, which was not being created during the first execution, resulting in an error.
- Resolved an issue with the
Full Changelog: v0.1.1...v0.2
PyASCII v0.1.1
- Added support for custom filters with filters.toml configuration file.
PyASCII v0.1.0
Update PyASCII.py