https://github.com/blfpd/tartan
Tartan pattern lib and CLI
https://github.com/blfpd/tartan
Last synced: 8 days ago
JSON representation
Tartan pattern lib and CLI
- Host: GitHub
- URL: https://github.com/blfpd/tartan
- Owner: blfpd
- Created: 2022-01-17T15:46:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T15:57:44.000Z (over 4 years ago)
- Last Synced: 2025-11-18T18:25:48.634Z (7 months ago)
- Language: Rust
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tartan
_A library and CLI to parse and create tartan pattern_
```bash
tartan
USAGE:
tartan [OPTIONS] [PATTERN]
ARGS:
Thread count or sett [default: W6T36G20T4RB20T4RB20T4G20T36R6]
OPTIONS:
-h, --height Height of the produced image [default: 400]
--help Print help information
-o, --filename Output name [default: tartan.png]
-s, --skip Skip n colour spans in the pattern [default: 0]
-u, --ugly Faster render without noise and blur
-w, --width Width of the produced image [default: 400]
```