integrate PNG compression, resolve #2

This commit is contained in:
Nathan
2026-02-02 17:19:54 -07:00
parent 9bbb0ca079
commit 60546b3c51
7 changed files with 12967 additions and 3 deletions

View File

@@ -21,4 +21,6 @@ root (copied alongside helper batches when they are deployed to projects).
is found it logs a warning and falls back to `zipfile`.
- Leaving `structDir` empty is safe—the scripts fall back to the directory that
contains `config.json`.
- `compress_sequence_pngs.py` (used by CompressPNGs.bat) requires **Pillow** (PIL).
Install with: `pip install Pillow`