Cookies for analytics and advertising
We use cookies for analytics and advertising, both sent to Google. Refusing changes nothing you can see.Read the privacy page
HEIC
What an iPhone saves photos as. Half the size of JPG, and awkward everywhere outside Apple.
HEIC is a container: a wrapper that holds streams encoded by something else. It stores a grid of pixels, so enlarging it past its own resolution softens it. It is used for phones and photography.
The extension is .heic, and the full name is High Efficiency Image Container. Both matter less than what the file can hold, which is what the rest of this page is about.
MPEG published it in 2015. The specification is ISO/IEC 23008-12.
Age is worth knowing here for one practical reason: the older a format is, the more programs have had time to learn it.
Reading it outside the vendor’s own software depends on work done by other people, usually by inspection rather than by documentation. That mostly works and occasionally does not, which is the reason to convert anything you intend to keep.
HEIC discards detail to stay small, and what it discards does not come back. That is the right trade for something being looked at and the wrong one for something being edited: each re-save takes another bite.
HEIC carries an alpha channel, so a logo keeps its soft edges over whatever sits behind it instead of arriving in a white box.
HEIC can store an animation rather than a single still. That is worth knowing before converting one: a target that holds one frame keeps the first and drops the rest, usually without saying so.
Up to 10 bits per channel. It can work in YCbCr, the model video and JPEG compress in and wide-gamut colour.
More than eight bits per channel is what stops a gradient from stepping when it is edited, which is why it matters in a working file and rarely in a finished one.
It usually holds HEVC. This is the distinction behind most "why will this not play" questions: two files with the same extension can contain entirely different encodings, and a player that refuses one may be perfectly happy with the other.
It also explains why changing container is often fast and lossless while changing codec is neither. Moving the same stream into a different box rewrites the box; re-encoding rewrites the picture.
A HEIC file is not limited to one page, which matters when converting to something that is: a target that holds one image produces one file per page, and the numbering it chooses is worth checking before you send it on.
Apple Photos and Adobe Lightroom read it, and so do most programs of the same kind.
If a file will not open, the format is rarely the problem — it is more often that the program predates it. Converting to something older is the reliable way past that, and it is what the rest of this site is for.
Only some browsers read it.
Where support is uneven, serving a second format alongside it is the usual answer — the browser takes the one it understands and nobody is left out.
HEIC can hold EXIF, XMP, ICC profiles and GPS coordinates.
The GPS coordinates are the field worth thinking about before sending a file anywhere: they say where the photograph was taken, and almost nothing warns you that they are still in there.
HEIC is meant to be handed over rather than worked in. Editing one is possible and rarely pleasant; the sane approach is to change the source and export again.
The recurring complaints: support outside its home ground is uneven.
None of these is a reason to avoid the format. They are the things worth knowing before you are surprised by one, which is a different claim and a more useful one.
| Extension | .heic |
|---|---|
| Media type | image/heic |
| Published by | MPEG |
| First published | 2015 |
| Specification | ISO/IEC 23008-12 |