Interface IImageProcessor<TPixel>
Implements an algorithm to alter the pixels of an image.
Inherited Members
Namespace: SixLabors.ImageSharp.Processing.Processors
Assembly: SixLabors.ImageSharp.dll
Syntax
public interface IImageProcessor<TPixel> : IDisposable where TPixel : struct, IPixel<TPixel>Type Parameters
| Name | Description | 
|---|---|
| TPixel | The pixel format. | 
Methods
| Improve this Doc View SourceExecute()
Executes the process against the specified Image<TPixel>.
Declaration
void Execute()