Namespace SixLabors.ImageSharp.Formats.Bmp
Classes
- BmpConfigurationModule
Registers the image encoders, decoders and mime type detectors for the bmp format.
- BmpDecoder
Image decoder for generating an image out of a Windows bitmap stream.
- BmpDecoderOptions
Configuration options for decoding Windows Bitmap images.
- BmpEncoder
Image encoder for writing an image to a stream as a Windows bitmap.
- BmpFormat
Registers the image encoders, decoders and mime type detectors for the bmp format.
- BmpImageFormatDetector
Detects bmp file headers.
- BmpMetadata
Provides Bmp specific metadata information for the image.
Enums
- BmpBitsPerPixel
Enumerates the available bits per pixel the bitmap encoder supports.
- BmpFileMarkerType
Indicates which bitmap file marker was read.
- BmpInfoHeaderType
Enum value for the different bitmap info header types. The enum value is the number of bytes for the specific bitmap header.
- RleSkippedPixelHandling
Defines possible options, how skipped pixels during decoding of run length encoded bitmaps should be treated.