Skip to content

Releases: spoorn/media-to-ascii

0.6.0 Release

06 Nov 18:43
c9f57ca
Compare
Choose a tag to compare

Full Changelog: 0.5.0...0.6.0

Precompiled Binaries

Precompiled binaries in the Releases tab are now fully statically linked! That means no need to install OpenCV on the client system, just download the binary and run it

0.5.0 Release

20 Sep 19:43
Compare
Choose a tag to compare

Full Changelog: 0.4.0...0.5.0

Fixes #2

  • fix height-sample-scale for both images and videos, and properly document it
  • add CLI arg setting for font-size and document output dimensions based on scale-down and font-size

Performance improvement via parallelization and unsafe stuffs: d2a7a5e

0.4.0 Release

15 Sep 21:51
Compare
Choose a tag to compare

Full Changelog: 0.3.0...0.4.0

Update dependencies and fixed the github actions to generate the binaries for linux, macOS, and windows based systems.

Might look into possibly static linking opencv to avoid the hassle of dynamic linking

Linked the precompiled binaries below, but these still require you to download opencv and dynamically link it on your own

0.3.0 Release

25 Sep 03:17
Compare
Choose a tag to compare

Full Changelog: 0.2.0...0.3.0

Changes

No functional changes. Modularized and cleaned up a lot of the code which may very slightly improve performance/memory usage, but should be inconsequential for the most part.

Note: The binaries attached below also include 0d721ab, which was pushed after the 0.3.0 tag was created

0.2.0 Release

22 Sep 09:38
Compare
Choose a tag to compare

Initial Release, should work with cargo binstall now

0.1.0 Test

22 Sep 01:21
b615f66
Compare
Choose a tag to compare

Test release