An Image to ASCII Art Generator heavily inspired by rascii and pxlate
Image to ASCII Art Generator
Usage: bukvalno [OPTIONS] --file <FILE>
Options:
-f, --file <FILE> Sets the input image file
-s, --scale <SCALE> Sets the scale down factor [default: 1.0]
-c, --charset <CHARSET> Sets the charset ie. english, chinese, japanese, braille, circles, blocks [default: english]
-i, --invert <INVERT> Inverts the dark and light colors of the image [default: false]
-h, --help Print help
You must have
~/.cargo/bin/
in yourPATH
to runbukvalno
directly.
cargo install bukvalno