Namespace SixLabors.ImageSharp.Formats.Jpeg
Classes
JpegConfigurationModule
Registers the image encoders, decoders and mime type detectors for the jpeg format.
JpegDecoder
Decoder for generating an image out of a jpeg encoded stream.
JpegDecoderOptions
Configuration options for decoding Jpeg images.
JpegEncoder
Encoder for writing the data image to a stream in jpeg format.
JpegFormat
Registers the image encoders, decoders and mime type detectors for the jpeg format.
JpegImageFormatDetector
Detects Jpeg file headers
JpegMetadata
Provides Jpeg specific metadata information for the image.
Enums
JpegDecoderResizeMode
Provides enumeration for resize modes taken during decoding. Applicable only when TargetSize has a value.
JpegEncodingColor
Provides enumeration of available JPEG color types.