We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551d5f3 commit f893353Copy full SHA for f893353
1 file changed
tests/ImageSharp.Tests/TestImages.cs
@@ -29,6 +29,7 @@ public static class Png
29
public const string Gray4Bpp = "Png/gray_4bpp.png";
30
public const string Gray16Bit = "Png/gray-16.png";
31
public const string GrayAlpha8Bit = "Png/gray-alpha-8.png";
32
+ public const string GrayAlpha8Bit2 = "Png/rollsroyce.png";
33
public const string GrayAlpha16Bit = "Png/gray-alpha-16.png";
34
public const string GrayTrns16BitInterlaced = "Png/gray-16-tRNS-interlaced.png";
35
public const string Rgb24BppTrans = "Png/rgb-8-tRNS.png";
0 commit comments