Class ExrConfigurationModule
- Namespace
- SixLabors.ImageSharp.Formats.Exr
- Assembly
- SixLabors.ImageSharp.dll
Registers the image encoders, decoders and mime type detectors for the OpenExr format.
public sealed class ExrConfigurationModule : IImageFormatConfigurationModule
- Inheritance
-
ExrConfigurationModule
- 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.