WebPSettings Constructor (Single)

Initializes a new instance of the WebPSettings class with the given quality.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public WebPSettings(
	float quality
)

Parameters

quality

Type: System.Single

The lossy compression quality in the range [0, 100].

See Also

Reference