Click or drag to resize

LibHeifInfo Class

Provides information about LibHeif.
Inheritance Hierarchy
SystemObject
  LibHeifSharpLibHeifInfo

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public static class LibHeifInfo

The LibHeifInfo type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberCanWriteTwoColorProfiles Gets a value indicating whether LibHeif can write two color profiles when both ICC and NCLX profiles are available.
Public propertyStatic memberVersion Gets the LibHeif version.
Top
Methods
 NameDescription
Public methodStatic memberHaveDecoder Determines whether LibHeif has a decoder for the specified HeifCompressionFormat.
Public methodStatic memberHaveEncoder Determines whether LibHeif has an encoder for the specified HeifCompressionFormat.
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also