Table of Contents

Class AniConfigurationModule

Namespace
SixLabors.ImageSharp.Formats.Ani
Assembly
SixLabors.ImageSharp.dll

Registers the image encoder, decoder, and format detector for the ANI format.

public sealed class AniConfigurationModule : IImageFormatConfigurationModule
Inheritance
AniConfigurationModule
Implements
Inherited Members

Constructors

AniConfigurationModule()

Initializes a new instance of the AniConfigurationModule class.

public AniConfigurationModule()

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 Configuration

The configuration that will retain the encoders, decodes and mime type detectors.