Why convert PNG to AVIF
PNG to AVIF is the “smallest still that still looks like a screenshot” path for modern browsers. AVIF (AV1 stills) usually beats WebP on the same source when you can afford a slower encode.
Use PNG to AVIF for LCP-critical graphics once your CDN or `<picture>` stack has a WebP or JPEG fallback. Do not replace a PNG icon set blindly — tiny logos sometimes stay smaller as Oxipng.
Encoding uses libavif in WebAssembly on your machine. Slow AVIF speed settings produce smaller files; fast settings finish sooner.
