AuxiliaryImageType Enumeration

The type of auxiliary image that a HeifImageHandle represents.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public enum AuxiliaryImageType

Members

None0 The image handle is not an auxiliary image.
Depth1 The image handle is a depth image.
Thumbnail2 The image handle is a thumbnail.
VendorSpecific3 The image handle is a vendor-specific auxiliary image.

See Also