What Is AVIF? The Next-Gen Image Format Explained

AVIF (AV1 Image File Format) is a modern, royalty-free image format that produces files roughly 50% smaller than JPEG at equal visual quality. Developed by the Alliance for Open Media in 2019, AVIF supports HDR, wide color gamut, transparency, and animation — all while being completely free to use. This guide covers how AVIF works, what makes it different, where it is supported, and when you might need to convert AVIF images back to JPG.

Convert AVIF to JPG

Upload your AVIF file — get JPG instantly

AVIF JPG

Tap to choose your file

or

Supports M4A, WAV, FLAC, OGG, AAC, WMA, AIFF, OPUS • Max 100 MB

Encrypted upload via HTTPS. Files auto-deleted within 2 hours.

What Is AVIF (AV1 Image File Format)

AVIF stands for AV1 Image File Format. It is a next-generation image format that combines the AV1 video codec with the HEIF (High Efficiency Image File Format) container. The result is an image format that delivers dramatically better compression than JPEG, WebP, or PNG while remaining completely open-source and royalty-free.

AVIF was developed by the Alliance for Open Media (AOM), a consortium founded in 2015 by Google, Mozilla, Cisco, Microsoft, Netflix, Amazon, and Intel. Apple joined later. The alliance's primary goal was to create a next-generation video codec (AV1) free from the patent licensing issues that plagued its predecessors H.264 and H.265/HEVC. AVIF is the still-image application of that same codec technology.

The format specification was finalized in February 2019, and browser adoption began almost immediately. Chrome added support in version 85 (August 2020), Firefox in version 93 (October 2021), and Safari in version 16 (September 2022). By 2026, AVIF is supported by approximately 94% of browsers worldwide.

AVIF vs HEIC: The Licensing Difference

AVIF and HEIC are often confused because they share the same HEIF container format. The critical difference is the codec inside:

  • HEIC uses the H.265/HEVC codec, which is encumbered by patents held by multiple patent pools (MPEG-LA, HEVC Advance, Access Advance). Any company implementing HEVC must negotiate licensing fees. This is why Chrome and Firefox have never added HEIC support — Google and Mozilla refuse to pay HEVC royalties.
  • AVIF uses the AV1 codec, which was specifically designed to be royalty-free. All AOM members irrevocably licensed their relevant patents for AV1. Anyone can implement AVIF encoding or decoding without paying licensing fees.

This licensing distinction is the primary reason AVIF has achieved broad browser adoption while HEIC remains limited to Apple's ecosystem. Both formats offer similar compression efficiency, but AVIF's open nature makes it the practical choice for the web.

How AVIF Compression Works

AVIF leverages the AV1 intra-frame compression pipeline — the same technology AV1 uses to compress individual video frames without reference to other frames. This is fundamentally more advanced than the DCT-based approach JPEG uses.

The AV1 Compression Pipeline

