Enum JpegDecoderResizeMode
Provides enumeration for resize modes taken during decoding. Applicable only when TargetSize has a value.
Namespace: SixLabors.ImageSharp.Formats.Jpeg
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum JpegDecoderResizeMode
Fields
Name | Description |
---|---|
Combined | |
IdctOnly | IDCT-only to nearest block scale. Similar in output to Box. |
ScaleOnly | Opt-out the IDCT part and only Resize. Can be useful in case of quality concerns. |