Loading your files…

Convert PNG to AVIF, Smallest Files With Alpha Kept

Drop a PNG and get an AVIF that keeps your alpha channel while cutting file weight on photographs.

or drop the image here

How to convert PNG to AVIF

How to convert PNG to AVIF

Drop a PNG onto the upload area or click it to pick a file. The conversion starts the moment the file lands, with no separate convert button. The first encode of a session loads the AVIF encoder in about a second. After that, a small image converts in roughly 40 milliseconds, a 1-megapixel photo in about 250 milliseconds, and a 4K shot in around 2.8 seconds. Images above 8 megapixels can take 10 to 30 seconds on a phone. When the AVIF is ready, click Download to save it with the same base name and a new .avif extension. The stats line reports both file sizes so the reduction is visible at a glance.

Does AVIF preserve transparency?

Does AVIF preserve transparency?

Yes, and this is the main reason to choose PNG to AVIF over PNG to JPG. AVIF supports transparency natively, so every transparent area in your source survives the conversion unchanged. A logo with a soft drop shadow, a product cut-out with feathered edges, an icon sprite with rounded corners, all arrive in the AVIF with the same masking, no flattening, no painted-in background. JPG has no transparency at all and replaces it with a solid color. WebP also keeps transparency, but AVIF reaches a smaller file at comparable quality. For transparent assets headed to a modern browser, AVIF is the most efficient option available.

How much smaller is AVIF than PNG or WebP?

How much smaller is AVIF than PNG or WebP?

At quality 85, AVIF is typically 30 to 50 percent smaller than PNG on photographs and 20 to 30 percent smaller than WebP. In a development test, a 4K photograph that weighed 116 kilobytes as JPG dropped to 16 kilobytes as AVIF. Smaller images follow a similar ratio, a 17-kilobyte PNG converting to roughly 6 kilobytes. Heavily compressed sources narrow the gap, and graphics with sharp edges or large flat color areas may shrink less. The biggest savings land on natural photographs, which is the category that dominates page weight on most product and landing pages today.

Quality and encode speed

Quality and encode speed

AVIF compresses with some quality loss, and this pair encodes at quality 85. At that setting, photographs measure around 42.6 dB PSNR, visually indistinguishable from the PNG for natural images. Graphics with sharp text or fine line art can show subtle artifacts at any compression setting, so keep the PNG for those. Speed depends on size and browser. On Chrome desktop, 1 megapixel takes about 250 milliseconds and 8 megapixels roughly 2.8 seconds. Firefox runs the encoder about four times slower, and a phone adds another 3 to 5 times on top. The first conversion of a session pays a one-time warm-up while the encoder initializes.

Where your file is processed

Where your file is processed

AVIF encoding is demanding, so RoundCut runs this conversion on our server to get the best quality and speed, and falls back to an in-browser encoder if the server cannot be reached. That means your PNG may be sent to us when you convert it. The file is encoded to AVIF, the result is returned to you, and both are removed from our server within about 2 hours. We do not keep your image, we do not ask for an account, and we do not use it for anything other than the conversion you requested. If the server cannot be reached, the conversion falls back to an encoder that runs locally instead. Either way you get the same AVIF, with the same transparency and the same quality setting.

AVIF browser support in 2026

AVIF browser support in 2026

AVIF reaches about 94.3 percent of global browsers in 2026: Chrome 85 and later, Firefox 93 and later, Safari 16.4 and later (iOS 16 and later), and Edge 121 and later. Internet Explorer, Opera Mini, and iOS 15 or older do not display it. If your audience includes those, serve AVIF first and let the HTML picture element fall back to WebP so unsupported browsers get the next-best option automatically. For most modern audiences the fallback case is small, since Chrome and Safari cover the bulk of mobile traffic and both shipped native AVIF support back in 2022.

How it works

  1. Drop your PNG

    Drag the PNG onto the upload area, or click the area to open a file picker and choose one from your device.

  2. Wait for the encode

    The first conversion loads the AVIF encoder in about a second. Later conversions in the same tab run faster without that warm-up.

  3. Check the sizes

    When the AVIF is ready, the stats line shows the original PNG size next to the new AVIF size so you can confirm the reduction.

  4. Download the AVIF

    Click Download to save the file to your device with the same base name and a new .avif extension.

Related conversions

Go the other way when you need universal compatibility, or pick WebP for faster encodes and broader support.

Frequently asked questions

Why convert PNG to AVIF?

AVIF gives the smallest file of any mainstream browser-supported format while keeping transparency intact. For developers and designers, PNG to AVIF is the right call for transparent UI assets, product cut-outs, and graphic icons that need to stay light on bandwidth. The saving is real and measurable, typically 30 to 50 percent under the PNG at visually similar quality, with no flattening of transparency that JPG cannot keep.

Does AVIF support transparency?

Yes. AVIF supports transparency natively, and this pair carries it through. Every transparent area in your PNG stays transparent in the AVIF. Unlike JPG, which has no transparency and replaces it with a solid color, AVIF handles cut-outs, logos, and layered assets exactly as PNG does, just at a much smaller file size. No manual masking is needed at any point.

Which browsers display AVIF?

Chrome 85 and later, Firefox 93 and later, Safari 16.4 and later (including iOS 16 and later), and Edge 121 and later all display AVIF natively. Internet Explorer, Opera Mini, and devices still on iOS 15 or earlier do not. If your deployment needs to cover those, use the HTML picture element to serve AVIF to supporting browsers and WebP or PNG as the fallback.

