LibHeifInfo Class

Provides information about LibHeif.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public static class LibHeifInfo
Inheritance
Object    LibHeifInfo

Properties

CanWriteTwoColorProfiles Gets a value indicating whether LibHeif can write two color profiles when both ICC and NCLX profiles are available.
Version Gets the LibHeif version.

Methods

GetDecoderDescriptors Gets a list of the decoder descriptors.
HaveDecoder Determines whether LibHeif has a decoder for the specified HeifCompressionFormat.
HaveEncoder Determines whether LibHeif has an encoder for the specified HeifCompressionFormat.
HaveVersion Determines whether LibHeif is at least the specified version.

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