Update README.md
This commit is contained in:
parent
d6737b5943
commit
9b22115687
1 changed files with 20 additions and 1 deletions
21
README.md
21
README.md
|
@ -4,4 +4,23 @@ code is shit
|
||||||
very incomplete
|
very incomplete
|
||||||
report all issues found pls
|
report all issues found pls
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
```
|
||||||
|
Script to create printable CD jewel case inserts
|
||||||
|
|
||||||
|
Usage:
|
||||||
|
./cdscript.sh -p <paper> -c <cover> -b <back> [-i <back_image>] [-m <border>] -o <output>
|
||||||
|
|
||||||
|
Required options:
|
||||||
|
-p Paper format a4 | letter
|
||||||
|
-c Album cover path Path to cover image
|
||||||
|
-b Back type no | image
|
||||||
|
-o Output file Path to save the resulting insert (NO PNG)
|
||||||
|
|
||||||
|
Optional options:
|
||||||
|
-i Back image path Required if back type is 'image'
|
||||||
|
-m Border width (px) Adds a border around the cover/back
|
||||||
|
|
||||||
|
DO NOT USE PNG FOR OUTPUT
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue