Table of Contents

Class BmpDecoderOptions

Namespace
SixLabors.ImageSharp.Formats.Bmp
Assembly
SixLabors.ImageSharp.dll

Configuration options for decoding Windows Bitmap images.

public sealed class BmpDecoderOptions : ISpecializedDecoderOptions
Inheritance
BmpDecoderOptions
Implements
Inherited Members

Constructors

BmpDecoderOptions()

public BmpDecoderOptions()

Properties

GeneralOptions

public DecoderOptions GeneralOptions { get; init; }

Property Value

DecoderOptions

RleSkippedPixelHandling

Gets the value indicating how to deal with skipped pixels, which can occur during decoding run length encoded bitmaps.

public RleSkippedPixelHandling RleSkippedPixelHandling { get; init; }

Property Value

RleSkippedPixelHandling