Click or drag to resize

HeifContext(Byte) Constructor

Initializes a new instance of the HeifContext class, with the specified byte array to read from.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public HeifContext(
	byte[] bytes
)

Parameters

bytes  Byte
A byte array that contains the HEIF image.
Exceptions
ExceptionCondition
ArgumentNullExceptionbytes is null.
ArgumentExceptionbytes is an empty array.
HeifException Unable to create the native HeifContext. -or- The LibHeif version is not supported. -or- A LibHeif error occurred.
See Also