Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
High Efficiency Image File Format
File format

High Efficiency Image File Format (HEIF) is a digital container format for storing individual digital images and image sequences, supporting multiple media streams like timed text, audio, and video. It can store images encoded in different formats, including both SDR and HDR. HEIF commonly uses HEVC encoding, resulting in HEIC files that offer comparable quality to JPEG images but with smaller file sizes. HEIF is based on the ISO Base Media File Format from ISO, developed by the Moving Picture Experts Group and introduced in 2015 as part of the MPEG-H media suite.

We don't have any images related to High Efficiency Image File Format yet.
We don't have any YouTube videos related to High Efficiency Image File Format yet.
We don't have any PDF documents related to High Efficiency Image File Format yet.
We don't have any Books related to High Efficiency Image File Format yet.
We don't have any archived web articles related to High Efficiency Image File Format yet.

History

The requirements and main use cases of HEIF were defined in 2013.45 The technical development of the specification took about one and a half years and was finalized in the middle of 2015.6

Apple was the first major adopter of the format in 2017 with the introduction of iOS 11 using HEIC variant. While HEIC became the default for iPhones, it remains possible to revert the settings to allow photos to be recorded in the more recognizable JPEG format.7

Android devices containing the appropriate hardware encoders received support for HEIC files with the release of Android 10 (2019).8

On some systems, pictures stored in the HEIC format are converted automatically to the older JPEG format when they are sent outside of the system, although incompatibility has led to problems such as US Advanced Placement test takers failing due to their phones uploading unsupported HEIC images by default,9 leading the College Board to request students change the settings to send only JPEG files.10

Although HEIC is gaining in popularity, it is not universally supported; Adobe Photoshop is an example of a popular image editing software that only supports 8-bit HEIC and not 10-bit or 12-bit HEIC.11

Camera hardware (including mobile devices) are increasingly supporting outputting HEIC files and with color depth often higher than 8-bit color.12

Specifications

HEIF files can store the following types of data:13

Image items Storage of individual images, image properties and thumbnails. Image derivations Derived images enable non-destructive image editing, and are created on the fly by the rendering software using editing instructions stored separately in the HEIF file. These instructions (rectangular cropping, rotation by one, two or three quarter-turns, timed graphic overlays, etc.) and images are stored separately in the HEIF file, and describe specific transformations to be applied to the input images. The storage overhead of derived images is small. Image sequences Storage of multiple time-related and/or temporally predicted images (like a burst-photo shot or cinemagraph animation), their properties and thumbnails. Different prediction options can be used in order to exploit the temporal and spatial similarities between the images. Hence, file sizes can be drastically reduced when many images are stored in the same HEIF file. Auxiliary image items Storage of image data, such as an alpha plane or a depth map, which complements another image item. These data are not displayed as such, but used in various forms to complement another image item. Image metadata Storage of EXIF, XMP and similar metadata which accompany the images stored in the HEIF file.

Encodings inside the container

HEIF container specification describes various encodings that can be stored inside:

  • JFIF (JPEG)
  • AV1
  • HEVC

These leads to confusion, as users cannot tell what kind of encoding has been used. Simply saying that “HEIF is better than JPEG” as promotional material doesn't mean anything to the user.

Inside the HEIF container, JFIF (JPEG) can be stored. It can also contain AV1 encoding. The user would also need to know the encoding parameters in which the encoding happened (e.g., color quality "q", if delta in chroma planes were used, if some advanced tuning for ssim/psnr was used, or what quantization mode was applied).

If a user creates a ".HEIF" photo with their phone, the user or the receiver of the photo cannot determine which image format inside the file was used. It could be:

  • a JFIF (JPEG);
  • a poor quality (default settings) AV1; or
  • a very high quality AV1 encoding (which takes a lot of processing power and takes a few minutes to encode); or
  • an HEVC with poor quality parameters; or
  • an HEVC with high quality parameters.

Hence, simply stating in promotional materials that “HEIF is better” doesn't mean anything at all, as HEIF is just a container specification. What is contained inside the container must be described.

It's impossible to easily determine exactly what you receive in HEIF container. At best, users can use graphics magic to determine if it's impossible by visual inspection (gradients transitions are broken in 8-bit photos) to tell if the photo is 12-bit or 10-bit per channel, or 8-bit.

MIAF

The Multi-Image Application Format (MIAF) is a restricted subset of HEIF specified as part of MPEG-A. It defines a set of additional constraints to simplify format options, specific alpha plane formats, profiles and levels as well as metadata formats and brands, and rules for how to extend the format.14

HEIC: HEVC in HEIF

High Efficiency Video Coding (HEVC, ITU-T H.265)15 is an encoding format for graphic data, first standardized in 2013. It is the primarily used and implied default codec for HEIF as specified in the normative Annex B to ISO/IEC 23008-12 HEVC Image File Format.

