Skip to content

Releases: seujorgenochurras/image-to-ascii

v0.0.5

04 Jul 20:27
eb4c6ec
Compare
Choose a tag to compare

Downgraded to JDK 17

Even though JDK 21 is the latest LTS, the java community usualy takes about 20 years to upgrade versions, I'm downgrading it to JDK 17 so more people have access to the library.

v0.0.4

19 Feb 23:18
a7f446f
Compare
Choose a tag to compare

12x Faster

  • Optimized alot, 12x faster

  • Removed video parser (I'm currently rewriting it for windows)

  • Added more tests

  • Added more documentation

  • Refactor some stuff

  • Added a working* Screen Parser (No doc, and no tests (2 monitors needed))

v0.0.2

13 Feb 20:21
da710fd
Compare
Choose a tag to compare

First release

  • Initial commit
  • Add many brightness algorithms to AsciiParser
  • Add ANSI color algorithm to AsciiParser
  • Add documentation*
  • No testing yet :(