Refine rendering and packing logic

This commit is contained in:
ajp_anton
2026-06-03 00:10:39 +00:00
parent 774de1c4f5
commit 1696476025
8 changed files with 1073 additions and 660 deletions
+1
View File
@@ -44,6 +44,7 @@ The final PDF is written to `print/`. Temporary rendered images are written to `
- `--render-only`: render card and board PNGs, but skip page PNGs and PDF creation. Default: off.
- `--output NAME`: write the PDF as `print/NAME`; `.pdf` is added if missing. Default filename: `blockminers_printable.pdf`.
- `--rent-raised N`: print `N` copies of `Rent raised` and matching backs. Default: `3`.
- `--text-supersampling N`: render text at `N` times final resolution before downscaling. Default: `3`.
- `--keep-temp`: keep `print/temp/` after PDF creation. Default: delete temp files after PDF creation.
- `--starter-colors {separate,same}`: use separate starter badge colors or one repeated color per starter deck. Default: `separate`.