Skip to content

Commit f893353

Browse files
brianpopowJimBobSquarePants
authored andcommitted
Fix Decoding 8-Bit grayscale png's with alpha (SixLabors#830)
1 parent 551d5f3 commit f893353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ImageSharp.Tests/TestImages.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public static class Png
2929
public const string Gray4Bpp = "Png/gray_4bpp.png";
3030
public const string Gray16Bit = "Png/gray-16.png";
3131
public const string GrayAlpha8Bit = "Png/gray-alpha-8.png";
32+
public const string GrayAlpha8Bit2 = "Png/rollsroyce.png";
3233
public const string GrayAlpha16Bit = "Png/gray-alpha-16.png";
3334
public const string GrayTrns16BitInterlaced = "Png/gray-16-tRNS-interlaced.png";
3435
public const string Rgb24BppTrans = "Png/rgb-8-tRNS.png";

0 commit comments

Comments
 (0)