When an image is encoded as AVIF, the following process occurs:

  1. Superblock partitioning — the image is divided into superblocks (up to 128×128 pixels, compared to JPEG's fixed 8×8 blocks). These superblocks are then recursively split into smaller blocks using a flexible quad-tree/binary-tree partitioning scheme that adapts to image content. Smooth areas use large blocks; detailed areas use small blocks.
  2. Intra prediction — each block is predicted from already-encoded neighboring pixels using one of over 60 directional prediction modes (JPEG has zero). The encoder stores only the difference between the prediction and the actual pixel values, which is typically much smaller than the raw pixel data.
  3. Transform coding — the prediction residuals are transformed using a combination of DCT and ADST (Asymmetric Discrete Sine Transform) with block sizes ranging from 4×4 to 64×64. This multi-scale approach captures image features at various frequencies more efficiently than JPEG's fixed 8×8 DCT.
  4. Quantization — transformed coefficients are quantized (rounded), discarding less perceptually important information. AV1's quantization is more sophisticated than JPEG's, with per-block quantization parameters and support for lossless mode (quantization step = 1).
  5. Entropy coding — the final data is compressed using a multi-symbol arithmetic coder, which is more efficient than JPEG's Huffman coding. Context-dependent probability models adapt to the image content for optimal compression.

Lossy and Lossless Modes

AVIF supports both lossy and lossless compression:

  • Lossy mode is what most people use. It produces the dramatic file size reductions (50% smaller than JPEG) by selectively discarding imperceptible visual information. Quality is controlled via a quantization parameter (QP) that maps to a 0–63 scale.
  • Lossless mode preserves every pixel exactly. AVIF lossless files are typically 20–30% smaller than PNG lossless for photographic content, though PNG can be more efficient for simple graphics with flat colors.

Key Features of AVIF

AVIF is not just about smaller file sizes. The format includes several advanced features that JPEG, and in some cases WebP, simply cannot match.

HDR and Wide Color Gamut

AVIF natively supports High Dynamic Range (HDR) imaging with up to 12-bit color depth per channel, providing 4,096 brightness levels compared to JPEG's 256 (8-bit). This enables:

  • PQ (Perceptual Quantizer) and HLG (Hybrid Log-Gamma) transfer functions for HDR content
  • Wide color gamuts including BT.2020 and Display P3, covering colors beyond what sRGB can represent
  • Smoother gradients with 4,096 levels per channel versus 256, eliminating banding in subtle tonal transitions

WebP, by contrast, is limited to 8-bit sRGB with no HDR support whatsoever. JPEG also maxes out at 8-bit sRGB (though JPEG XL, a separate format, supports HDR). In an era where HDR displays are mainstream on phones, laptops, and monitors, AVIF is the only widely-supported web format that can deliver HDR content.

Transparency (Alpha Channel)

AVIF supports a full alpha channel for transparency, with the alpha plane compressed using the same efficient AV1 codec. This makes AVIF a viable replacement for PNG in cases where you need both photographic-quality compression and transparency — something JPEG has never supported.

An AVIF image with transparency can be 10–20x smaller than the equivalent PNG-32 while maintaining comparable visual quality in the transparent-to-opaque transitions.

Animation Support

AVIF supports animated image sequences, functioning as a modern alternative to GIF and animated WebP. Because AV1's compression is vastly superior to GIF's LZW algorithm, animated AVIF files can be 50–90% smaller than equivalent GIFs with better color fidelity (no 256-color palette limitation) and smoother playback.

Compression Efficiency

The headline feature of AVIF is its compression ratio. Across independent benchmarks and real-world testing:

  • ~50% smaller than JPEG at equivalent perceptual quality (measured by SSIM, VMAF, and Butteraugli metrics)
  • ~20–25% smaller than WebP lossy at equivalent quality
  • ~20–30% smaller than PNG in lossless mode for photographic content

These savings translate directly to faster page loads, lower bandwidth costs, and improved Core Web Vitals scores for websites.

Browser Support in 2026

AVIF has achieved broad browser adoption remarkably quickly for an image format. Here is the current support landscape:

Browser AVIF Since Status Notes
ChromeVersion 85 (Aug 2020)Full supportIncluding animated AVIF
FirefoxVersion 93 (Oct 2021)Full supportIncluding animated AVIF
SafariVersion 16 (Sep 2022)Full supportmacOS Ventura+ & iOS 16+
EdgeVersion 90 (Apr 2021)Full supportChromium-based
OperaVersion 71 (Aug 2020)Full supportChromium-based
Samsung InternetVersion 14 (2021)Full supportChromium-based
IE 11No supportDiscontinued

As of early 2026, AVIF is supported by approximately 94% of global browser users. The remaining 6% consists primarily of older Safari versions (pre-16), legacy Android browsers, and niche browsers. For web delivery, using AVIF with a JPEG fallback via the <picture> element covers virtually 100% of users.

Where AVIF Is Used Today

AVIF has moved well beyond experimental adoption. Major platforms and services use it at scale:

  • Google Images — since 2024, Google has been serving AVIF thumbnails and preview images in search results, saving bandwidth across billions of image impressions daily
  • Netflix — one of the earliest AVIF adopters, Netflix uses AVIF for title card images, thumbnails, and promotional stills across all platforms
  • Cloudflare — Cloudflare's image optimization service automatically converts and serves AVIF to supported browsers via its CDN
  • Shopify — Shopify's CDN serves product images in AVIF format when the browser supports it, reducing page weight for millions of online stores
  • WordPress — since WordPress 6.5, the core media library supports AVIF uploads and serving natively
  • Squarespace and Wix — both website builders automatically serve AVIF versions of uploaded images to compatible browsers

Limitations of AVIF

Despite its advantages, AVIF has genuine limitations that make JPEG still necessary in many scenarios.

Slow Encoding Speed

AVIF encoding is 8–10x slower than JPEG encoding. The AV1 codec was designed to maximize compression efficiency at the expense of encoding speed. A photograph that takes 50 milliseconds to encode as JPEG might take 400–800 milliseconds as AVIF. For batch processing thousands of images, this overhead is significant.

Hardware acceleration is improving the situation. Intel Arc GPUs, NVIDIA RTX 40-series, AMD RDNA 3, and Apple's M4 chip all include hardware AV1 encoders. As hardware encoding becomes widespread, the speed gap will narrow considerably. Decoding speed (which affects the user viewing the image) is already fast and comparable to JPEG.

Maximum Dimension Limits

The base AVIF profile limits images to 8,193 × 4,320 pixels (roughly 8K resolution). Images larger than this require tiling, where the image is split into independently-encoded tiles. While most AVIF decoders support tiling, some older implementations may not handle tiled AVIF correctly. For panoramic photography or ultra-high-resolution imaging, this can be a practical limitation.

JPEG has no practical dimension limit (the specification supports up to 65,535 × 65,535 pixels), and PNG supports up to 2,147,483,647 × 2,147,483,647 pixels in theory.

Less Efficient for Simple Graphics

AVIF's compression advantage is most pronounced for photographs and complex natural images. For simple graphics with large areas of flat color, sharp geometric edges, and limited color palettes, AVIF's advantage shrinks considerably. PNG-8 (indexed 256-color mode) can sometimes produce smaller files than AVIF for very simple icons and logos, because AVIF's sophisticated prediction engine has little to gain on content that is already trivially compressible.

Incomplete Software Ecosystem

While browser support is excellent, the broader software ecosystem is still catching up:

  • Adobe Photoshop added AVIF support in version 23.2 (2022), but it is not yet the default export format
  • Email clients — most email clients (Gmail, Outlook, Apple Mail) do not reliably render inline AVIF images. JPEG remains required for email
  • Social media — Instagram, Facebook, and X/Twitter do not accept AVIF uploads directly. They re-encode to JPEG or WebP internally
  • Print services — the print industry has zero AVIF support. JPEG and TIFF remain the standard
  • Windows Explorer — Windows 11 supports AVIF thumbnails natively; Windows 10 requires the AV1 Video Extension from the Microsoft Store

Quick Comparison: AVIF vs JPEG vs WebP vs PNG

Feature AVIF JPEG WebP PNG
CompressionBestBaselineGoodLossless only
Lossy modeYesYesYesNo
Lossless modeYesNoYesYes
TransparencyFull alphaNoneFull alphaFull alpha
HDRYes (10/12-bit)No (8-bit)No (8-bit)Up to 16-bit
Wide color gamutBT.2020, P3sRGB onlysRGB onlysRGB (via ICC)
AnimationYesNoYesAPNG (limited)
Encoding speedSlow (8–10x)Very fastFastFast
Browser support~94%100%~97%100%
Royalty-freeYesYesYesYes
Year released2019199220101996
Photo file size *~250 KB~500 KB~340 KB~35 MB

* Approximate file size for a typical 12-megapixel photograph at equivalent perceptual quality. JPEG at quality 85, WebP at quality 80, AVIF at quality 50 (CRF-based).

When to Convert AVIF to JPG

Despite AVIF's technical superiority, there are many real-world situations where you need a JPEG version of an AVIF image:

  • Sharing via email — most email clients render JPEG reliably but may not display AVIF. Converting ensures every recipient can see your images.
  • Social media uploads — platforms like Instagram, Facebook, LinkedIn, and X/Twitter accept JPEG but not AVIF. Uploading JPEG gives you control over the compression quality before the platform re-encodes.
  • Printing — print shops, photo labs, and document services accept JPEG and TIFF. AVIF has zero presence in the print workflow.
  • Older software compatibility — legacy applications, some CMS platforms, and image galleries may not recognize AVIF files. JPEG works everywhere.
  • File size is not a concern — when you are transferring files locally (USB, AirDrop, local network), JPEG's larger size is irrelevant and its universal compatibility is more valuable.
  • Editing in older software — while Photoshop supports AVIF, many free editors and older software versions do not. Converting to JPEG enables editing in any image application.

When Convertio converts AVIF to JPG: The converter decodes the full AVIF image (including HDR content, which is tone-mapped to SDR) and re-encodes it as JPEG at quality 92. Transparent areas are flattened to white. The output uses sRGB color space for maximum compatibility.

Ready to Convert?

Convert your AVIF images to JPG — universal compatibility guaranteed

AVIF JPG

Tap to choose your file

or

Supports M4A, WAV, FLAC, OGG, AAC, WMA, AIFF, OPUS • Max 100 MB

Frequently Asked Questions

For compression efficiency, yes — AVIF produces files approximately 50% smaller than JPEG at equivalent visual quality. AVIF also supports HDR, wide color gamut, transparency, and animation. However, JPEG has universal compatibility with every device and application ever made. For web delivery, AVIF is clearly superior. For sharing, printing, and maximum compatibility, JPEG remains the safer choice.

Yes. AVIF is completely royalty-free and open-source. It was developed by the Alliance for Open Media, a consortium including Google, Apple, Microsoft, Mozilla, Netflix, Amazon, and others. Unlike HEIC, which requires patent licenses from MPEG-LA, AVIF can be used by anyone without licensing fees. This is one of the key reasons AVIF has gained rapid adoption across browsers and platforms.

AVIF encoding is slow because the AV1 codec was designed to maximize compression efficiency, not encoding speed. The encoder performs exhaustive analysis of each image region to find the optimal compression strategy, which takes 8–10x longer than JPEG encoding. Hardware AV1 encoders in newer GPUs are closing this gap. For end users, decoding (viewing) AVIF images in the browser is fast.

Yes. As of 2026, approximately 94% of global browsers support AVIF, including Chrome 85+, Firefox 93+, Safari 16+, and Edge 90+. The recommended approach is to use the HTML <picture> element to serve AVIF with a JPEG fallback, ensuring universal compatibility while giving the majority of visitors smaller, faster-loading images.

Both AVIF and HEIC use the HEIF container but different codecs. HEIC uses H.265/HEVC, which requires patent licenses. AVIF uses AV1, which is completely royalty-free. Compression efficiency is comparable, with AVIF having a slight edge. The critical difference is licensing: HEIC's patents limit browser adoption (no Chrome or Firefox support), while AVIF is supported across all major browsers. Apple devices support both.

More AVIF to JPG Guides

AVIF vs WebP: Which Image Format Is Better in 2026?
AVIF vs WebP compared: compression, quality, HDR support, browser compatibility, and encoding speed.
AVIF vs JPEG: Is It Time to Replace JPEG?
AVIF is 50% smaller than JPEG with HDR and transparency. Compare quality, speed, compatibility, and migration strategies.
Back to AVIF to JPG Converter