Crates.io | imatree |
lib.rs | imatree |
version | 0.1.0 |
source | src |
created_at | 2024-04-05 18:09:55.071662 |
updated_at | 2024-04-05 18:09:55.071662 |
description | A simple command line tool to generate aesthetically pleasing (and sometimes not so pleasing) images of whatever string you want. |
homepage | |
repository | https://github.com/samgj18/imatree |
max_upload_size | |
id | 1197599 |
size | 58,710 |
cargo run --bin create -- --name "name"
-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