Files
SnapOtter 490186bb5d fix(web): honor WebP/AVIF output for remove-background transparent case
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
2026-08-02 19:56:27 +08:00
..