HeifImageDecodingWarnings Property

Gets a collection of warnings that occurred when decoding the image.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public IReadOnlyList<string> DecodingWarnings { get; }

Property Value

IReadOnlyListString
A collection of warnings that occurred when decoding the image.

Remarks

This property is supported starting with LibHeif version 1.13.0, it will return an empty collection on older versions.

Exceptions

HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.

See Also