Skip to content

Commit 51463a3

Browse files
committed
Better test image for uint pixel type
1 parent fb32977 commit 51463a3

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

tests/ImageSharp.Tests/TestImages.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ public static class Exr
13881388
public const string Uncompressed = "Exr/Calliphora_uncompressed.exr";
13891389
public const string UncompressedRgba = "Exr/Calliphora_uncompressed_rgba.exr";
13901390
public const string UncompressedFloatRgb = "Exr/rgb_float32_uncompressed.exr";
1391-
public const string UncompressedUintRgb = "Exr/rgb_uint32_uncompressed.exr";
1391+
public const string UncompressedUintRgb = "Exr/Calliphora_uint32_uncompressed.exr";
13921392
public const string Zip = "Exr/Calliphora_zip.exr";
13931393
public const string Zips = "Exr/Calliphora_zips.exr";
13941394
public const string Rle = "Exr/Calliphora_rle.exr";
Lines changed: 3 additions & 0 deletions
Loading

tests/Images/External/ReferenceOutput/ExrDecoderTests/ExrDecoder_CanDecode_Uncompressed_Rgb_ExrPixelType_Uint_Rgba32_rgb_uint32_uncompressed.png

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/Images/Input/Exr/rgb_uint32_uncompressed.exr

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)