Class JpegDecoderOptions
Configuration options for decoding Jpeg images.
Implements
Inherited Members
Namespace: SixLabors.ImageSharp.Formats.Jpeg
Assembly: SixLabors.ImageSharp.dll
Syntax
public sealed class JpegDecoderOptions : ISpecializedDecoderOptions
Properties
| Edit this page View SourceGeneralOptions
Gets the general decoder options.
Declaration
public DecoderOptions GeneralOptions { get; init; }
Property Value
| Type | Description |
|---|---|
| DecoderOptions |
ResizeMode
Gets the resize mode.
Declaration
public JpegDecoderResizeMode ResizeMode { get; init; }
Property Value
| Type | Description |
|---|---|
| JpegDecoderResizeMode |