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]
```