Table of Contents

Interface IImageFormatConfigurationModule

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

Represents an interface that can register image encoders, decoders and image format detectors.

public interface IImageFormatConfigurationModule

Methods

Configure(Configuration)

Called when loaded into a configuration object so the module can register items into the configuration.

void Configure(Configuration configuration)

Parameters

configuration Configuration

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