Skip to content

v0.10.0

Compare
Choose a tag to compare
@bigcat88 bigcat88 released this 24 Feb 10:33
· 204 commits to refs/heads/master since this release
94a521e

Reworked version with native C extension.

Added

  • Restored ability to build from source with libheif==1.12.0
  • Ability to encode images in LA mode

Changed

  • libde265(HEIF decoder) updated from 1.0.9 to 1.0.11 version. changelog
  • (Heif) convert_to method was removed, bgr_mode opt. parameter added to open_heif
  • Many other changes mostly for standalone usage. topic

Changed

  • Fixed Access Violation(all version was affected) when image size after decoding differs. #79