While not introduced formally in the standard, the acronym HEIC (High-Efficiency Image Codec) is used as a brand and in the MIME subtypes image/heic and image/heic-sequence. If the content conforms to certain HEVC profiles, more specific brands can be used: HEIX for Main 10 of HEVC, HEIM for (Multiview) Main profile, and HEIS for (Scalable) Main (10) profile of L-HEVC.

A HEIC photo takes up about half the space of an equivalent quality JPEG file.16 The initial HEIF specification already defined the means of storing HEVC-encoded intra images (i-frames) and HEVC-encoded image sequences in which inter prediction is applied in a constrained manner.

HEVC image players are required to support rectangular cropping and rotation by one, two, and three quarter-turns. The primary use case for the mandatory support for rotation by 90 degrees is for images where the camera orientation is incorrectly detected or inferred. The rotation requirement makes it possible to manually adjust the orientation of a still image or an image sequence without needing to re-encode it. Cropping enables the image to be re-framed without re-encoding. The HEVC file format also includes the option to store pre-derived images.17

Samples in image sequence tracks must be either intra-coded images or inter-picture predicted images with reference to only intra-coded images. These constraints of inter-picture prediction reduce the decoding latency for accessing any particular image within a HEVC image sequence track.

The .heic and .heics file name extensions are conventionally used for HEVC-coded HEIF files.18 Apple products, for instance,19 will only produce files with these extensions, which indicate clearly that the data went through HEVC encoding.20

AVCI: AVC in HEIF

Advanced Video Coding (AVC, ITU-T H.264) is an older encoding format for video and images, first standardized in 2003. It is also specified as a codec to be supported in HEIF in normative Annex 5 to ISO/IEC 23008-12. The registered MIME types are image/avci for still images and image/avcs for sequences. The format is simply known as AVCI.

Apple products support playback of AVC-encoded .avci still image files and .avcs image sequence files21 but will only generate .heic files.

AVIF: AV1 in HEIF

This section is about AV1 and AVIF. For AVI, see Audio Video Interleave.

Main article: AVIF

AV1 is a video encoding format that is intended to be royalty-free, developed by the Alliance for Open Media (AOMedia). AV1 Image File Format (AVIF) is an image format based on this codec.22

The registered MIME type is image/avif for both still images and image sequences, and .avif is the file name extension.23

JPEG compression formats in HEIF files

The original JPEG standard is the most commonly used and widely supported lossy image coding format. It was first released in 1992 by ITU-T and ISO/IEC. Although Annex H to ISO/IEC 23008-12 specifies JPEG (and indirectly Motion JPEG) as a possible format for HEIF coded image data, it is used in HEIF only for thumbnails and other secondary images. Therefore, neither a dedicated MIME subtype nor a special file extension is available for storage of JPEG files in HEIF container files.

Several other compression formats defined by the JPEG group can be stored in HEIF files:

  • Part 16 of the JPEG 2000 standard suite (ISO/IEC 15444-16 and ITU-T Rec. T.815) defines how to store JPEG 2000 images in HEIF container files.2425 Part 2 of the JPEG 2000 suite (ISO/IEC 15444-2 and ITU-T Rec. T.801)2627 also defines a different format for storing JPEG 2000 images in files that is also based on ISOBMFF.
  • Annex F of the JPEG XR image coding standard (ISO/IEC 29199-2 and ITU-T Rec. T.832) defines how to store JPEG XR images in HEIF container files.2829 Annex A of JPEG XR also defines a different file format for storing JPEG XR images in files that is TIFF-based, and Part 2 of the JPEG 2000 suite (ISO/IEC 15444-2 and ITU-T Rec. T.801) also supports a third file format for storing JPEG XR images in files that is based on ISOBMFF.
  • JPEG XS has its HEIF container support defined in ISO/IEC 21122-3.30

In 2017, Apple announced that it would adopt HEIC as the default image format in its new operating systems, gradually replacing JPEG.31

WXAM, SharpP

The proprietary image format WXAM (or wxHEPC) developed by Tencent (used within, e.g., WeChat) is apparently based upon HEVC,32 as is SharpP, which was developed by their SNG (Social Network Group) division.3334 However, their container format may not be HEIF-compatible. In March 2017, SharpP switched to AVS235 and was renamed TPG (Tiny Portable Graphics).3637

Support

See also: AVIF § Support

  • Nokia provides an open source C++ HEIF decoder, that also has a Java API.38
  • The open source library "libheif" supports reading and writing HEIF files.3940 From version 1.8.0, both reading and writing HEIC and AVIF are supported.41
  • An image codec called CopyTrans HEIC, which is free for personal use and available for Windows versions 7 through 10, supports opening HEIF files in Windows Photo Viewer without the Microsoft codec installed. (The Microsoft HEIC codec is only available for Windows 10, version 1803 and up in the Photos UWP app.)42

