ASCIIfryer/readme.md

21 lines
453 B
Markdown
Raw Permalink Normal View History

2023-05-25 03:04:24 +00: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