|
|
|
@ -46,8 +46,8 @@ namespace SixLabors.ImageSharp.Tests.Formats.Jpg |
|
|
|
|
|
|
|
public static readonly string[] AllTestJpegs = BaselineTestJpegs.Concat(ProgressiveTestJpegs).ToArray(); |
|
|
|
|
|
|
|
//[Theory(Skip = "Debug only, enable manually!")]
|
|
|
|
[Theory] |
|
|
|
[Theory(Skip = "Debug only, enable manually!")] |
|
|
|
//[Theory]
|
|
|
|
[WithFileCollection(nameof(AllTestJpegs), PixelTypes.Rgba32)] |
|
|
|
public void Decoder_ParseStream_SaveSpectralResult<TPixel>(TestImageProvider<TPixel> provider) |
|
|
|
where TPixel : unmanaged, IPixel<TPixel> |
|
|
|
|