Table of Contents

Class PbmConfigurationModule

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

Registers the image encoders, decoders and mime type detectors for the Pbm format.

public sealed class PbmConfigurationModule : IImageFormatConfigurationModule
Inheritance
PbmConfigurationModule
Implements
Inherited Members

Constructors

PbmConfigurationModule()

public PbmConfigurationModule()

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.