HeifEncoderSetLossyQuality Method

Sets the encoder lossy quality.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public void SetLossyQuality(
	int quality
)

Parameters

quality  Int32
The quality value.

Exceptions

ArgumentOutOfRangeExceptionquality must be in the range of [0, 100] inclusive.
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.

See Also