Class IcoConfigurationModule
- Namespace
- SixLabors.ImageSharp.Formats.Ico
- Assembly
- SixLabors.ImageSharp.dll
Registers the image encoders, decoders and mime type detectors for the Ico format.
public sealed class IcoConfigurationModule : IImageFormatConfigurationModule
- Inheritance
-
IcoConfigurationModule
- Implements
- Inherited Members
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
configurationConfigurationThe configuration that will retain the encoders, decodes and mime type detectors.