Class JpegConfigurationModule
- Namespace
- SixLabors.ImageSharp.Formats.Jpeg
- Assembly
- SixLabors.ImageSharp.dll
Registers the image encoders, decoders and mime type detectors for the jpeg format.
public sealed class JpegConfigurationModule : IImageFormatConfigurationModule
- Inheritance
-
JpegConfigurationModule
- Implements
- Inherited Members
Constructors
JpegConfigurationModule()
public JpegConfigurationModule()
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.