AVIF to PNG

Decodes the AVIF and re-encodes it as a lossless PNG.

What this does

AVIF is a modern image format built on the AV1 video codec. It packs small file sizes, but plenty of editors, chat apps, and older browsers still refuse to open it. This tool reads each AVIF you drop and re-encodes the decoded pixels as a PNG.

Everything runs in your browser. The decode and the PNG encode both happen on a canvas in this tab, so the images never leave your machine and no file is uploaded to a server. AVIF transparency carries straight through, since PNG stores a full alpha channel.

How it works

  1. 1Drop your AVIF images, or click to pick them.
  2. 2Each file is decoded and re-encoded to PNG in the tab.
  3. 3Download one PNG at a time, or grab them all as a zip.

Built on web standards

Built with standard browser APIs — no third-party libraries.

Frequently asked questions