Convert AVIF images to PNG instantly in your browser. The image is re-encoded on your device and never uploaded.
100% private — files are converted in your browser and never uploaded.
Drop a AVIF image — it loads locally.
Re-encoded in your browser via the canvas API.
Save the PNG image.
The AVIF is decoded by your browser and written as PNG, which is lossless, so the pixels you get are exactly the decoded picture — no second round of compression. Transparency survives, which makes this the right choice for logos, UI assets and cut-outs delivered as AVIF.
The PNG will be far larger than the AVIF: sometimes ten times or more for photographs, because PNG does not compress photographic detail well. For photos where size matters, AVIF to JPG or AVIF to WebP is the better fit.
Decoding needs a browser that can display AVIF: Chrome and Edge 85+, Firefox 93+, Safari 16.4+. On an older browser the conversion fails before it starts; updating fixes it. Nothing is uploaded, so the conversion speed depends only on your device.
No. The conversion runs entirely in your browser using JavaScript — your file never leaves your device, so it's safe even for sensitive documents.
Yes — completely free, no signup, no watermark, and no daily limits.
Yes. PNG has a full alpha channel and the decoded AVIF's transparency is written into it unchanged.
PNG is lossless and poor at compressing photographic gradients. AVIF was small precisely because it discarded detail you cannot see; PNG keeps every pixel.