Class BmpDecoderOptions
Configuration options for decoding Windows Bitmap images.
Implements
Inherited Members
Namespace: SixLabors.ImageSharp.Formats.Bmp
Assembly: SixLabors.ImageSharp.dll
Syntax
public sealed class BmpDecoderOptions : ISpecializedDecoderOptions
Properties
| Edit this page View SourceGeneralOptions
Gets the general decoder options.
Declaration
public DecoderOptions GeneralOptions { get; init; }
Property Value
Type | Description |
---|---|
DecoderOptions |
RleSkippedPixelHandling
Gets the value indicating how to deal with skipped pixels, which can occur during decoding run length encoded bitmaps.
Declaration
public RleSkippedPixelHandling RleSkippedPixelHandling { get; init; }
Property Value
Type | Description |
---|---|
RleSkippedPixelHandling |