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.
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
WebpImageFormatDetector
Detects Webp file headers.
WebpMetadata
Provides Webp specific metadata information for the image.
Enums
WebpBitsPerPixel
Enumerates the available bits per pixel the webp image uses.
WebpEncodingMethod
Quality/speed trade-off for the encoding process (0=fast, 6=slower-better).
WebpFileFormatType
Info about the webp file format used.
WebpTransparentColorMode
Enum indicating how the transparency should be handled on encoding.