ASCIIfryer/readme.md
2023-05-24 23:04:24 -04:00

453 B

ASCIIfryer

Program to convert jpeg, PNG, or BMP images to ASCII.

Building

cargo build --release

Usage

give file path as argument and image will be converted

./ASCIIfryer image.png

available flags are:

  • --width set width of output ASCII
  • --height set height of output ASCII
  • --palette choose an ASCII palette in ascending order of brightness. Example : --palette .,-+aoOH#@
  • --stdin read from standard input