Click or drag to resize

HeifEncoderSetLossyQuality Method

Sets the encoder lossy quality.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public void SetLossyQuality(
	int quality
)

Parameters

quality  Int32
The quality value.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionquality must be in the range of [0, 100] inclusive.
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.
See Also