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 : unmanaged, IPixel<TPixel>
Type Parameters
Name | Description |
---|---|
TPixel | The pixel format. |
Methods
| Edit this page View SourceExecute()
Executes the process against the specified Image<TPixel>.
Declaration
void Execute()