File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ;
Original file line number Diff line number Diff line change 1+ version https://git-lfs.github.com/spec/v1
2+ oid sha256:d8f2c2afd8f1645717087bd2edbc3e8a46b88a54a4996c0e9350fdd652b5c382
3+ size 6588
You can’t perform that action at this time.
0 commit comments