v0.6.0 · 2026-07-13
Faster, smaller PNGs that hold up on large screenshots
- Switched lossy PNG quantization to
libimagequant-wasm, which reliably compresses large full-page screenshots that used to fall back to a slower lossless export. - Made
Smart PNGthe default for PNG files: same format and transparency, typically 75–90% smaller, with WebP still offered when it wins. - The quality slider now drives the
Smart PNGresult — lower for smaller files, higher toward lossless — instead of only affecting the WebP alternative. - Roughly halved PNG compression time — about 2× faster on typical screenshots — by tuning oxipng to its fast, high-value effort level, so PNG keeps pace with WebP, JPEG, and AVIF.
- The WebP alternative now appears once the PNG result is ready, instead of competing for attention while it is still working.
- Renamed
Compressed PNGtoSmart PNGacross presets and settings.