Click or drag to resize

AuxiliaryImageType Enumeration

The type of auxiliary image that a HeifImageHandle represents.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public enum AuxiliaryImageType
Members
Member nameValueDescription
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