Improve print layout options and character packing

This commit is contained in:
ajp_anton
2026-05-31 12:32:49 +00:00
parent 47748f3897
commit 4f9eb9ec60
4 changed files with 228 additions and 65 deletions
+1
View File
@@ -34,6 +34,7 @@ The final PDF is written to `print/`. Temporary rendered images are written to `
- `--dpi {300,600}`: set output resolution. Default: `300`.
- `--paper {a3,a4,legal,letter,tabloid}`: choose paper size. Default: `a3`.
- `--card-size SIZE`: choose card size. Use `bridge`, `mini-euro`, `poker`, `tarot`, or a custom size like `70.0x120.0` in millimeters. Default: `poker`.
- `--margin MM`: set page margin in millimeters. Default: `10`.
- `--crop`: crop black borders from cards. Default: off.
- `--no-gamma`: disable print-brightening gamma correction. Default: gamma correction on.
- `--render-only`: render card and board PNGs, but skip page PNGs and PDF creation. Default: off.