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
- 1Drop your AVIF images, or click to pick them.
- 2Each file is decoded and re-encoded to PNG in the tab.
- 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
Related tools
All Convert image →HEIC to JPGConvert iPhone HEIC photos to JPG. Decodes each HEIC and re-encodes it as a lossy JPG.WEBP to PNGConvert WebP images to PNG. Transparency stays intact.WEBP to JPGConvert WebP images to JPG. JPG is lossy and has no alpha, so transparent areas are flattened onto white.PNG to JPGConvert PNG images to JPG. JPG is lossy and has no alpha, so transparent areas are flattened onto white.HEIC to PNGConvert iPhone HEIC photos to PNG. The output is lossless, so full quality stays.PNG to SVGTrace PNG images into SVG vectors. Works best on logos and silhouettes, not photos.
