Update README.md

This commit is contained in:
sun 2025-08-29 18:33:23 +00:00
parent 705bef0aa3
commit c69573ed48

View file

@ -10,17 +10,19 @@ report all issues found pls
Script to create printable CD jewel case inserts Script to create printable CD jewel case inserts
Usage: Usage:
./cdscript.sh -p <paper> -c <cover> -b <back> [-i <back_image>] [-m <border>] -o <output> ./cdscript.sh -p <paper> -c <cover> -b <back> [-i <back_image>] [-m <border>] [-d DPI] -o <output>
Required options: Required options:
-p Paper format a4 | letter -p Paper format a4 | letter | legal
-c Album cover path Path to cover image -c Album cover path Path to cover image
-b Back type no | image -b Back type no | image
-o Output file Path to save the resulting insert (NO PNG) -o Output file Path to save the resulting insert (NO PNG)
Optional options: Optional options:
-i Back image path Required if back type is 'image' -i Back image path Required if back type is 'image'
-m Border width (px) Adds a border around the cover/back -m Border width (px) Adds a border around the cover/back
-d DPI Desired DPI of the output
DO NOT USE PNG FOR OUTPUT DO NOT USE PNG FOR OUTPUT
``` ```