Skip to content

v0.12.0

Compare
Choose a tag to compare
@bigcat88 bigcat88 released this 08 Jul 17:04
· 192 commits to refs/heads/master since this release
3798f0d

This release is fully compatible with previous versions.

Added

  • (Heif) restored lost ability after 0.9.x versions to open HDR images in 10/12 bit. #96

Changed

  • libde265(HEIF decoder) updated from 1.0.11 to 1.0.12 version. changelog
  • libheif updated to 1.16.2.

Fixed

  • Building from source when using apt-repository ppa:strukturag/libheif
  • (Heif) encode function with stride argument correctly saves image.
  • (Heif) HeifFile class created with from_bytes function with stride argument respect stride value during save.
  • (Heif) HeifFile class created with from_bytes function with stride argument can correctly translate to numpy array.