Convert WebP to AVIF without uploading images
This WebP to AVIF converter decodes each WebP into browser-managed RGBA pixels and passes that pixel buffer to a WebAssembly AVIF encoder. The result is a real AVIF file, not a renamed WebP or an unsupported Canvas export.
Both WebP and AVIF support lossy compression, lossless compression, and transparency. Converting an existing lossy WebP is still a decode-and-re-encode operation, so it cannot reconstruct details already removed from the source.
Transparency and alpha quality
Transparent pixels decoded from the WebP remain available to the AVIF encoder. A separate alpha-quality control helps protect semi-transparent shadows, edges, overlays, and icons.
Still-image output
This converter creates an 8-bit still AVIF. Animated WebP timing, multiple frames, disposal behavior, blending instructions, EXIF, XMP, and ICC profile data are not copied into the result.