A Library and CLI for converting images into ASCII characters of varying "density".
Make sure you have cargo installed. Help can be found here.
Once cargo is installed, open a terminal and run
rust
cargo install asciifire
This will install a binary and allow you to use asciifire in your preferred terminal.
Output to console at appropriate terminal size:
bash
$ asciifire Savior.jpeg
Output result to file:
bash
$ asciifire Savior.jpeg -o Savior.txt
Resize height and maintain aspect ratio:
bash
$ asciifire Savior.jpeg --height 50