Class QoiConfigurationModule
Registers the image encoders, decoders and mime type detectors for the qoi format.
Implements
Inherited Members
Namespace: SixLabors.ImageSharp.Formats.Qoi
Assembly: SixLabors.ImageSharp.dll
Syntax
public sealed class QoiConfigurationModule : 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
public void Configure(Configuration configuration)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Configuration | configuration | The configuration that will retain the encoders, decodes and mime type detectors.  |