Class WebpConfigurationModule
Registers the image encoders, decoders and mime type detectors for the webp format.
Implements
Inherited Members
Namespace: SixLabors.ImageSharp.Formats.Webp
Assembly: SixLabors.ImageSharp.dll
Syntax
public sealed class WebpConfigurationModule : IImageFormatConfigurationModule
Methods
| Edit this page View SourceConfigure(Configuration)
Called when loaded into a configuration object so the module can register items into the configuration.
Declaration
public void Configure(Configuration configuration)
Parameters
Type | Name | Description |
---|---|---|
Configuration | configuration | The configuration that will retain the encoders, decodes and mime type detectors. |