``` Advanced ASCII Art Generator
Usage: rascii [OPTIONS]
Arguments:
Options:
-w, --width
Info this is the recommended way of installing RASCII.
sh
cargo install rascii_art
Warning this installation method is discouraged and only works for GNU/Linux or any other POSIX compatible systems!
git clone https://github.com/KoBruhh/RASCII && cd RASCII
chmod +x install.sh
./install.sh
## Showcase
Note The emoji charset does not guarantee your outputs color will match the color of your image, this is just a coincidence that happened with Ferris.
You can use the --charset
CLI option to provide a charset to use when generating some ASCII art.
The value of this must option must go from opaque to transparent, like so:
sh
rascii --charset " ░▒▓█" --color ferris.png
Note that the given charset is available as a builtin named ansi
.