Step-by-step instructions
- 1
Method 1: Browser converter
Go to formatdrop.com → Image Converter. Drop your AVIF. Select PNG as output. Download. The conversion produces a lossless PNG that any application can open. Note: if the AVIF was lossy, the PNG preserves the current quality level — it doesn't restore quality that was lost in AVIF encoding.
Go to converter - 2
Method 2: FFmpeg
ffmpeg -i input.avif output.png. FFmpeg decodes AVIF to raw pixels and writes lossless PNG. If AVIF contains transparency (alpha channel), it's preserved in the PNG output.
- 3
Method 3: GIMP (2.10.22+ with libavif)
Open AVIF in GIMP → File → Export As → PNG format → Export → adjust PNG compression level (9 = maximum compression, 0 = fastest) → Export.
- 4
Method 4: ImageMagick
magick convert input.avif output.png. ImageMagick 7.0.11+ supports AVIF. Batch convert: magick mogrify -format png *.avif
Why convert AVIF to PNG?
AVIF-to-PNG conversion is useful when you need to edit the image in older software that supports PNG but not AVIF, when you need lossless output for further processing, or when the AVIF contains transparency that you want to preserve in a lossless format. PNG's universal support makes it the safest intermediate format.
Your files never leave your device
FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.
Frequently asked questions
Does AVIF to PNG preserve transparency?
Is AVIF to PNG lossless?
No account. No upload. Works in any browser.