Convert images into ASCII Following a simple palette
Go to file
2023-05-24 23:04:24 -04:00
src init 2023-05-24 22:48:43 -04:00
.gitignore add license and readme 2023-05-24 23:04:24 -04:00
Cargo.lock init 2023-05-24 22:48:43 -04:00
Cargo.toml init 2023-05-24 22:48:43 -04:00
LICENSE add license and readme 2023-05-24 23:04:24 -04:00
readme.md add license and readme 2023-05-24 23:04:24 -04:00

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