Table of Contents

Interface IImageProcessor<TPixel>

Namespace
SixLabors.ImageSharp.Processing.Processors
Assembly
SixLabors.ImageSharp.dll

Implements an algorithm to alter the pixels of an image.

public interface IImageProcessor<TPixel> : IDisposable where TPixel : unmanaged, IPixel<TPixel>

Type Parameters

TPixel

The pixel format.

Inherited Members

Methods

Execute()

Executes the process against the specified Image<TPixel>.

void Execute()