HeifImageGetPlane Method

Gets the image data for the specified plane.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public HeifPlaneData GetPlane(
	HeifChannel channel
)

Parameters

channel  HeifChannel
The channel.

Return Value

HeifPlaneData
The image plane data.

Exceptions

HeifExceptionThe image does not contain the specified channel.
ObjectDisposedExceptionThe object has been disposed.

See Also