mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
The output format (png/webp/avif) is only applied by the Phase 2 effects request; the Phase 1 result is always a PNG. With a transparent background and no effects, the download fell through to a plain link to the Phase 1 PNG, so choosing WebP or AVIF was silently ignored. Route the download through Phase 2 whenever a non-PNG format is selected. Fixes #720