img2ascii

A simple CLI tool to convert images to ascii text

Command-line Options

Flags:

Options:

To Build

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