Click or drag to resize

HeifEncoderSetLossless Method

Sets the lossless compression support.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public void SetLossless(
	bool lossless
)

Parameters

lossless  Boolean
if the encoder should use lossless compression; otherwise, .
Exceptions
ExceptionCondition
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.
See Also