Releases: spoorn/media-to-ascii
0.6.0 Release
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
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 onscale-down
andfont-size
Performance improvement via parallelization and unsafe stuffs: d2a7a5e
0.4.0 Release
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
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
Initial Release, should work with cargo binstall
now
0.1.0 Test
Test release