Releases: strukturag/libheif
Releases · strukturag/libheif
v1.10.0 - read all auxiliary images, improve macOS compatibility
- new API: may access all (vendor-dependent) auxiliary images (e.g. hdrgainmap, semanticskinmatte, ...)
- change the way images with odd sizes are written so that macOS can read them
- when ICC profile is present, will now write two colr boxes (nclx and ICC) into AVIF files. Also reads files with two colr boxes
- alpha image is now saved as monochrome
- loading of 16bit greyscale PNGs in heif_enc
- heif_enc, option "-E" deprecated
- remove dependency on alloca()
- fix known bugs
v1.9.1 - fix compilation bug in C++ wrapper
- fixed missing inline definition in C++ wrapper
v1.9.0 - dav1d decoder for AVIF
- add dav1d decoder plugin for faster decoding of AVIF images
- support for images having both ICC and NCLX profiles
- save NCLX profiles to AV1/HEVC bitstreams and also read them from the bitstream
- add color profile API to C++ wrapper
- improve rounding in color conversions
- conformant encoding of AVIF images <16 pixels
- many fixes and small improvements
v1.8.0 - faster AVIF with rav1e, gdk-pixbuf with AVIF, nclx color profile handling
- Integration of rav1e encoder for faster AVIF encoding
- gdk-pixbuf loader now supports AVIF decoding
- color conversion adapts to nclx color profile
- new parameters for heif-enc to set nclx parameters
- support for saving in RGB colorspace (matrix_coefficients=0) for true lossless encoding
- chroma 4:2:2 and 4:4:4 encoding for HEIF
- chroma 4:2:2 and 4:4:4 with AVIF, also with HDR
- monochrome AVIF encoding with AOM plugin
- changed AVIF bitrate control depending on quality parameter
- support for AVIFs with depth images
- AVIF MIME type detection
- update Go API for HDR images
- write libheif and plugin version info to HEIF/AVIF headers
- fix problems with odd image resolutions and very small image sizes
- fix writing too much data into alpha channel images
- lots of bug fixes and handling of corner cases
AVIF Support
Support for reading and writing AVIF (8 bit) images through libaom has been added.
Other encoders/decoders can be added with the plugin architecture.
Decoders don't need any code change to also read AVIF images.
Encoders can reuse the existing HEIF code and simply use heif_compression_AV1 to output AVIF.
Other changes:
- HDR image rotation
- HDR to 8 bit conversion
- accept images with only the 'mif1' brand
- bug fixes
v1.6.2: HEIX support
- support for HEIX images (10, 12 bit and chroma 4:2:2)
- security limits for maximum image sizes have been increased
- gdk pixbuf loader fixes
v1.6.1: maintenance release
- fix crash in gdk-pixbuf plugin
- fix several decoding bugs
- increase security limits for huge files
- modernize cmake build scripts
v1.6.0: thumbnailer fixes, generic metadata
- thumbnailer: fixed corrupted image output
- thumbnailer: now also works with images having an alpha channel
- generic and proprietary metadata can be added to and read from images (e.g. iptc)
- added man-pages
- other small fixes
v1.5.1: bug-fix release
- fix regression in reading depth images
- fix access to free'd memory
- internally keep reference to heif_context even when heif_context was free'd, but a heif_image_handle is still in use
v1.5.0: HDR color conversion, monochrome support
Changes:
- added support for encoding monochrome images
- new color-conversion system with support for more color conversion paths (like HDR YCbCr <-> RGB)
- many bugs and security issues have been fixed (CVE-2019-11471)