png2aa 0.1.2

Convert PNG image to ASCII Art.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# png2aa

Convert PNG image file to ascii art.

## Install

```shell-session
$ cargo install png2aa
```

## Run

```shell-session
$ png2aa -i path/to/image.png
```