From 9b221156877a93e6221390679045a844392e80b9 Mon Sep 17 00:00:00 2001 From: sun Date: Fri, 29 Aug 2025 12:31:52 +0000 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42a77de..687dd50 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,23 @@ code is shit very incomplete report all issues found pls -![screenshot](https://mrrp.sx7n8.tech/sun/cdscript/raw/branch/main/screenshot.png) +![screenshot](https://mrrp.sx7n8.tech/sun/cdscript/raw/branch/main/screenshot.png) + +``` +Script to create printable CD jewel case inserts + +Usage: + ./cdscript.sh -p -c -b [-i ] [-m ] -o + +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 +```