A simple CLI tool to convert images to ascii text
img2ascii is written in Rust. The Rust compiler can be installed by following the instructions on the official download page.
shell
$ git clone "https://github.com/edzdez/img2ascii.git"
$ cd img2ascii
$ cargo build --release