cdscript/README.md

29 lines
838 B
Markdown
Raw Permalink Normal View History

2025-08-28 16:20:32 +00:00
# cdscript
2025-08-28 16:16:43 +00:00
script to make jewel case inserts
code is shit
2025-08-28 17:25:57 +00:00
very incomplete
2025-08-28 16:16:43 +00:00
report all issues found pls
2025-08-28 16:19:31 +00:00
2025-08-29 12:31:52 +00:00
![screenshot](https://mrrp.sx7n8.tech/sun/cdscript/raw/branch/main/screenshot.png)
```
Script to create printable CD jewel case inserts
Usage:
2025-08-29 18:33:23 +00:00
./cdscript.sh -p <paper> -c <cover> -b <back> [-i <back_image>] [-m <border>] [-d DPI] -o <output>
2025-08-29 12:31:52 +00:00
Required options:
2025-08-29 18:33:23 +00:00
-p Paper format a4 | letter | legal
2025-08-29 12:31:52 +00:00
-c Album cover path Path to cover image
-b Back type no | image
-o Output file Path to save the resulting insert (NO PNG)
2025-08-29 18:33:23 +00:00
2025-08-29 12:31:52 +00:00
Optional options:
-i Back image path Required if back type is 'image'
-m Border width (px) Adds a border around the cover/back
2025-08-29 18:33:23 +00:00
-d DPI Desired DPI of the output
2025-08-29 12:31:52 +00:00
DO NOT USE PNG FOR OUTPUT
```