Crates.io | egak |
lib.rs | egak |
version | 0.1.3 |
source | src |
created_at | 2021-10-29 04:41:41.182621 |
updated_at | 2022-02-01 01:57:54.348296 |
description | Sample image generator. |
homepage | https://github.com/LeafChage/egak |
repository | https://github.com/LeafChage/egak |
max_upload_size | |
id | 473813 |
size | 79,742 |
Sample image generator.
$ cargo install egak
$ egak --help
Sample image generator 1.0.0
LeafChage (https://github.com/LeafChage)
USAGE:
egak [OPTIONS] --height <number> --output <FILE path> --width <number>
FLAGS:
--help Prints help information
-V, --version Prints version information
OPTIONS:
-c, --color <#ffffff | black | blue | cyan | gray | green | magenta | red | white | yellow> default is gray
-h, --height <number> sample image height
-o, --output <FILE path> write image path
-w, --width <number> sample image width
$ egak -h 300 -w 300 -o output.png
output.png
Thanks you!!