High Efficiency Image File Format (HEIF) is a digital
container format
A container format (informally, sometimes called a wrapper) or metafile is a file format that allows multiple data streams to be embedded into a single file, usually along with metadata for identifying and further detailing those streams. Nota ...
for storing individual
digital image
A digital image is an image composed of picture elements, also known as pixels, each with '' finite'', '' discrete quantities'' of numeric representation for its intensity or gray level that is an output from its two-dimensional functions f ...
s and image sequences. The standard covers
multimedia
Multimedia is a form of communication that uses a combination of different content forms, such as Text (literary theory), writing, Sound, audio, images, animations, or video, into a single presentation. T ...
files that can also include other media streams, such as
timed text, audio and video.
HEIF can store images encoded with multiple coding formats, for example both
SDR and
HDR images.
HEVC
High Efficiency Video Coding (HEVC), also known as H.265 and MPEG-H Part 2, is a video compression standard designed as part of the MPEG-H project as a successor to the widely used Advanced Video Coding (AVC, H.264, or MPEG-4 Part 10). In co ...
is an image and video encoding format and the default image codec used with HEIF. HEIF files containing HEVC-encoded images are also known as HEIC files. Such files require less storage space than the equivalent quality
JPEG
JPEG ( , short for Joint Photographic Experts Group and sometimes retroactively referred to as JPEG 1) is a commonly used method of lossy compression for digital images, particularly for those images produced by digital photography. The degr ...
.
HEIF files are a special case of the
ISO
The International Organization for Standardization (ISO ; ; ) is an independent, non-governmental, international standard development organization composed of representatives from the national standards organizations of member countries.
Me ...
Base Media File Format (
ISOBMFF, ISO/IEC 14496-12), first defined in 2001 as a shared part of
MP4 and
JPEG 2000
JPEG 2000 (JP2) is an image compression standard and coding system. It was developed from 1997 to 2000 by a Joint Photographic Experts Group committee chaired by Touradj Ebrahimi (later the JPEG president), with the intention of superseding their ...
. Introduced in 2015, it was developed by the
Moving Picture Experts Group
The Moving Picture Experts Group (MPEG) is an alliance of working groups established jointly by ISO and IEC that sets standards for media coding, including compression coding of audio, video, graphics, and genomic data; and transmission and ...
(MPEG) and is defined as Part 12 within the
MPEG-H
MPEG-H is a group of international standards under development by the ISO/ IEC Moving Picture Experts Group (MPEG). It has various "parts" – each of which can be considered a separate standard. These include a media transport protocol standard, ...
media suite (ISO/IEC 23008-12).
History
The requirements and main use cases of HEIF were defined in 2013.
The technical development of the specification took about one and a half years and was finalized in the middle of 2015.
Apple was the first major adopter of the format in 2017 with the introduction of
iOS 11
iOS 11 is the iOS version history, eleventh major release of the iOS mobile operating system developed by Apple Inc., Apple, being the successor to iOS 10. It was announced at the company's Worldwide Developers Conference on June 5, 2017, and w ...
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.
Android devices containing the appropriate hardware encoders received support for HEIC files with the release of Android 10 (2019).
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
Advanced Placement (AP) is a program in the United States and Canada created by the College Board. AP offers undergraduate university-level curricula and examinations to high school students. Colleges and universities in the US and elsewhere ...
test takers failing due to their phones uploading unsupported HEIC images by default,
leading the
College Board
The College Board, styled as CollegeBoard, is an American not-for-profit organization that was formed in December 1899 as the College Entrance Examination Board (CEEB) to expand access to higher education. While the College Board is not an asso ...
to request students change the settings to send only JPEG files.
Although HEIC is gaining in popularity, it is not universally supported;
Adobe Photoshop
Adobe Photoshop is a raster graphics editor developed and published by Adobe Inc., Adobe for Microsoft Windows, Windows and macOS. It was created in 1987 by Thomas Knoll, Thomas and John Knoll. It is the most used tool for professional digital ...
is an example of a popular image editing software that only supports 8-bit HEIC and not 10-bit or 12-bit HEIC.
Camera hardware (including mobile devices) are increasingly supporting outputting HEIC files and with color depth often higher than 8-bit color.
Specifications
HEIF files can store the following types of data:
; 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
On the fly is a phrase used to describe something that is being changed while the process that the change affects is ongoing. It is used in the automotive, computer, and culinary industries. In cars, on the fly can be used to describe the changin ...
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
In 3D computer graphics and computer vision, a depth map is an Digital image, image or Channel (digital image), image channel that contains information relating to the distance of the Computer representation of surfaces, surfaces of scene objec ...
, 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
Exchangeable image file format (officially Exif, according to JEIDA/JEITA/CIPA specifications) is a standard that specifies formats for images, sound, and ancillary tags used by digital cameras (including smartphones), scanners and other system ...
,
XMP and similar metadata which accompany the images stored in the HEIF file.
Encodings inside the container
The HEIF container can store the following encodings:
* JFIF (JPEG)
* AV1
* HEVC
As users cannot easily tell what encoding and encoding parameters an image was stored in, the HEIF container format can be confusing and makes comparison statements like “HEIF is better than JPEG” vague and inaccurate.
Simply knowing a file is in the HEIF container does not reveal much information, as 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.
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.
HEIC: HEVC in HEIF
High Efficiency Video Coding
High Efficiency Video Coding (HEVC), also known as H.265 and MPEG-H Part 2, is a video compression standard designed as part of the MPEG-H project as a successor to the widely used Advanced Video Coding (AVC, H.264, or MPEG-4 Part 10). In compa ...
(HEVC, ITU-T H.265) 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.
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.
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.
Apple products, for instance,
will only produce files with these extensions, which indicate clearly that the data went through HEVC encoding.
AVCI: AVC in HEIF
Advanced Video Coding
Advanced Video Coding (AVC), also referred to as H.264 or MPEG-4 Part 10, is a video compression standard based on block-oriented, motion-compensated coding. It is by far the most commonly used format for the recording, compression, and d ...
(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 files
but will only generate ''.heic'' files.
AVIF: AV1 in HEIF
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.
The registered MIME type is
image/avif
for both still images and image sequences, and ''.avif'' is the file name extension.
JPEG compression formats in HEIF files
The original
JPEG
JPEG ( , short for Joint Photographic Experts Group and sometimes retroactively referred to as JPEG 1) is a commonly used method of lossy compression for digital images, particularly for those images produced by digital photography. The degr ...
standard is the most commonly used and widely supported lossy image coding format. It was first released in 1992 by
ITU-T
The International Telecommunication Union Telecommunication Standardization Sector (ITU-T) is one of the three Sectors (branches) of the International Telecommunication Union (ITU). It is responsible for coordinating Standardization, standards fo ...
and
ISO/IEC
ISO/IEC JTC 1, entitled "Information technology", is a joint technical committee (JTC) of the International Organization for Standardization (ISO) and the International Electrotechnical Commission (IEC). Its purpose is to develop, maintain and ...
. 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
JPEG 2000 (JP2) is an image compression standard and coding system. It was developed from 1997 to 2000 by a Joint Photographic Experts Group committee chaired by Touradj Ebrahimi (later the JPEG president), with the intention of superseding their ...
standard suite (ISO/IEC 15444-16 and ITU-T Rec. T.815) defines how to store JPEG 2000 images in HEIF container files.
Part 2 of the JPEG 2000 suite (ISO/IEC 15444-2 and ITU-T Rec. T.801) 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. Annex A of JPEG XR also defines a different file format for storing JPEG XR images in files that is
TIFF
Tag Image File Format or Tagged Image File Format, commonly known by the abbreviations TIFF or TIF, is an image file format for storing raster graphics images, popular among graphic artists, the publishing industry, and photographers. TIFF is w ...
-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.
In 2017,
Apple
An apple is a round, edible fruit produced by an apple tree (''Malus'' spp.). Fruit trees of the orchard or domestic apple (''Malus domestica''), the most widely grown in the genus, are agriculture, cultivated worldwide. The tree originated ...
announced that it would adopt HEIC as the default image format in its new operating systems, gradually replacing JPEG.
WXAM, SharpP
The proprietary image format WXAM (or wxHEPC) developed by
Tencent
Tencent Holdings Ltd. ( zh, s=腾讯, p=Téngxùn) is a Chinese Multinational corporation, multinational technology Conglomerate (company), conglomerate and holding company headquartered in Shenzhen. It is one of the highest grossing multimed ...
(used within, e.g.,
WeChat
WeChat or Weixin in Chinese ( zh, c=微信, p=Wēixìn , l=micro-message) is an instant messaging, social media, and mobile payment mobile app, app developed by Tencent. First released in 2011, it became the world's largest standalone mobile a ...
) is apparently based upon HEVC,
as is SharpP, which was developed by their SNG (Social Network Group) division.
However, their container format may not be HEIF-compatible. In March 2017, SharpP switched to
AVS2 and was renamed TPG (''Tiny Portable Graphics'').
Support
*
Nokia
Nokia Corporation is a Finnish multinational corporation, multinational telecommunications industry, telecommunications, technology company, information technology, and consumer electronics corporation, originally established as a pulp mill in 1 ...
provides an open source C++ HEIF decoder, that also has a
Java
Java is one of the Greater Sunda Islands in Indonesia. It is bordered by the Indian Ocean to the south and the Java Sea (a part of Pacific Ocean) to the north. With a population of 156.9 million people (including Madura) in mid 2024, proje ...
API.
* The open source library "libheif" supports reading and writing HEIF files.
From version 1.8.0, both reading and writing HEIC and
AVIF are supported.
* 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.)
Operating systems
*
Windows 10
Windows 10 is a major release of Microsoft's Windows NT operating system. The successor to Windows 8.1, it was Software release cycle#Release to manufacturing (RTM), released to manufacturing on July 15, 2015, and later to retail on July 2 ...
version 1803 and later (HEIC),
version 1903 and later (AVIF)
HEIF Image Extensionis needed to read and write files that use the HEIF format.
HEVC Video Extensionsis 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.
*
Windows 11
Windows 11 is a version of Microsoft's Windows NT operating system, released on October 5, 2021, as the successor to Windows 10 (2015). It is available as a free upgrade for devices running Windows 10 that meet the #System requirements, Windo ...
: since 22H2, Windows 11 has HEIF Image Extension built-in by default.
*
macOS High Sierra and later (HEIC only)
Since
macOS Mojave
macOS Mojave ( ; version 10.14) is the fifteenth major release of macOS, Apple Inc.'s desktop operating system for Macintosh computers. Mojave was announced at Apple's Worldwide Developers Conference on June 4, 2018, and was released to the ...
, Apple uses HEIF in creating the Dynamic Desktop feature.
*
iOS 11
iOS 11 is the iOS version history, eleventh major release of the iOS mobile operating system developed by Apple Inc., Apple, being the successor to iOS 10. It was announced at the company's Worldwide Developers Conference on June 5, 2017, and w ...
and later (HEIC only)
iOS 16
iOS 16 is the iOS version history, sixteenth major release of Apple Inc., Apple's iOS mobile operating system for the iPhone. It is the successor of iOS 15, and was announced at the company's Worldwide Developers Conference (WWDC) on June 6, 202 ...
and later AVIF
*Apple supports playback of ''.heif'' for still image files and ''.heifs'' for image sequence files
created on other devices that are encoded using any codec, provided that codec is supported by the operating system.
*
Android 8 (Oreo) and later (HEIF),
Android 10 and later (HEIC),
Android 12
Android 12 is the Android version history, twelfth major release and 19th version of Android (operating system), Android, the mobile operating system developed by the Open Handset Alliance led by Google. The first beta was released on May 18, ...
and later (AVIF).
Android 13 and higher support 10-bit camera output.
*
Ubuntu
Ubuntu ( ) is a Linux distribution based on Debian and composed primarily of free and open-source software. Developed by the British company Canonical (company), Canonical and a community of contributors under a Meritocracy, meritocratic gover ...
20.04 and later (HEIC)
*
Debian
Debian () is a free and open-source software, free and open source Linux distribution, developed by the Debian Project, which was established by Ian Murdock in August 1993. Debian is one of the oldest operating systems based on the Linux kerne ...
10.13 ("buster") or later
*
Fedora 36 or later
Web browsers
, only Safari supports HEIC format natively.
For AVIF,
Chrome,
Firefox
Mozilla Firefox, or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation. It uses the Gecko rendering engine to display web pages, which implements curr ...
and
Opera
Opera is a form of History of theatre#European theatre, Western theatre in which music is a fundamental component and dramatic roles are taken by Singing, singers. Such a "work" (the literal translation of the Italian word "opera") is typically ...
for desktop and Android support it.
Safari
A safari (; originally ) is an overland journey to observe wildlife, wild animals, especially in East Africa. The so-called big five game, "Big Five" game animals of Africa – lion, African leopard, leopard, rhinoceros, African elephant, elep ...
on iOS 16 and
iPadOS 16 supports AVIF format.
Image editing software
*
Adobe Lightroom (macOS 10.13+, iOS 11+, Windows 10+, and Android 9+)
*
Adobe Photoshop
Adobe Photoshop is a raster graphics editor developed and published by Adobe Inc., Adobe for Microsoft Windows, Windows and macOS. It was created in 1987 by Thomas Knoll, Thomas and John Knoll. It is the most used tool for professional digital ...
**(Note that Photoshop for Windows requires the installation of both the HEIF and HEVC CODECs available from Microsoft.)
**Photoshop reads HEIC files, but as of 2022 does not allow saving to that format.
*
Affinity Photo
Affinity Photo is a raster graphics editor developed by Serif Ltd. for iPadOS, macOS, and Windows, alongside Affinity Designer and Affinity Publisher. Development of Affinity Photo started in 2009 as a raster graphics editor for macOS. Its fir ...
*
GIMP
Gimp or GIMP may refer to:
Clothing
* Bondage suit, also called a gimp suit, a type of suit used in BDSM
* Bondage mask, also called a gimp mask, often worn in conjunction with a gimp suit
Embroidery and crafts
* Gimp (thread), an ornamental tr ...
supports reading and exporting to HEIF since version 2.10.2, released in May 2018.
*
Darktable
*
Digikam (supports 10-bit HEIC)
*
GraphicConverter
*
ImageMagick
*
Krita
Krita ( ) is a free and open-source software, free and open-source raster graphics editor designed primarily for digital art and 2D animation. Originally created for Linux, the software also runs on Windows, macOS, Haiku (operating system), Hai ...
*
Paint.net
*
PaintShop Pro
*
Pixelmator
*
Zoner Photo Studio X
*
ACDSee (read-only)
*
XnView
XnView is an image organizer and general-purpose file manager used for viewing, converting, organizing and editing raster images, as well as general purpose file management. It comes with built-in hex inspection, batch renaming, image scan ...
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
FFmpeg is a free and open-source software project consisting of a suite of libraries and programs for handling video, audio, and other multimedia files and streams. At its core is the command-line ffmpeg tool itself, designed for processing vide ...
AVIF and HEIC unit- Delphi/Lazarus wrapper for libavif
JDeli- Java Image library with HEIC support
Nokiatech- Nokia's HEIF library with Java wrapper
Hardware
* The
Canon EOS-1D X Mark III,
Canon EOS R5
Canon EOS R5 is a professional full-frame mirrorless interchangeable-lens camera officially announced by Canon on July 9, 2020 alongside the lower-resolution EOS R6 and various new RF mount lenses. While it is not a direct successor to any o ...
,
Canon EOS R6 and
Canon EOS R8 cameras use the HEIF format to capture images in an
HDR display format that use the
PQ tone curve,
BT.2100 color primaries and 10-bit. "We've moved on to HEIF files," Canon said in 2019.
* The
Sony α1 and
Sony α7 IV
The Sony α7 IV (model ILCE-7M4) is a full-frame mirrorless interchangeable-lens camera manufactured by Sony. It was announced on 21 October 2021 as the successor to the Sony α7 III. Featuring a new 34.1MP (approx. total) Back-illuminated senso ...
offer capturing images in 10-bit HEIF format with an HDR format that uses
HLG.
* The
Fujifilm X-H2S,
Fujifilm X-H2,
Fujifilm X-T5, and
Fujifilm X100VI offers a choice of JPEG or 10-bit HEIF file formats.
* The
Nikon Z9 and
Nikon Z8
The Nikon Z8 is a high-end full-frame mirrorless camera produced by Nikon. The camera was announced on May 10, 2023. It is the tenth Z-mount camera body and the seventh full-frame Z-mount body.
Features
The Z8 has the same 45.7 MP stacked CMOS ...
offer 10-bit HEIF file formats.
* Multiple Qualcomm Snapdragon SoCs support capturing images in HEIC format (e.g. Snapdragon 888, Snapdragon 662). Some of their latest SoCs also support capturing in HEIC with HDR (e.g. Snapdragon 8 Gen 1, Snapdragon 780).
* The
iPhone 7
The iPhone 7 and iPhone 7 Plus are smartphones that were developed and marketed by Apple Inc. They are the List of iPhone models, tenth generation of the iPhone. They were announced on September 7, 2016, at the Bill Graham Civic Auditorium i ...
and later devices from
Apple
An apple is a round, edible fruit produced by an apple tree (''Malus'' spp.). Fruit trees of the orchard or domestic apple (''Malus domestica''), the most widely grown in the genus, are agriculture, cultivated worldwide. The tree originated ...
can capture media in HEIF or HEVC format.
*
Android smartphones like
Xiaomi 12,
OPPO Reno 7 5G,
Samsung Galaxy S21 5G can capture images in HEIF format.
Android 13 and higher support 10-bit camera output.
* The
Hasselblad
Victor Hasselblad AB is a Sweden, Swedish manufacturer of medium format (film), medium format cameras, photographic equipment and image scanners based in Gothenburg, Sweden. The company originally became known for its classic analog medium-for ...
X2D camera following updates had been updated to support 10-bit HEIF output. The CFV 100C digital back was released also supporting the HEIF format.
Websites
* During May 2020, online
Advanced Placement
Advanced Placement (AP) is a program in the United States and Canada created by the College Board. AP offers undergraduate university-level curricula and examinations to high school students. Colleges and universities in the US and elsewhere ...
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
The College Board, styled as CollegeBoard, is an American not-for-profit organization that was formed in December 1899 as the College Entrance Examination Board (CEEB) to expand access to higher education. While the College Board is not an asso ...
, 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.
*
Facebook
Facebook is a social media and social networking service owned by the American technology conglomerate Meta Platforms, Meta. Created in 2004 by Mark Zuckerberg with four other Harvard College students and roommates, Eduardo Saverin, Andre ...
supports the upload of HEIC but converts to JPEG or WEBP on display.
*
Discord
Discord is an instant messaging and Voice over IP, VoIP social platform which allows communication through Voice over IP, voice calls, Videotelephony, video calls, text messaging, and digital media, media. Communication can be private or take ...
does not support HEIC at all.
Patent licensing
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.
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.
See also
*
Better Portable Graphics (BPG) – another image file format using HEVC encoding, published by
Fabrice Bellard in 2014
*
JPEG XL
The JPEG XL Image Coding System is a royalty-free open standard for a image compression, compressed Raster graphics, raster image format. It defines a graphics file format and the abstract device for coding JPEG XL bitstreams. It is developed by t ...
– an image file format developed since 2019 (standardization completed since 2022) and based on Google and Cloudinary
FLIF (itself based upon ) claiming to outperform PNG, WebP, BPG and JPEG 2000 for lossless encoding at least
*
WebP
WebP is a raster graphics file format developed by Google intended as a replacement for JPEG, PNG, and GIF file formats. It supports both lossy and lossless compression, as well as animation and alpha transparency.
Google announced the WebP ...
– an image file format that features both lossy (based on
VP8
VP8 is an open format, open and royalty-free Video coding format, video compression format released by On2 Technologies in 2008.
Initially released as a Proprietary software, proprietary successor to On2's previous VP7 format, VP8 was released a ...
and
VP9) and lossless (independently developed) compression
References
External links
*
HEIF– MPEG Image File Format standard site
HEIF– format site at
Nokia
Nokia Corporation is a Finnish multinational corporation, multinational telecommunications industry, telecommunications, technology company, information technology, and consumer electronics corporation, originally established as a pulp mill in 1 ...
wit
source codeat
GitHub
GitHub () is a Proprietary software, proprietary developer platform that allows developers to create, store, manage, and share their code. It uses Git to provide distributed version control and GitHub itself provides access control, bug trackin ...
libheif– source code at
GitHub
GitHub () is a Proprietary software, proprietary developer platform that allows developers to create, store, manage, and share their code. It uses Git to provide distributed version control and GitHub itself provides access control, bug trackin ...
Sample HEIC files- image gallery a
HEIC Digital
{{MPEG
Animated graphics file formats
Computer-related introductions in 2015
Graphics standards
Image compression
MPEG-H
High dynamic range file formats