#image #png #art #graphics #text #cli

bin+lib imatree

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

1 unstable release

0.1.0 Apr 5, 2024

#605 in Text processing

Download history 102/week @ 2024-04-01 19/week @ 2024-04-08

121 downloads per month

MIT license

18KB
122 lines

Imatree

Usage

cargo run --bin create -- --name "name"

Help

 -n, --name <NAME>            The name of the image to create
 -p, --path <PATH>            Path to save the image [default: Current directory]
 -c, --color <COLOR>          The color of the text [default: Black]
 -f, --font-size <FONT_SIZE>  The font size of the text [default: 0] -- 0 is auto
 -w, --width <WIDTH>          The width of the image [default: 1000]
 -t, --height <HEIGHT>        The height of the image [default: 1000]
 -h, --help                   Print help
 -V, --version                Print version

Examples

Imatree

Dependencies

~22MB
~238K SLoC