4 releases
0.1.3 | Feb 1, 2022 |
---|---|
0.1.2 | Oct 29, 2021 |
0.1.1 | Oct 29, 2021 |
0.1.0 | Oct 29, 2021 |
#882 in Images
29 downloads per month
39KB
254 lines
Egak
Sample image generator.
Install
$ cargo install egak
Usage
$ 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
Example
$ egak -h 300 -w 300 -o output.png
output.png
Font
Thanks you!!
Dependencies
~12MB
~188K SLoC