Print images to 24 bit colour termials as text
- clone repository
git clone https://github.com/jdao55/rust-img-print.git && cd rust-img-print
- Build using cargo
cargo build --release
Execuatable can be found at
rust-img-print/target/release/img-print
img-print [-g] <filename>
img-print [-g] <filename> <output-width> <output-height>
img-print [-g] <filename> <output-width> <output-height> <output-char>
img-print (-h | --help)
-h --help
Print help message
-g --greyscale
Output in greyscale