Interface IConfigurationModule
Represents an interface that can register image encoders, decoders and image format detectors.
Namespace: SixLabors.ImageSharp
Assembly: SixLabors.ImageSharp.dll
Syntax
public interface IConfigurationModule
Methods
| Improve this Doc View SourceConfigure(Configuration)
Called when loaded into a configuration object so the module can register items into the configuration.
Declaration
void Configure(Configuration configuration)
Parameters
Type | Name | Description |
---|---|---|
Configuration | configuration | The configuration that will retain the encoders, decodes and mime type detectors. |