Files
itsRevela-Revelations_Launcher/src-tauri
itsRevela f289e6568c feat(title-image): cap custom title image at 622px source and 140px display
Tall custom title images previously pushed the rest of the UI off-screen because the element rendered unbounded by height.

Two-layer cap:
- Rust: decode picked file with the image crate, resize to max 622px height via Lanczos3 when taller (aspect preserved), re-encode as PNG. Also fixes the pre-existing mismatch where non-PNG bytes were saved under title_image.png and served with a data:image/png prefix.
- Frontend: inline maxHeight:140/maxHeight:60vh on the main and intro logo motion.img so layout animation styles don't override the cap.
2026-04-17 14:54:26 -05:00
..