Sample AVIF Files — Download Next-Generation Web Image Test Files
AV1 Image File Format · .avif · MIME type image/avif
Download a sample AVIF file to test the newest mainstream web image format: AVIF wraps a still AV1 frame in a HEIF container and typically produces files 50% smaller than JPEG and 20% smaller than WebP at the same quality. Chrome, Firefox, Safari 16+ and Edge all display it, and image CDNs increasingly serve it first.
Because it is new, tooling gaps are common — older ImageMagick builds, many PHP GD installs and most email clients cannot decode AVIF. These files let you check whether your stack can, before a user finds out.

Download sample AVIF files
| File | Details | Size | Download |
|---|---|---|---|
sample-image-1280x720.avif | 1280 × 720 | 152 KB | |
sample-image-1920x1080.avif | 1920 × 1080 | 332 KB |
Need one of every images format? Download the images sample pack (1.3 MB, one small file of every images format (10 files)).
Use these files from the command line or CI
Every URL is stable and CORS-open. Pin the SHA-256 in your test and you will know the moment a fixture changes.
# Download one file curl -O https://pnb-website-bucket.s3.us-east-2.amazonaws.com/samples/images/avif/sample-image-1280x720.avif # Verify it (SHA-256 is listed for every file above) shasum -a 256 sample-image-1280x720.avif # Machine-readable index of every sample file curl https://pnb-website-bucket.s3.us-east-2.amazonaws.com/samples/index.json | jq '.files[] | select(.format=="avif")'
AVIF format at a glance
| Full name | AV1 Image File Format |
|---|---|
| Extensions | .avif |
| MIME type | image/avif |
| Standard | Alliance for Open Media, 2019 |
| Compression | AV1 intra-frame, lossy or lossless |
| Colour | 8, 10, 12-bit; HDR; wide gamut |
| Transparency | Yes |
| Animation | Yes (image sequences) |
| Magic bytes | … 66 74 79 70 61 76 69 66 ("ftypavif") at offset 4 |
What people test with sample AVIF files
- Browser and CDN content negotiation (Accept: image/avif)
- Decoder support in server-side image libraries
- Size comparisons against WebP and JPG at equal quality
Frequently asked questions
AVIF vs WebP — which should I use?
AVIF gives smaller files and better quality at low bitrates, especially for photographs; WebP encodes much faster and has broader tool support. The common approach in 2026 is <picture> with AVIF first, WebP second and JPG as the fallback — and to let an image CDN generate all three.
Are these AVIF files safe to download?
Yes. Every file is generated by our own open script from scratch — nothing is scraped or user-uploaded — and contains no scripts, macros or executables. The SHA-256 of each file is published on this page so you can verify what you received.
Can I use the sample AVIF files commercially?
Yes. They are free for any purpose, including commercial products, test suites, demos and redistribution, with no attribution required. There is nothing to license and no one to ask.
Can I hotlink these files or use them in CI?
Yes. Every link is a stable direct URL over HTTPS with Access-Control-Allow-Origin: * and long cache headers, so curl, wget, fetch() and test runners can pull them directly. A JSON index of every file is linked from each page (see the command-line section).
Related sample files
Free tools that work with AVIF
- Image Converter — Convert images between PNG, JPG, and WebP right in your browser. Files never leave your device.
Testing a file pipeline? We build them.
Uploads, conversions, previews, document processing and media workflows are the kind of production systems Pine & Birch designs and runs for clients — which is why we needed these files in the first place.
See how we can help