Operating systems

  • Windows 10 version 1803 and later (HEIC), version 1903 and later (AVIF): HEIF Image Extension is needed to read and write files that use the HEIF format. HEVC Video Extensions is needed to play and produce HEVC-encoded video content. A small amount of money is charged for the use of the HEVC codec, whereas support for the generic HEIF format and the AVC and AV1 extensions are free.43
  • Windows 11: since 22H2, Windows 11 has HEIF Image Extension built-in by default.44
  • macOS High Sierra and later (HEIC only)45 Since macOS Mojave, Apple uses HEIF in creating the Dynamic Desktop feature.46
  • iOS 11 and later (HEIC only)4748 iOS 16 and later AVIF49
  • Apple supports playback of .heif for still image files and .heifs for image sequence files50 created on other devices that are encoded using any codec, provided that codec is supported by the operating system.51
  • Android 8 (Oreo) and later (HEIF), Android 10 and later (HEIC), Android 12 and later (AVIF).52535455 Android 13 and higher support 10-bit camera output.56
  • Ubuntu 20.04 and later (HEIC)57
  • Debian 10.13 ("buster") or later58

Web browsers

As of August 2024[update], only Safari supports HEIC format natively.59

For AVIF, Chrome, Firefox and Opera for desktop and Android support it. Safari on iOS 16 and iPadOS 16 supports AVIF format.60

Image editing software

Image libraries

  • libheif – ISO/IEC 23008-12:2017 HEIF and AVIF decoder and encoder.
  • SAIL – format-agnostic library with support of HEIC implemented on top of libavif.
  • FFmpeg
  • AVIF and HEIC unit - Delphi/Lazarus wrapper for libavif

Hardware

Websites

  • During May 2020, online Advanced Placement exams allowed students to submit photos of handwritten responses. Because the website was unable to process HEIF images, students whose phones defaulted to this image format were considered to have not submitted any response and often failed to complete the exam. College Board, which administers the exams, later provided a system for users to submit photos of answers via email. Because the iOS Mail app automatically converts HEIF images to JPEG, this mitigated the problem.88
  • Facebook supports the upload of HEIC but converts to JPEG or WEBP on display.89
  • Discord does not support HEIC at all.90

Patent licensing

Further information: High Efficiency Video Coding § Patent holders

HEIF itself is a container that may not be subject to additional royalty fees for commercial ISOBMFF licensees. Note however that Nokia also grants its patents on a royalty-free basis for non-commercial purposes.91 When containing images and image sequences encoded in a particular format (e.g. HEVC or AVC) its use becomes subject to the licensing of patents on the coding format.929394

See also

  • Better Portable Graphics (BPG) – another image file format using HEVC encoding, published by Fabrice Bellard in 2014
  • JPEG XL – an image file format developed since 2019 (standardization completed since 2022) and based on Google PIK [Wikidata] and Cloudinary FLIF (itself based upon FUIF [Wikidata]) claiming to outperform PNG, WebP, BPG and JPEG 2000 for lossless encoding at least
  • WebP – an image file format that features both lossy (based on VP8 and VP9) and lossless (independently developed) compression

