PNG to AVIF

Re-encodes PNG as AVIF, which lands smaller than WebP at matching quality.

What this does

This redraws each PNG onto a canvas and encodes it as AVIF with a WebAssembly AV1 encoder. At a matched quality, AVIF files come out smaller than WebP, and AVIF's alpha channel preserves transparency from the PNG.

How it works

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

Built with open source

Frequently asked questions