- Which formats are supported?
- PNG, JPEG, WebP, AVIF, GIF as inputs and outputs. The tool auto-detects the source format from the file header.
- WebP vs AVIF?
- AVIF is ~30% smaller than WebP at the same quality, with better detail preservation. WebP has broader browser support (universal). Use AVIF for modern sites, WebP as fallback.
- Does it preserve transparency?
- Yes for PNG, WebP, AVIF (all support alpha). JPEG has no transparency — the tool flattens against a configurable background color (white default).
- What about metadata?
- EXIF/IPTC stripped by default (privacy). Toggle to preserve if you need orientation tags or copyright info.