AVIF format guide

AVIF: AV1 compression packed into still images

AVIF packages AV1-coded image data inside the ISO base media file family, giving still images advanced compression, alpha, wide color, and HDR options.

Based onAV1 image coding in a HEIF-style container
StrengthVery efficient compression at high visual quality
Best atModern web images where encoding time is acceptable

Origin

AVIF is the AV1 Image File Format, developed by the Alliance for Open Media. It brings the AV1 video codec's modern compression tools to still images and image sequences. The format arrived after WebP and JPEG had already proven that better image compression could save huge amounts of bandwidth.

Its timing matters. Screens became denser, websites became image-heavy, and HDR/wide-gamut photography became common. AVIF was designed for that world rather than for the modem-era web.

Technical characteristics

AVIF can store lossy or lossless image data, alpha channels, image sequences, high bit depth, wide color gamut, and HDR metadata. It often reaches smaller file sizes than JPEG or WebP for photographic images, especially at lower bitrates where older codecs show blocking or ringing.

The tradeoff is complexity. AVIF encoding can be slower, browser export support varies, and some apps still cannot open it. Fine detail, text, and synthetic graphics also need careful settings; a tiny AVIF is not automatically a good AVIF.

Where it fits

AVIF is excellent for modern responsive sites, image CDNs, high-volume galleries, and cases where file size matters enough to justify slower encoding. It is also useful when you need transparency with stronger compression than PNG.

A practical rule: use AVIF as a delivery format, test visually at the actual display size, and keep JPEG/WebP fallbacks until your target software fully supports it.

Best uses

  • Modern web delivery with small files
  • Photos where bandwidth matters
  • Transparent images with strong compression

Use another format when

  • Older browsers or upload forms
  • Fast one-off encoding on weak devices
  • Workflows where recipients need universal desktop compatibility

Related imgrove tools

AVIF Converter WebP Converter JPG to PNG Converter

Technical references