Commit Graph

5 Commits

Author SHA1 Message Date
valknar c7e717e22f fix(images): story 10 scene 3 2026-05-05 12:33:55 +02:00
valknar 475bbf0a19 fix: resize images to 2550 px (300 DPI) at build time to prevent WSL2 OOM crash
4096×4096 source images decoded simultaneously by Chromium consumed ~3.2 GB,
exhausting WSL2 RAM. Build now uses sharp to downsize to 2550×2550 (8.5 in ×
300 DPI) into output/resized/ before Puppeteer loads them, cutting in-memory
footprint to ~1.25 GB. Also adds all story images (01–12) to the repository.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-04 21:37:56 +02:00
valknar 1e276234b3 feat: 02 story images 2026-05-04 11:26:18 +02:00
valknar c7a9d06450 feat: 01 story images 2026-05-03 22:58:19 +02:00
valknar dff2779aab feat: 01 story images 2026-05-03 16:27:04 +02:00