|
|
|
@ -60,7 +60,7 @@ namespace SixLabors.ImageSharp.Tests.Formats.Jpg |
|
|
|
VerifyJpeg.SaveSpectralImage(provider, data); |
|
|
|
} |
|
|
|
|
|
|
|
[Theory] |
|
|
|
[Theory(Skip = "Temporary skipped due to new decoder core architecture")] |
|
|
|
[WithFileCollection(nameof(AllTestJpegs), PixelTypes.Rgba32)] |
|
|
|
public void VerifySpectralCorrectness<TPixel>(TestImageProvider<TPixel> provider) |
|
|
|
where TPixel : unmanaged, IPixel<TPixel> |
|
|
|
|