Interface ISpecializedDecoderOptions
- Namespace
- SixLabors.ImageSharp.Formats
- Assembly
- SixLabors.ImageSharp.dll
Provides specialized configuration options for decoding image formats.
public interface ISpecializedDecoderOptions
Properties
GeneralOptions
Gets the general decoder options.
DecoderOptions GeneralOptions { get; init; }