Skip to content

LibHeifSharp v2.3.0

Compare
Choose a tag to compare
@0xC0000054 0xC0000054 released this 04 Sep 04:07
· 86 commits to main since this release
v2.3.0

Added

  • A Strict property to the HeifDecodingOptions class.
    • When enabled, it instructs the decoder to return an error for invalid input.
    • Requires LibHeif version 1.13.0 or later, it is ignored on older versions.
  • A DecodingWarnings property to the HeifImage class.
    • This property returns a collection of warnings that occurred when decoding the image.
    • Requires LibHeif version 1.13.0 or later, it returns an empty collection on older versions.

Changed

  • The libheif initialization and cleanup methods will be called when creating the HeifContext.
    • This applies to libheif version 1.13.0 and later, it will be treated as a no-op on older versions.

Fixed

  • Various issues with the documentation.