|
|
@ -646,6 +646,7 @@ namespace SixLabors.ImageSharp.Tests.Formats.Tiff |
|
|
[WithFile(YCbCrJpegCompressed2, PixelTypes.Rgba32)] |
|
|
[WithFile(YCbCrJpegCompressed2, PixelTypes.Rgba32)] |
|
|
[WithFile(RgbJpegCompressedNoJpegTable, PixelTypes.Rgba32)] |
|
|
[WithFile(RgbJpegCompressedNoJpegTable, PixelTypes.Rgba32)] |
|
|
[WithFile(GrayscaleJpegCompressed, PixelTypes.Rgba32)] |
|
|
[WithFile(GrayscaleJpegCompressed, PixelTypes.Rgba32)] |
|
|
|
|
|
[WithFile(Issues2123, PixelTypes.Rgba32)] |
|
|
public void TiffDecoder_CanDecode_JpegCompressed<TPixel>(TestImageProvider<TPixel> provider) |
|
|
public void TiffDecoder_CanDecode_JpegCompressed<TPixel>(TestImageProvider<TPixel> provider) |
|
|
where TPixel : unmanaged, IPixel<TPixel> => TestTiffDecoder(provider, useExactComparer: false); |
|
|
where TPixel : unmanaged, IPixel<TPixel> => TestTiffDecoder(provider, useExactComparer: false); |
|
|
|
|
|
|
|
|
|