Skip to content

Releases: JoshuaJakowlew/aart

v.2.0.0-beta

02 Apr 10:31
b8f556e
Compare
Choose a tag to compare
v.2.0.0-beta Pre-release
Pre-release

What's new?

New features and enhancements:

  • Text rendering mode (ANSI escape sequences).
  • Palette generation. You can extract N dominant colors from your image.
  • Completely new input parser

Known bugs and problems:

  • There can be problems with video encoding/decoding
  • Long videos will be BIG.

v1.1.0-beta

19 Feb 22:04
bae60da
Compare
Choose a tag to compare
v1.1.0-beta Pre-release
Pre-release

What's new?

New features and enhancements:

  • CIE96 color comparison support
  • Optimizations
  • Bugfixes

Known bugs and problems:

  • There can be problems with video encoding/decoding
  • Long videos will be BIG.

v1.0.0-beta

13 Feb 14:38
12e93c1
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

What's new?

New features and enhancements:

  • CUDA support for video and image conversions
  • Full-featured CLI interface
  • Change encoder to MSMF (better perfomance, larger file size)
  • Optimizations
  • Bugfixes

Known bugs and problems:

  • There can be problems with video encoding/decoding
  • Long videos will be BIG.

v1.0.0-alpha

26 Jan 21:19
89e64b4
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

First release!

Currently supported features:

  • Convert images to ascii-art
  • Convert videos to ascii-art
  • Generate custom palettes with provided python script

Known bugs and problems:

  • There can be problems with video encoding/decoding
  • Perfomance for video and large images conversion can be a bit slow