Releases: 0xC0000054/libheif-sharp
Releases · 0xC0000054/libheif-sharp
LibHeifSharp v2.0.0
Changes:
Breaking:
- The
thumbnailparameter in theEncodeImagemethod has been renamed toimage. ReadFromMemorynow throws anArgumentExceptionif the array length is zero.AddPlanenow throws anArgumentOutOfRangeExceptionif thewidth,heightorbitDepthparameters are less than or equal to 0.
Deprecation:
- The
ReadFromFilemethod, use theHeifContext(string)constructor overload instead. - The
ReadFromMemorymethod, use theHeifContext(byte[])constructor overload instead.
See the CHANGELOG for the full list of changes.
LibHeifSharp v1.0.0
Initial release