bukvalno 0.3.0

A cli tool for converting images to ascii art
Documentation
# bukvalno
An Image to ASCII Art Generator heavily inspired by [rascii](https://github.com/orhnk/RASCII) and [pxlate](https://github.com/sofaspawn/pxlate)

## Usage

```
Image to ASCII Art Generator

Usage: bukvalno [OPTIONS] --file <FILE>

Options:
  -f, --file <FILE>        Sets the input image file
  -s, --scale <SCALE>      Sets the scale down factor [default: 1.0]
  -c, --charset <CHARSET>  Sets the charset ie. english, chinese, japanese, braille, circles, blocks [default: english]
  -i, --invert <INVERT>    Inverts the dark and light colors of the image [default: false]
  -h, --help               Print help
```

## Installation

> You must have `~/.cargo/bin/` in your `PATH` to run `bukvalno`
> directly.

```sh
cargo install bukvalno
```

## My Favorites

### Capybara
![Capybara](examples/capybara.png)

### Christ the Consoler by Carl Bloch
![Christ the Consoler by Carl Bloch](examples/christ.png)

### The Sacred Heart of Jesus
![The Sacred Heart of Jesus](examples/jesus.png)

### Smiling Dog
![Smiling Dog](examples/dawg.png)

### Watermelon Cat
![Watermelon Cat](examples/cat.png)