This crate provides a command-line application for rendering simple text to an image
This is a classic clap app, you can see all
the options with -h
```console kguthrie@home text-to-png % ./txt2png -h Text To Png Cli 0.1.0 Kevin G. kevin.guthrie@gmail.com Renders text to a png with some options
USAGE:
txt2png [OPTIONS] --output
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-c, --color
ARGS:
To render text into a png file, run:
console
kguthrie@home text-to-png % ./txt2png -o text.png -c DarkTurquoise -s 64 Rénder this, brö
And you'll get