3 releases
0.1.2 | Oct 19, 2022 |
---|---|
0.1.1 | Oct 19, 2022 |
0.1.0 | Oct 19, 2022 |
#992 in Images
2MB
162 lines
AsciiFire
A Library and CLI for converting images into ASCII characters of varying "density".
Install
Make sure you have cargo installed. Help can be found here.
Once cargo is installed, open a terminal and run
cargo install asciifire
This will install a binary and allow you to use asciifire in your preferred terminal.
Examples
Output to console at appropriate terminal size:
$ asciifire Savior.jpeg
Output result to file:
$ asciifire Savior.jpeg -o Savior.txt
Resize height and maintain aspect ratio:
$ asciifire Savior.jpeg --height 50
Dependencies
~12–23MB
~319K SLoC