Namespace SixLabors.ImageSharp.Formats.Webp
Classes
- WebpConfigurationModule
Registers the image encoders, decoders and mime type detectors for the webp format.
- WebpDecoder
Image decoder for generating an image out of a webp stream.
- WebpDecoderOptions
Configuration options for decoding webp images.
- WebpEncoder
Image encoder for writing an image to a stream in the Webp format.
- WebpFormat
Registers the image encoders, decoders and mime type detectors for the Webp format.
- WebpFrameMetadata
Provides webp specific metadata information for the image frame.
- WebpImageFormatDetector
Detects Webp file headers.
- WebpMetadata
Provides Webp specific metadata information for the image.
Enums
- BackgroundColorHandling
Enum to decide how to handle the background color of the Animation chunk during decoding.
- WebpBitsPerPixel
Enumerates the available bits per pixel the webp image uses.
- WebpColorType
Provides enumeration of the various webp color types.
- WebpEncodingMethod
Quality/speed trade-off for the encoding process (0=fast, 6=slower-better).
- WebpFileFormatType
Info about the webp file format used.