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