Skip to content

Releases: 0xC0000054/libheif-sharp

LibHeifSharp v2.0.0

11 Nov 10:28
v2.0.0

Choose a tag to compare

Changes:

Breaking:

  • The thumbnail parameter in the EncodeImage method has been renamed to image.
  • ReadFromMemory now throws an ArgumentException if the array length is zero.
  • AddPlane now throws an ArgumentOutOfRangeException if the width, height or bitDepth parameters are less than or equal to 0.

Deprecation:

  • The ReadFromFile method, use the HeifContext(string) constructor overload instead.
  • The ReadFromMemory method, use the HeifContext(byte[]) constructor overload instead.

See the CHANGELOG for the full list of changes.

LibHeifSharp v1.0.0

21 Oct 11:39
v1.0.0

Choose a tag to compare

Initial release