|
|
|
@ -17,7 +17,6 @@ namespace SixLabors.ImageSharp.Tests.Processing.Processors.Transforms |
|
|
|
{ |
|
|
|
[Theory] |
|
|
|
[WithTestPatternImages(70, 30, PixelTypes.Rgba32, 0, 0, 70, 30)] |
|
|
|
[WithTestPatternImages(50, 50, PixelTypes.Rgba32, -1, -1, 100, 200)] |
|
|
|
[WithTestPatternImages(30, 70, PixelTypes.Rgba32, 7, 13, 20, 50)] |
|
|
|
public void Crop<TPixel>(TestImageProvider<TPixel> provider, int x, int y, int w, int h) |
|
|
|
where TPixel : struct, IPixel<TPixel> |
|
|
|
|