Interface ICloningImageProcessor<TPixel>
Implements an algorithm to alter the pixels of a cloned image.
Namespace: SixLabors.ImageSharp.Processing.Processors
Assembly: SixLabors.ImageSharp.dll
Syntax
public interface ICloningImageProcessor<TPixel> : IImageProcessor<TPixel>, IDisposable where TPixel : unmanaged, IPixel<TPixel>
Type Parameters
Name | Description |
---|---|
TPixel | The pixel format. |
Methods
| Edit this page View SourceCloneAndExecute()
Clones the specified Image<TPixel> and executes the process against the clone.
Declaration
Image<TPixel> CloneAndExecute()
Returns
Type | Description |
---|---|
Image<TPixel> | The Image<TPixel>. |