Interface IImageFormatConfigurationModule
Represents an interface that can register image encoders, decoders and image format detectors.
Namespace: SixLabors.ImageSharp.Formats
Assembly: SixLabors.ImageSharp.dll
Syntax
public interface 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
void Configure(Configuration configuration)
Parameters
Type | Name | Description |
---|---|---|
Configuration | configuration | The configuration that will retain the encoders, decodes and mime type detectors. |