Skip to content

Commit f868b7a

Browse files
committed
Add min is white 16 bit gray big endian test file
1 parent 9e12a72 commit f868b7a

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

tests/ImageSharp.Tests/Formats/Tiff/TiffDecoderTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ public void TiffDecoder_CanDecode_14Bit<TPixel>(TestImageProvider<TPixel> provid
143143
[WithFile(Flower16BitGrayLittleEndian, PixelTypes.Rgba32)]
144144
[WithFile(Flower16BitGray, PixelTypes.Rgba32)]
145145
[WithFile(Flower16BitGrayMinIsWhiteLittleEndian, PixelTypes.Rgba32)]
146+
[WithFile(Flower16BitGrayMinIsWhiteBigEndian, PixelTypes.Rgba32)]
146147
public void TiffDecoder_CanDecode_16Bit<TPixel>(TestImageProvider<TPixel> provider)
147148
where TPixel : unmanaged, IPixel<TPixel> => TestTiffDecoder(provider);
148149

tests/ImageSharp.Tests/TestImages.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@ public static class Tiff
586586
public const string Flower16BitGray = "Tiff/flower-minisblack-16.tiff";
587587
public const string Flower16BitGrayLittleEndian = "Tiff/flower-minisblack-16_lsb.tiff";
588588
public const string Flower16BitGrayMinIsWhiteLittleEndian = "Tiff/flower-miniswhite-16_lsb.tiff";
589+
public const string Flower16BitGrayMinIsWhiteBigEndian = "Tiff/flower-miniswhite-16.tiff";
589590
public const string Issues1716Rgb161616BitLittleEndian = "Tiff/Issues/Issue1716.tiff";
590591

591592
public const string SmallRgbDeflate = "Tiff/rgb_small_deflate.tiff";
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:d8f2c2afd8f1645717087bd2edbc3e8a46b88a54a4996c0e9350fdd652b5c382
3+
size 6588

0 commit comments

Comments
 (0)