Click or drag to resize

HeifEncodingOptions Class

The options that can be set when encoding an image.
Inheritance Hierarchy
SystemObject
  LibHeifSharpHeifEncodingOptions

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public sealed class HeifEncodingOptions

The HeifEncodingOptions type exposes the following members.

Constructors
 NameDescription
Public methodHeifEncodingOptions Initializes a new instance of the HeifEncodingOptions class.
Top
Properties
 NameDescription
Public propertyCropWithImageGrid Gets or sets a value indicating whether LibHeif should use an image grid for cropping.
Public propertySaveAlphaChannel Gets or sets a value indicating whether the alpha channel should be saved.
Public propertyWriteNclxColorProfile Gets or sets a value indicating whether a NCLX color profile will be written.
Public propertyWriteTwoColorProfiles Gets or sets a value indicating whether two color profiles will be written when both ICC and NCLX profiles are available.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also