tartan

Crates.iotartan
lib.rstartan
version0.4.0
sourcesrc
created_at2022-01-17 15:55:31.34759
updated_at2022-02-05 08:17:05.234983
descriptionTartan pattern parser and creator
homepagehttps://github.com/batisteo/tartan#readme
repositoryhttps://github.com/batisteo/tartan
max_upload_size
id515644
size26,558
Baptiste Darthenay (batisteo)

documentation

README

Tartan

A library and CLI to parse and create tartan pattern

tartan 

USAGE:
    tartan [OPTIONS] [PATTERN]

ARGS:
    <PATTERN>    Thread count or sett [default: W6T36G20T4RB20T4RB20T4G20T36R6]

OPTIONS:
    -h, --height <HEIGHT>        Height of the produced image [default: 400]
        --help                   Print help information
    -o, --filename <FILENAME>    Output name [default: tartan.png]
    -s, --skip <SKIP>            Skip n colour spans in the pattern [default: 0]
    -u, --ugly                   Faster render without noise and blur
    -w, --width <WIDTH>          Width of the produced image [default: 400]
Commit count: 8

cargo fmt