This documentation is for the old version. Go to the latest Graphics Mill docs

JpegEncoderOptions.ChromaSubsamplingEnabled Property

Gets/sets the value that specifies whether to use chroma subsampling in JPEG compression or not.

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

Syntax

Visual Basic
Public Property ChromaSubsamplingEnabled As Boolean
C#
public bool ChromaSubsamplingEnabled { get; set; }

Property Value

Value that specifies whether to use chroma subsampling in JPEG compression or not.

See Also

Reference