|
|
|
@ -15,7 +15,7 @@ namespace SixLabors.ImageSharp.Processing.Processors.Transforms |
|
|
|
/// Provides the base methods to perform non-affine transforms on an image.
|
|
|
|
/// </summary>
|
|
|
|
/// <typeparam name="TPixel">The pixel format.</typeparam>
|
|
|
|
internal class ProjectiveTransformProcessor<TPixel> : TransformProcessor<TPixel> |
|
|
|
internal class ProjectiveTransformProcessor<TPixel> : TransformProcessor<TPixel>, IResamplingTransformImageProcessor<TPixel> |
|
|
|
where TPixel : unmanaged, IPixel<TPixel> |
|
|
|
{ |
|
|
|
private readonly Size destinationSize; |
|
|
|
|