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.
- WebpBlendMethod
Indicates how transparent pixels of the current frame are to be blended with corresponding pixels of the previous canvas.
- WebpDisposalMethod
Indicates how the current frame is to be treated after it has been displayed (before rendering the next frame) on the canvas.
- 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.