Initial commit: Spork card PDF compositor

Python library for building print-ready PDFs by layering transparent
PNGs and JPGs. Supports image cropping, page fills, lines for crop
marks, and region copying for tiling cards across a sheet.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-04 15:23:38 -04:00
commit ea5b20b3ce
3 changed files with 383 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
__pycache__/
*.pyc