HeifEncoderSetLossless Method

Sets the lossless compression support.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public void SetLossless(
	bool lossless
)

Parameters

lossless  Boolean
if the encoder should use lossless compression; otherwise, .

Exceptions

HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.

See Also