Class JpegDecoderOptions
- Namespace
- SixLabors.ImageSharp.Formats.Jpeg
- Assembly
- SixLabors.ImageSharp.dll
Configuration options for decoding Jpeg images.
public sealed class JpegDecoderOptions : ISpecializedDecoderOptions
- Inheritance
-
JpegDecoderOptions
- Implements
- Inherited Members
Constructors
JpegDecoderOptions()
public JpegDecoderOptions()
Properties
GeneralOptions
public DecoderOptions GeneralOptions { get; init; }
Property Value
ResizeMode
Gets the resize mode.
public JpegDecoderResizeMode ResizeMode { get; init; }