#generator #sample #image #font

app egak

示例图像生成器

4个版本

0.1.3 2022年2月1日
0.1.2 2021年10月29日
0.1.1 2021年10月29日
0.1.0 2021年10月29日

#882 in 图像

每月 29 次下载

MIT 许可证

39KB
254

Egak

示例图像生成器。

安装

$ 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

output

字体

谢谢您!!

依赖项

~12MB
~188K SLoC