imatree 0.1.1

A simple command line tool to generate aesthetically pleasing (and sometimes not so pleasing) images of whatever string you want.
Documentation
# Imatree

## Usage

```console
cargo run -- --name "Functional domains" --color "#4a90e2"
```

## Help

	 -n, --name <NAME>            The text to display in the image
	 -p, --path <PATH>            Directory in which to save the image [default: .]
	 -c, --color <COLOR>          Text color as a name or RGB hex value [default: Black]
	 -f, --font-size <FONT_SIZE>  Font size in pixels; zero selects automatic sizing [default: 0]
	 -w, --width <WIDTH>          Image width in pixels [default: 1000]
	 -t, --height <HEIGHT>        Image height in pixels [default: 1000]
	 -h, --help                   Print help
	 -V, --version                Print version

## Examples

![Imatree](./sample/imatree.png)