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