FILE FORMAT GUIDE
AV1 Image File Format (.AVIF): Structure & Safe Inspection
An AVIF file stores AV1-coded image items in a HEIF/ISO Base Media File Format structure. It may represent SDR, HDR, wide-gamut or multi-layer images.
Check supported header evidence locally. Identification is not file validation or a malware scan.
Analyze a file locallyQuick facts
- Extension
- .avif
- Format
- AV1 Image File Format
- Category
- image
- MIME type
- image/avif
- Standard / developer
- Alliance for Open Media
- Open with
- ImageMagick identify
What is AVIF?
AVIF uses file-type brands rather than one fixed byte prefix as its identifying evidence. A compatible file can declare avif and profile brands; sequence-oriented files use different brands.
- Store AV1 still images or image collections in a HEIF-based file
How to open AVIF
ImageMagick format support can depend on its build and delegates; check the local format list before relying on this workflow.
ImageMagick identifyCommand-line tool
First run magick identify -list format and confirm AVIF read support in this installation. Then run magick identify -verbose -- input.avif to inspect the format and image characteristics without overwriting the source.
Technical details
- Signature
- Not reviewed
- Encoding
- Not applicable
- Container
- HEIF / ISO Base Media File Format
- Compression
- AV1 image coding
Things to check
- A reader may support only the AVIF profiles and brands it implements.
Related formats
- WebP Image
WebP uses a RIFF-based container and WebP coding, while AVIF uses ISO Base Media File Format structures and AV1 coding.
- High Efficiency Image File Format
AVIF is an AV1-specific image format in the broader HEIF and ISO Base Media File Format family.
- JPEG Image
JPEG is a common compatibility target; AVIF uses a different container and AV1 image coding.
Sources & review
Fact review: 2026-09-19. Unknown fields are not inferred from the file extension.