Overview of libheif
masterlibheif is a decoder and encoder for ISO/IEC 23008-12 HEIF and AVIF (AV1 Image File Format) files. It supports high compression ratios using HEVC (H.265) or AV1 coding. Additionally, it supports HEIF images coded with VVC, AVC, JPEG, JPEG-2000, and uncompressed (ISO/IEC 23001-17) formats.
The library uses external codec libraries (like libde265, x265, libaom, dav1d, etc.) and can be built with a subset of codecs or as dynamic plugins to manage dependencies and binary size.