Namespace SixLabors.ImageSharp.Formats
Classes
ImageFormatManager
Collection of Image Formats to be used in Configuration class.
PixelTypeInfo
Contains information about the pixels that make up an images visual data.
Interfaces
IImageDecoder
Encapsulates properties and methods required for decoding an image from a stream.
IImageEncoder
Encapsulates properties and methods required for encoding an image to a stream.
IImageFormat
Defines the contract for an image format.
IImageFormat<TFormatMetadata>
Defines the contract for an image format containing metadata.
IImageFormat<TFormatMetadata, TFormatFrameMetadata>
Defines the contract for an image format containing metadata with multiple frames.
IImageFormatDetector
Used for detecting mime types from a file header
IImageInfoDetector
Encapsulates methods used for detecting the raw image information without fully decoding it.