WEBP to AVIF

Re-encodes WebP as AVIF, which ends up even smaller.

What this does

This decodes each WebP and re-encodes the pixels as AVIF with a WebAssembly AV1 encoder. At a matched quality, AVIF usually edges out WebP on file size, especially for photographs, while keeping any transparency through AVIF's alpha channel.

How it works

  1. 1Drop your WebP images.
  2. 2Download each result, or grab them all as a zip.

Built with open source

Frequently asked questions