JpegWriter.UseSubsampling Property

Gets or sets a value indicating whether to use chroma subsampling in JPEG compression or not.

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

Syntax

C#
public bool UseSubsampling { get; set; }

Property Value

true if chroma subsampling is used; otherwise, false. The default value is true.

See Also

Reference