Class PngConfigurationModule
- Namespace
- SixLabors.ImageSharp.Formats.Png
- Assembly
- SixLabors.ImageSharp.dll
Registers the image encoders, decoders and mime type detectors for the png format.
public sealed class PngConfigurationModule : IImageFormatConfigurationModule
- Inheritance
-
PngConfigurationModule
- Implements
- Inherited Members
Constructors
PngConfigurationModule()
public PngConfigurationModule()
Methods
Configure(Configuration)
Called when loaded into a configuration object so the module can register items into the configuration.
public void Configure(Configuration configuration)
Parameters
configuration
ConfigurationThe configuration that will retain the encoders, decodes and mime type detectors.