Is AVIF quality exact or compressed?

AVIF can be encoded either way, but this pair encodes with compression at quality 85. Photographs at that setting measure around 42.6 dB PSNR, which is visually near-exact to most viewers. Graphics with hard edges, fine text, or flat color may show subtle compression artifacts at any quality. If you need an output that preserves every detail exactly, keep the original PNG instead of converting.

How does AVIF compare to WebP?

At comparable visual quality, AVIF is roughly 20 to 30 percent smaller than WebP on photographs. WebP has broader support, including older Safari versions, while AVIF reaches about 94.3 percent of global browsers in 2026. For modern audiences where every kilobyte counts, AVIF is the better default. For maximum compatibility, keep WebP as a fallback. The 2026 pattern is AVIF first with a WebP fallback through the picture element.

How long does PNG to AVIF conversion take?

It depends on size and browser. The first conversion of a session loads the encoder in about a second. After that, a small image takes around 40 milliseconds, a 1-megapixel photo about 250 milliseconds, and a 4K photograph roughly 2.8 seconds on Chrome desktop. Images above 8 megapixels on a phone can take 10 to 30 seconds. Firefox is about four times slower for AVIF, so Chrome gives noticeably faster results on large files.

The details

Notes from the team on craft, formats, and the small decisions behind a good result.

Why AVIF beats PNG so decisively on file size
AVIF is built on a modern codec designed for perceptual efficiency rather than exact reproduction. PNG uses DEFLATE on raw color data, which is exact but leaves enormous redundancy intact in photographic content. AVIF replaces that redundancy with block prediction borrowed from video, discarding information the human visual system does not notice. The result is dramatic. A 116-kilobyte photo converts to roughly 16 kilobytes as AVIF at quality 85, and a transparent PNG usually shrinks 30 to 50 percent against an equivalent WebP. The gap widens with high-resolution photographs and narrows on simple graphics. For any site serving transparent images to a modern audience, the bandwidth saving translates straight into faster loads and lower egress cost.
The alpha channel story in detail
Both PNG and AVIF store transparency as a separate layer alongside the color data. When this pair processes your PNG, the decoder extracts the color data and the transparency mask independently. The AVIF encoder then writes a new file with its own transparency track, compressing both layers at quality 85. The transparency is not baked into the color and not replaced by a background fill. Soft shadows, feathered edges, and partially transparent gradients are all encoded faithfully. The one change AVIF introduces is compression on the transparency layer itself, which can create barely perceptible fringing around very hard edges at extreme zoom. At normal display sizes and quality 85, the difference is not visible. For precise icon work at tiny sizes, keep the PNG.
Encode speed in practice, browser by browser
The AVIF encoder loads once per browser session, about 800 milliseconds to fetch plus 300 to initialize, so the first conversion carries roughly a second of warm-up. Warm encodes skip that entirely. On Chrome desktop, 0.12 megapixels takes about 40 milliseconds, 1 megapixel around 250 milliseconds, and 8 megapixels approximately 2.8 seconds. Firefox is the outlier, running the same encoder about four times slower, so a 4K photo can take 30 seconds or more there. WebKit on Safari sits between the two, closer to Chrome. On mid-range mobile hardware the numbers run three to five times worse than desktop Chrome. If you convert large files often, Chrome on a desktop or laptop gives the best throughput.
When to keep PNG instead of converting
PNG stays the right choice in several cases even when file size matters. First, graphics with sharp text at small sizes, like labels, badges, or favicon-scale icons, can show artifacts in AVIF that are unacceptable at typical viewing distances. Second, source-of-truth files used for further editing should stay PNG, since every pass through a compressed format compounds quality loss. Third, environments that reject AVIF, including some document editors, older design tools, and email clients, need PNG for interoperability. Finally, animation beyond the first frame is not preserved, since this pair handles a single frame. For everything else, transparent photographs and graphic assets headed to modern web delivery, PNG to AVIF is the right trade.
Core Web Vitals and the bandwidth argument
Largest Contentful Paint, the primary loading metric, is directly affected by the size of the largest image on a page. Reducing that image from 116 kilobytes to 16 kilobytes, as measured on a 4K photo in development, cuts transfer time on a 10 Mbps connection from roughly 93 milliseconds to roughly 13 for that element alone. Multiply that across a product grid, a hero carousel, or a UI packed with transparent icons and the cumulative saving pushes LCP well under the 2.5-second threshold Google treats as good. AVIF adoption accelerated precisely because the argument can be made in hard numbers. At about 94.3 percent browser coverage, the fallback case is small enough that the bandwidth win outweighs the extra picture element markup.
How this differs from a typical online converter
Most online AVIF converters upload your PNG to remote machines, process it there, and hold it under whatever retention policy the provider sets, which is often vague. RoundCut is direct about its flow. Because AVIF encoding is heavy, the conversion runs on our server for the best result, with an in-browser encoder as an automatic fallback when the server is unavailable. When your file is sent to us, it is encoded and then removed within about 2 hours, without asking for an account and with no use beyond the conversion you asked for. There is no permanent storage and no sharing of your image. For developers working with client documents, proprietary product photography, or user-generated content, the honest version of the trade is this: the file may pass through our server, it is handled only to produce your AVIF, and it does not stick around.