Convert AVIF pixels into compatible PNG images
This AVIF to PNG Converter asks the browser
to decode the visible AVIF pixels, draws those pixels onto an
HTML Canvas, and exports a new image/png file.
PNG uses lossless compression and supports transparency. The generated output is therefore useful for design applications, editing tools, screenshots, logos, overlays, presentations, and workflows that do not accept AVIF.
This is a real decode-and-encode operation. Changing the file extension alone would not create a valid PNG, so every successful result is checked for the standard PNG file signature.
What conversion does not preserve
Canvas conversion preserves the decoded pixels, not the complete AVIF container. Source metadata, animation, auxiliary images, depth information, gain maps, and other AVIF-specific structures are not copied into the new PNG.