Skip to content
>_ TrueFileSize.com

Sample AVIF File Download — Free Test Images

Download free AVIF sample images — lossy, lossless, and transparent variants from 100KB to 10MB. Use these AVIF test files to verify browser compatibility, benchmark compression (AVIF vs WebP vs JPG), and test image processing pipelines. AVIF (AV1 Image File Format) delivers up to 50% better compression than JPEG.

avif previewAVIF

sample-100kb.avif

100 KB

1280×720 · 8-bit · sRGB

avif previewAVIF

sample-500kb.avif

500 KB

1920×1080 · 8-bit · sRGB

avif previewAVIF

sample-1mb.avif

1 MB

1920×1080 · 10-bit · sRGB

avif previewAVIF

sample-5mb.avif

5 MB

3840×2160 · 10-bit · sRGB

avif previewAVIF

sample-10mb.avif

10 MB

3840×2160 · 12-bit · sRGB

avif previewAVIF

sample-lossless.avif

2 MB

1920×1080 · 8-bit · sRGB

avif previewAVIF

sample-transparent.avif

1 KB

800×600 · 8-bit · transparent · sRGB

Use cases for sample AVIF files

  • Testing AVIF support in image upload and processing pipelines
  • Verifying AVIF-to-WebP/JPG fallback with <picture> tag
  • Benchmarking AVIF vs WebP vs JPEG file sizes and quality
  • Testing browser compatibility for AVIF rendering
  • Verifying transparent AVIF alpha channel support
  • Testing CDN image optimization and AVIF auto-negotiation

AVIF vs WebP vs JPEG — Compression comparison

FeatureAVIFWebPJPEG
Lossy compression~50% smaller~30% smallerbaseline
Lossless compressionBestGoodN/A
TransparencyYesYesNo
HDR / Wide gamut10/12-bit8-bit only8-bit only
Browser support92%+96%+100%
Encoding speedSlowFastFast

Browser support

Supported: Chrome 85+, Firefox 93+, Safari 16+, Edge 121+, Opera 71+, Android Browser, Samsung Internet

Not supported: IE 11, older Safari (15 and below), older Firefox (92 and below)

Use the <picture> tag with WebP and JPG fallbacks for maximum compatibility.

How to serve AVIF with fallback

<picture>
  <source srcset="image.avif" type="image/avif">
  <source srcset="image.webp" type="image/webp">
  <img src="image.jpg" alt="Description">
</picture>

Browsers pick the first supported format. AVIF-capable browsers load .avif, others try .webp, and the rest fall back to .jpg. No JavaScript needed.

Technical specifications

Based onAV1 video codec (AOMedia)
ContainerHEIF (ISO/IEC 23008-12)
CompressionLossy and lossless
Bit depth8, 10, and 12-bit
Color spacesRGB, Display P3, BT.2020
TransparencyFull alpha channel
AnimationSupported (AVIF sequence)
Max dimensions65536×65536 pixels

Frequently Asked Questions

Other image formats

Related reading