References

  1. M. M. Hannuksela; E. B. Aksu; V. K. Malamal Vadakital; J. Lainema (October 2015). "Overview of the High Efficiency Image File Format". JCT-VC. document JCTVC-V0072. Archived from the original on 2021-11-24. Retrieved 2015-11-25. http://phenix.int-evry.fr/jct/doc_end_user/current_document.php?id=10265

  2. Shankland, Stephen (June 16, 2017). "How Apple is squeezing more photos into your iPhone – FAQ: Apple's newest iPhone software attempts to move the world out of the JPEG era". CNET. Archived from the original on 2017-11-16. Retrieved 2017-11-21. https://www.cnet.com/news/apple-ios-boosts-heif-photos-over-jpeg-wwdc

  3. Shu, Les (September 19, 2017). "Here's what HEIF and HEVC are, and why they'll improve your iPhone with iOS 11". Digital Trends. Archived from the original on 2021-01-22. Retrieved 2017-09-30. https://www.digitaltrends.com/photography/heif-and-hevc-ios-11-macos-high-sierra/

  4. "Requirements for still image coding using HEVC". chiariglione.org. 2013-07-29. Archived from the original on 2021-05-17. Retrieved 2018-08-24. http://mpeg.chiariglione.org/standards/mpeg-h/high-efficiency-video-coding/requirements-still-image-coding-using-hevc

  5. "Requirements for HEVC image sequences". mpeg.chiariglione.org. 2013-07-29. Archived from the original on 2021-05-17. Retrieved 2018-08-24. http://mpeg.chiariglione.org/standards/mpeg-h/high-efficiency-video-coding/requirements-hevc-image-sequences

  6. "Evidence motivates MPEG to launch new standardization effort for HDR". chiariglione.org. 2015-06-26. Archived from the original on 2021-04-15. Retrieved 2018-08-24. http://mpeg.chiariglione.org/sites/default/files/files/meetings/docs/w15328.docx

  7. "How to Stop iPhone from Taking Photos in HEIC-HEIF". Heic.Info. Retrieved 15 April 2024. https://heic.imobie.com/how-to/stop-iphone-from-taking-photos-in-heic.htm

  8. "HEIF Imaging". Android Open Source Project. Retrieved 2023-11-11. https://source.android.com/docs/core/camera/heif

  9. Monica Chin (2020-05-02). "Students are failing AP tests because the College Board can't handle iPhone photos". The Verge. Retrieved 2022-08-25. https://www.theverge.com/2020/5/20/21262302/ap-test-fail-iphone-photos-glitch-email-college-board-jpeg-heic

  10. @CollegeBoard (May 12, 2020). "If you want to submit a photo of a handwritten AP Exam answer from an iPhone or iPad, make sure to change your camera settings so your photos are saved as JPEGs, not HEICs" (Tweet) – via Twitter. https://x.com/CollegeBoard/status/1260208235132436480

  11. "File formats in Adobe Photoshop". https://helpx.adobe.com/au/photoshop/using/file-formats.html

  12. "A bit confused: what's a HEIF and why do we need 10-bit stills and video?". DPReview. Retrieved 2023-11-11. https://www.dpreview.com/learn/6184595294/10-bit-stills-a-look-at-raw-log-and-the-future-of-photography

  13. M. M. Hannuksela; E. B. Aksu; V. K. Malamal Vadakital; J. Lainema (October 2015). "Overview of the High Efficiency Image File Format". JCT-VC. document JCTVC-V0072. Archived from the original on 2021-11-24. Retrieved 2015-11-25. http://phenix.int-evry.fr/jct/doc_end_user/current_document.php?id=10265

  14. ISO/IEC 23000-22. Multimedia application format (MPEG-A) — Part 22: Multi-image application format (MIAF), ISO/IEC MPEG, archived from the original on 2020-04-26, retrieved 2020-04-29 https://www.iso.org/standard/74417.html

  15. Fleishman, Glenn (26 June 2020). "What the HEIC? Apple's Highly Compressed Image Format Still Confuses". TidBITS. Archived from the original on 28 June 2020. Retrieved 28 June 2020. https://tidbits.com/2020/06/26/what-the-heic-apples-highly-compressed-image-format-still-confuses/

  16. Lainema, Jani; Ugur, Kemal (2012-04-20). "On HEVC still picture coding performance". JCT-VC. Retrieved 2013-01-22. http://phenix.it-sudparis.eu/jct/doc_end_user/current_document.php?id=5721

  17. High Efficiency Image File Format. "HEIF Technical Information". nokiatech.github.io. Nokia. Images in HEIF Files. Archived from the original on 2018-02-01. Retrieved 2018-02-01. https://nokiatech.github.io/heif/technical.html

  18. "Working with HEIF and HEVC - WWDC 2017 - Videos". Apple Developer. Archived from the original on 2019-01-20. Retrieved 2019-01-19. https://developer.apple.com/videos/play/wwdc2017/511

  19. "High Efficiency Image File Format". Apple. June 2017. Event occurs at 0:09:26. Archived from the original on 2017-12-01. Retrieved 2017-11-22. https://developer.apple.com/videos/play/wwdc2017/513

  20. Shankland, Stephen (June 16, 2017). "How Apple is squeezing more photos into your iPhone – FAQ: Apple's newest iPhone software attempts to move the world out of the JPEG era". CNET. Archived from the original on 2017-11-16. Retrieved 2017-11-21. https://www.cnet.com/news/apple-ios-boosts-heif-photos-over-jpeg-wwdc

  21. "High Efficiency Image File Format". Apple. June 2017. Event occurs at 0:09:26. Archived from the original on 2017-12-01. Retrieved 2017-11-22. https://developer.apple.com/videos/play/wwdc2017/513

  22. "Apple wants to shrink your photos, but a new format from Google and Mozilla could go even farther". CNET. 2018-01-19. Archived from the original on 2018-02-01. Retrieved 2018-02-01. https://www.cnet.com/news/google-mozilla-av1-photo-format-could-outdo-aging-jpeg/

  23. "AV1 Image File Format (AVIF)". AOMediaCodec.GitHub.io. Archived from the original on 24 February 2023. Retrieved 25 February 2023. https://aomediacodec.github.io/av1-avif/

  24. "ISO/IEC 15444-16:2021 - Information technology — JPEG 2000 image coding system — Part 16: Encapsulation of JPEG 2000 images into ISO/IEC 23008-12". ISO. 2020-01-22. Archived from the original on 2021-11-17. Retrieved 2021-11-24. https://www.iso.org/standard/80620.html

  25. tsbmail (2021-11-11). "T.815 : Information technology - JPEG 2000 image coding system - Encapsulation of JPEG 2000 images into ISO/IEC 23008-12". Itu.int. Archived from the original on 2021-11-17. Retrieved 2021-11-24. https://www.itu.int/rec/T-REC-T.815

  26. "ISO/IEC 15444-2:2021 - Information technology — JPEG 2000 image coding system — Part 2: Extensions". ISO. 2020-07-29. Archived from the original on 2021-11-17. Retrieved 2021-11-24. https://www.iso.org/standard/81547.html

  27. tsbmail (2021-10-29). "T.801 : Information technology-JPEG 2000 image coding system - Extensions". Itu.int. Archived from the original on 2021-11-17. Retrieved 2021-11-24. https://www.itu.int/rec/T-REC-T.801

  28. "ISO/IEC 29199-2:2020 - Information technology — JPEG XR image coding system — Part 2: Image coding specification". ISO. 2019-08-29. Archived from the original on 2021-11-17. Retrieved 2021-11-24. https://www.iso.org/standard/79414.html

  29. tsbmail. "T.832 : Information technology - JPEG XR image coding system - Image coding specification". Itu.int. Archived from the original on 2021-11-16. Retrieved 2021-11-24. https://www.itu.int/rec/T-REC-T.832

  30. "ISO/IEC 21122-3:2019 - Information technology — JPEG XS low-latency lightweight image coding system — Part 3: Transport and container formats". ISO. 2017-08-25. Archived from the original on 2021-11-17. Retrieved 2021-11-24. https://www.iso.org/standard/74537.html

  31. Rus, Cristian (2017-06-26). "Así es HEIF, el nuevo formato de imagen con el que Apple quiere acabar con JPEG". Applesfera (in Spanish). Archived from the original on 2020-03-21. Retrieved 2020-03-22. https://www.applesfera.com/ios/asi-es-heif-el-nuevo-formato-de-imagen-con-el-que-apple-quiere-acabar-con-jpeg

  32. Tencent Technology (2018-01-30). "如何节省1Tb图片带宽?解密极致图像压缩!_腾讯技术工程的技术博客_51Cto博客" [How do we save 1TB on image bandwidth? Declassifying our extreme image compression!]. 51CTO. https://blog.51cto.com/u_13591395/2066880

  33. "图片流量节省大杀器:基于 CDN 的 sharpP 自适应图片技术实践 - 腾讯云开发者社区-腾讯云" [Image bandwidth-saving weapon: Practical CDN-deployed self-adapting sharpP images]. 2017-06-30."秒开率达90%:腾讯看点客户端 Gif 转视频优化方案 - 腾讯云开发者社区-腾讯云" [Instant load in 90% of cases: Tencent Kandian GIF-to-video solution]. 2019-12-17. https://cloud.tencent.com/developer/article/1004404

  34. "腾讯社交网络图片带宽优化技术演进之路 - 腾讯云开发者社区-腾讯云" [Timeline for Tencent's optimization of social network image delivery]. 2017-12-27. SharpP工具从17年3月开始,已采用AVS2作为新的内核;17年5月正式对外推出基于AVS2的图片格式,联合北大、AVS组织一起完善相关规范,并命名为TPG(Tiny Portable Graphics) [Since March 2017, SharpP uses AVS2 as its new core. In May 2017, [we] made the new AVS2-based format public, completing the standard with Peking University and AVS the organization, and named it TPG (Tiny Portable Graphics)] https://cloud.tencent.com/developer/article/1029772

  35. "基于Avs2的图片容器——TPG:现状与改进之路 - 腾讯云开发者社区-腾讯云" [Avs2-based image container: TPG: current situation and roadmap for improvement (Interview with Tencent's Audio-Video Lab)]. 2018-02-01. https://cloud.tencent.com/developer/article/1871646

  36. "腾讯社交网络图片带宽优化技术演进之路 - 腾讯云开发者社区-腾讯云" [Timeline for Tencent's optimization of social network image delivery]. 2017-12-27. SharpP工具从17年3月开始,已采用AVS2作为新的内核;17年5月正式对外推出基于AVS2的图片格式,联合北大、AVS组织一起完善相关规范,并命名为TPG(Tiny Portable Graphics) [Since March 2017, SharpP uses AVS2 as its new core. In May 2017, [we] made the new AVS2-based format public, completing the standard with Peking University and AVS the organization, and named it TPG (Tiny Portable Graphics)] https://cloud.tencent.com/developer/article/1029772

  37. "超越 Google,腾讯推出自研图片编码格式 TPG - 腾讯云开发者社区-腾讯云" [Ahead of Google: Tencent introduces independent image codec TPG]. 2017-05-10. https://cloud.tencent.com/developer/article/1005004

  38. High Efficiency Image File Format. "HEIF Technical Information". nokiatech.github.io. Nokia. Images in HEIF Files. Archived from the original on 2018-02-01. Retrieved 2018-02-01. https://nokiatech.github.io/heif/technical.html

  39. "strukturag/libheif". May 17, 2021. Archived from the original on June 2, 2018. Retrieved May 2, 2018 – via GitHub. https://github.com/strukturag/libheif

  40. "strukturag/libheif". GitHub. Archived from the original on 2020-06-18. Retrieved 2020-06-17. https://github.com/strukturag/libheif/releases

  41. "strukturag/libheif". May 17, 2021. Archived from the original on June 2, 2018. Retrieved May 2, 2018 – via GitHub. https://github.com/strukturag/libheif

  42. "Open HEIC files on Windows". CopyTrans.net. Archived from the original on 2018-09-16. Retrieved 2018-09-27. https://www.copytrans.net/copytransheic/

  43. "Announcing Windows 10 Insider Preview Build 17123 for Fast Ring Subscribers". Archived from the original on 2020-08-06. Retrieved 2018-03-16. https://blogs.windows.com/windowsexperience/2018/03/16/announcing-windows-10-insider-preview-build-17123-for-fast/#UpPIwc3yVgJHc5Q8.97

  44. "HEIC format support changes in 2023-11 Cumulative Update for Windows 11 Version 22H2 for x64-based Systems (KB5032190)". 2023-11-19. https://answers.microsoft.com/en-us/surface/forum/all/heic-format-support-changes-in-2023-11-cumulative

  45. Hollister, Sean (2017-06-05). "Apple answers iPhone storage woes with smaller photos, videos". CNET. CBS Interactive. Archived from the original on 2021-01-22. Retrieved 2017-09-30. https://www.cnet.com/news/apple-answers-iphone-storage-woes-with-smaller-photos-videos/

  46. Czachurski, Marcin (2018-06-29). "macOS Mojave dynamic wallpaper". ITNEXT. Archived from the original on 2019-03-03. Retrieved 2018-09-18. https://itnext.io/macos-mojave-dynamic-wallpaper-fd26b0698223

  47. Snell, Jason (2017-09-20). "iOS 11: HEVC, HEIF, and what you need to know about these new video and photo formats". Macworld. Archived from the original on 2018-11-16. Retrieved 2017-09-30. https://www.macworld.com/article/3226490/ios/ios-11-hevc-heif-and-what-you-need-to-know-about-these-new-video-and-photo-formats.html

  48. Shu, Les (September 19, 2017). "Here's what HEIF and HEVC are, and why they'll improve your iPhone with iOS 11". Digital Trends. Archived from the original on 2021-01-22. Retrieved 2017-09-30. https://www.digitaltrends.com/photography/heif-and-hevc-ios-11-macos-high-sierra/

  49. "WebKit Features in Safari 16.0". 12 September 2022. https://webkit.org/blog/13152/webkit-features-in-safari-16-0/

  50. "High Efficiency Image File Format". Apple. June 2017. Event occurs at 0:09:26. Archived from the original on 2017-12-01. Retrieved 2017-11-22. https://developer.apple.com/videos/play/wwdc2017/513

  51. "Introducing HEIF and HEVC". Apple. 2017-06-06. Event occurs at 0:13:47. Archived from the original on 2017-12-01. Retrieved 2017-11-22. https://developer.apple.com/videos/play/wwdc2017/503

  52. "Supported media formats". Archived from the original on 2016-12-20. Retrieved 2021-08-19. https://developer.android.com/guide/topics/media/media-formats

  53. "HEIF Imaging". Android Open Source Project. Retrieved 2022-08-05. https://source.android.com/devices/camera/heif

  54. "Previewing Android P". Android Developers Blog. Archived from the original on 2021-05-18. Retrieved 2018-03-07. https://android-developers.googleblog.com/2018/03/previewing-android-p.html

  55. "Introducing Android Q Beta". Archived from the original on 2019-05-07. Retrieved 2020-05-22. https://android-developers.googleblog.com/2019/03/introducing-android-q-beta.html

  56. "10-Bit Camera Output". Android Open Source Project. Retrieved 2023-11-11. https://source.android.com/docs/core/camera/10-bit-camera-output

  57. "software recommendation - Any app on Ubuntu to open and/or convert HEIF pictures (.HEIC, High Efficiency Image File Format)?". Ask Ubuntu. Archived from the original on 2020-11-11. Retrieved 2020-10-09. https://askubuntu.com/questions/958355/any-app-on-ubuntu-to-open-and-or-convert-heif-pictures-heic-high-efficiency-i

  58. "Libheif - Debian Package Tracker". https://tracker.debian.org/pkg/libheif

  59. "Can I use... Support tables for HTML5, CSS3, etc". caniuse.com. Retrieved 2024-08-27. https://caniuse.com/heif

  60. "AVIF image format | Can I use... Support tables for HTML5, CSS3, etc". caniuse.com. Archived from the original on 2022-01-26. Retrieved 2022-02-07. https://web.archive.org/web/20220126001819/https://caniuse.com/avif

  61. "HEIC and HEVC media files support in Lightroom and Camera Raw". helpx.adobe.com. Archived from the original on 2021-01-22. Retrieved 2019-07-29. https://helpx.adobe.com/lightroom-cc/kb/heic-files-support.html

  62. "File formats in Adobe Photoshop". helpx.adobe.com. Archived from the original on 2020-12-08. Retrieved 2020-12-14. https://helpx.adobe.com/photoshop/using/file-formats.html#HEIFHEIC

  63. Pagès, Jehan (2018-05-20). "GIMP 2.10.2 Released". gimp.org. Archived from the original on 2020-11-09. Retrieved 2019-11-22. https://www.gimp.org/news/2018/05/20/gimp-2-10-2-released/

  64. "GIMP 2.10.2 Released". GIMP News. 2018-05-20. Archived from the original on 2020-11-09. Retrieved 2018-05-22. https://www.gimp.org/news/2018/05/20/gimp-2-10-2-released/

  65. "Krita 4.1 Release Notes". Archived from the original on 2018-11-19. Retrieved 2018-11-19. https://krita.org/en/krita-4-1-release-notes

  66. "paint.net 4.2 is now available!". 2019-07-13. Archived from the original on 2019-07-14. Retrieved 2019-07-13. https://blog.getpaint.net/2019/07/13/paint-net-4-2-is-now-available/

  67. Friday, William Gallagher (2018-11-16). "How to work with, edit, and share HEIC images without data loss". Apple Insider. Archived from the original on 2019-01-20. Retrieved 2019-01-19. https://appleinsider.com/articles/18/11/16/how-to-work-with-edit-and-share-heic-images-without-data-loss

  68. "Zoner Photo Studio X brings support for the HEIF image format to Windows". DPReview. Archived from the original on 2021-01-23. Retrieved 2018-03-20. https://www.dpreview.com/news/2259298719/zoner-photo-studio-x-brings-support-for-the-heif-image-format-to-windows

  69. "HEIF support comes to Windows with Zoner Photo Studio". DIY Photography. 2017-11-28. Archived from the original on 2021-01-21. Retrieved 2018-03-20. https://www.diyphotography.net/heif-support-comes-windows-zoner-photo-studio/

  70. Pierre, GOUGELET. "Supported graphic and image formats | XnView.com". XnView Software. Retrieved 2023-10-12. https://www.xnview.com/en/image_formats/

  71. https://media.the-digital-picture.com/Information/Canon-EOS-1D-X-Mark-III-Still-Image-White-Paper.pdf Archived 2021-01-21 at the Wayback Machine page 45 https://media.the-digital-picture.com/Information/Canon-EOS-1D-X-Mark-III-Still-Image-White-Paper.pdf

  72. "Inside Canon HEIF". github.com. 2020-03-16. Archived from the original on 2020-11-01. Retrieved 2020-03-16. https://github.com/lclevy/canon_cr3/blob/master/heif.md

  73. Artaius, James (October 29, 2019). "Canon graduates from JPG: 'We've moved on to HEIF files…'". Digital Camera World. Archived from the original on September 25, 2020. Retrieved September 20, 2020. https://www.digitalcameraworld.com/news/canon-abandoning-jpg-weve-moved-on-to-heif-files

  74. "Sony Alpha 1 Full-frame Interchangeable Lens Mirrorless Camera | ILCE1/B | Sony US". Electronics.Sony.com. Archived from the original on 2021-05-18. Retrieved 2021-05-18. https://electronics.sony.com/imaging/interchangeable-lens-cameras/full-frame/p/ilce1-b

  75. "ILCE-7M4 Specifications". electronics.sony.com. Archived from the original on 2021-12-07. Retrieved 2021-12-07. https://www.sony.com/electronics/support/e-mount-body-ilce-7-series/ilce-7m4/specifications

  76. "Fujifilm X-H2S Specifications". Retrieved 2023-02-18. https://fujifilm-dsc.com/en/manual/x-h2s/technical_notes/spec/

  77. "Fujifilm X-H2 Specifications". Retrieved 2023-02-18. https://fujifilm-dsc.com/en/manual/x-h2/technical_notes/spec/

  78. "Fujifilm X-T5 Specifications". Retrieved 2023-02-18. https://fujifilm-dsc.com/en/manual/x-t5/technical_notes/spec/

  79. "Fujifilm X100VI Specifications". Retrieved 2024-05-06. https://fujifilm-dsc.com/en/manual/x100vi/technical_notes/spec/

  80. "Archived copy" (PDF). Archived (PDF) from the original on 2020-04-10. Retrieved 2020-05-22.{{cite web}}: CS1 maint: archived copy as title (link) https://www.qualcomm.com/media/documents/files/qualcomm-snapdragon-865-5g-mobile-platform-product-brief.pdf

  81. "Snapdragon 662 Mobile Platform". Qualcomm. January 14, 2020. Archived from the original on February 22, 2020. Retrieved May 22, 2020. https://www.qualcomm.com/products/snapdragon-662-mobile-platform

  82. "Qualcomm Snapdragon 888 5G Mobile Platform | Latest 5G Snapdragon Processor". Qualcomm. 2020-11-17. Archived from the original on 2021-06-01. Retrieved 2021-06-06. https://www.qualcomm.com/products/snapdragon-888-5g-mobile-platform

  83. "Snapdragon 780G 5G Mobile Platform". Qualcomm. 2021-03-25. Archived from the original on 2021-06-07. Retrieved 2021-06-06. https://www.qualcomm.com/products/snapdragon-780g-5g-mobile-platform

  84. "Using HEIF or HEVC Media on Apple Devices". Support.Apple.com. Archived from the original on 2021-06-14. Retrieved 2021-07-08. https://support.apple.com/en-us/HT207022

  85. "10-Bit Camera Output". Android Open Source Project. Retrieved 2023-11-11. https://source.android.com/docs/core/camera/10-bit-camera-output

  86. "X2D-100c Firmware Update 3.1.0". Hasselblad. 2022-07-05. Retrieved 2023-03-01. https://www.hasselblad.com/x-system/firmware/x2d-100c-firmware-update-3-1-0/

  87. "907X & CFV-100C Digital Back FAQ". Hasselblad. Retrieved 2023-03-01. https://www.hasselblad.com/v-system/907x-cfv-100c-faq/

  88. Chin, Monica (20 May 2020). "Students are failing AP tests because the College Board can't handle iPhone photos". The Verge. Archived from the original on 22 May 2020. Retrieved 22 May 2020. https://www.theverge.com/2020/5/20/21262302/ap-test-fail-iphone-photos-glitch-email-college-board-jpeg-heic

  89. Gallagher, William (2018-11-16). "How to work with, edit, and share HEIC images without data loss". Apple Insider. Archived from the original on 2020-08-13. Retrieved 2020-08-14. https://appleinsider.com/articles/18/11/16/how-to-work-with-edit-and-share-heic-images-without-data-loss

  90. Technik (2019-10-27). "Feature Request: Support for HEIF images - Discord Support Community". Discord Support Community. https://support.discord.com/hc/en-us/community/posts/360054609851-Feature-Request-Support-for-HEIF-images

  91. "Nokia High-Efficiency Image File Format (HEIF) License". GitHub. Archived from the original on 2020-11-12. Retrieved 2020-05-07. https://github.com/nokiatech/heif/blob/master/LICENSE.TXT

  92. "macOS High Sierra tech preview: A quick look at the stuff you can't see". 2017-06-19. Archived from the original on 2017-06-20. Retrieved 2017-07-04. If there's one major downside to both HEVC and HEIF, it's that they're covered by patents that may need to be licensed for use in various apps and services. https://arstechnica.com/apple/2017/06/macos-high-sierra-tech-preview-a-quick-look-at-the-stuff-you-cant-see/

  93. "Converting a JPEG to the new HEIF format". Archived from the original on 2017-07-07. Retrieved 2017-07-04. HEIF and HEVC are extensively covered by patents, which means there could be legal implications to implementing HEIF support, particularly in paid software or a hardware product. http://jpgtoheif.com/

  94. Ozer, Jan; Gill, Dror (2017-06-12). "Apple Endorses New Image Format, HEIF". Archived from the original on 2019-03-21. Retrieved 2017-10-31. https://www.linkedin.com/pulse/apple-endorses-new-image-format-heif-jan-ozer