Class PngConfigurationModule
Registers the image encoders, decoders and mime type detectors for the png format.
Implements
Inherited Members
Namespace: SixLabors.ImageSharp.Formats.Png
Assembly: SixLabors.ImageSharp.dll
Syntax
public sealed class PngConfigurationModule : 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. |