HEIF
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
(→Sample files) |
||
Line 38: | Line 38: | ||
* Some of the links in [https://newsgroup.xnview.com/viewtopic.php?f=60&t=32568#p129428 this forum post] might still work | * Some of the links in [https://newsgroup.xnview.com/viewtopic.php?f=60&t=32568#p129428 this forum post] might still work | ||
* [https://github.com/thorsted/digicam_corpus/tree/master/Apple/iPhone%20XR iPhone XR sample images] | * [https://github.com/thorsted/digicam_corpus/tree/master/Apple/iPhone%20XR iPhone XR sample images] | ||
+ | * https://telparia.com/fileFormatSamples/image/abydos/abydos.heic | ||
== Links == | == Links == |
Revision as of 16:20, 26 May 2020
HEIF (High Efficiency Image File Format) is the lossy image and animation format defined by MPEG-H Part 12 (ISO/IEC 23008-12).
It is closely related to the HEVC video format, so in that way it is similar to BPG. It uses boxes/atoms format as a container format, so in that way it is similar to JPEG 2000.
Contents |
Format details
[This section contains educated guesses, and may be incorrect.]
The standard apparently defines:
- A still image ("image collection") container format, based on boxes/atoms format, with brand
mif1
. It uses some elements from ISO-BMFF (though note that still image formats cannot be technically valid ISO-BMFF). - An animated image ("image sequence") container format, with brand
msf1
. This might qualify as valid ISO-BMFF. - An image compression scheme, with brand
heic
. - Various other compression schemes for use in the above containers, for example based on AVC or JPEG.
Some or all files that use heic
compression should use file extension .heic. Other files may use .heif, or something else.
Identifiers
Based on source code and sample files, it usually uses the brands mif1
and heic
. Some files may use other brands, such as msf1
and heix
.
See also
Software
Sample files
- Some of the links in this forum post might still work
- iPhone XR sample images
- https://telparia.com/fileFormatSamples/image/abydos/abydos.heic
Links
- Wikipedia: High Efficiency Image File Format
- HEIF information from the MPEG website
- HEIF information from Nokia Technologies
- ISO/IEC 23008-12 (not free to download)
- How Apple is squeezing more photos into your iPhone
See also MPEG-H#Links.