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 : struct, IPixel<TPixel>Type Parameters
| Name | Description | 
|---|---|
| TPixel | The pixel format. | 
Methods
| Improve this Doc 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>. |