image2ascii 0.1.0

convert image file to ascii art
Documentation
# image2ascii
`image2ascii` is a command line application to convert image file to ascii art.

```console
$ cargo run --release -- --input <image file> --width <width of ascii art>
```