Enum JpegSubsample
Enumerates the chroma subsampling method applied to the image.
Namespace: SixLabors.ImageSharp.Formats.Jpeg
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum JpegSubsample
Fields
| Name | Description |
|---|---|
| Ratio420 | Medium Quality - The horizontal sampling is halved and the Cb and Cr channels are only sampled on each alternate line. |
| Ratio444 | High Quality - Each of the three Y'CbCr components have the same sample rate, thus there is no chroma subsampling. |