Skip to content

Releases: madmattp/PyASCII

PyASCII v0.3

01 Apr 17:21
Compare
Choose a tag to compare

PyASCII_gif

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

21 Aug 05:37
b788f6f
Compare
Choose a tag to compare

PyASCII_gif PyASCII_gif2

  • 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.

Full Changelog: v0.1.1...v0.2

PyASCII v0.1.1

15 Aug 23:53
Compare
Choose a tag to compare
  • Added support for custom filters with filters.toml configuration file.

PyASCII v0.1.0

10 Aug 23:21
ff09263
Compare
Choose a tag to compare
Update PyASCII.py