Add your files
Drop one PNG or two hundred. Batch conversion is not a paid feature here.
A site is shipping heavy PNGs and AVIF is the smallest modern format that still supports transparency.
The pixels are re-encoded with AV1 intra prediction. Lossy AVIF typically lands 40 to 60 percent below a comparable WEBP and far below the PNG. Alpha is kept in both lossy and lossless modes.
AVIF encoding is slow. It is a video encoder doing a single frame, and a large image at a high effort setting can take seconds per file rather than milliseconds. Batch it in the background, not in a request path.
Both, through a picture element. AVIF is smaller, WEBP decodes faster and has a longer support tail in non-browser software.
Usually yes, but by much less than lossy AVIF does. The large wins come from allowing loss.
Drop one PNG or two hundred. Batch conversion is not a paid feature here.
AV1 Image File is lossless, so nothing is thrown away in the conversion.
Converted and deleted the moment it finishes. Never written to permanent storage.