egak

Crates.ioegak
lib.rsegak
version0.1.3
sourcesrc
created_at2021-10-29 04:41:41.182621
updated_at2022-02-01 01:57:54.348296
descriptionSample image generator.
homepagehttps://github.com/LeafChage/egak
repositoryhttps://github.com/LeafChage/egak
max_upload_size
id473813
size79,742
takaya kusanagi (LeafChage)

documentation

README

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

output

Font

Thanks you!!

Commit count: 17

cargo fmt