Simple image to ascii image.
USAGE:
rustcii [FLAGS] [OPTIONS] <SIZE> <INPUT>
FLAGS:
-h, --help Prints help information
-t Renders in the terminal
-V, --version Prints version information
OPTIONS:
-o, --output <FILE> Sets the output file
ARGS:
<SIZE> Sets the tile size
<INPUT> Sets the input file to use
rustcii -o output.jpg 12 input.jpg
and
rustcii -t input.jpg 12
- The
SIZE
is the size of a tile. -t
outputs the result on the terminal.
Every supported format in piston's image library should be available.