|
|
|
@ -374,7 +374,7 @@ namespace SixLabors.ImageSharp.Tests.Formats.Tiff |
|
|
|
[WithFile(YCbCrJpegCompressed, PixelTypes.Rgba32)] |
|
|
|
[WithFile(RgbJpegCompressedNoJpegTable, PixelTypes.Rgba32)] |
|
|
|
public void TiffDecoder_CanDecode_JpegCompressed<TPixel>(TestImageProvider<TPixel> provider) |
|
|
|
where TPixel : unmanaged, IPixel<TPixel> => TestTiffDecoder(provider); |
|
|
|
where TPixel : unmanaged, IPixel<TPixel> => TestTiffDecoder(provider, useExactComparer: false); |
|
|
|
|
|
|
|
[Theory] |
|
|
|
[WithFileCollection(nameof(MultiframeTestImages), PixelTypes.Rgba32)] |
|
|
|
|