Skip to content

Commit 76a8467

Browse files
brianpopowJimBobSquarePants
authored andcommitted
Fix Decoding interlaced grayscale (SixLabors#831)
1 parent 86ecf19 commit 76a8467

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/ImageSharp.Tests/TestImages.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ 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";
32+
public const string GrayAlpha8BitInterlaced = "Png/rollsroyce.png";
33+
public const string GrayAlpha1BitInterlaced = "Png/iftbbn0g01.png";
34+
public const string GrayAlpha2BitInterlaced = "Png/iftbbn0g02.png";
35+
public const string Gray4BitInterlaced = "Png/iftbbn0g04.png";
3336
public const string GrayAlpha16Bit = "Png/gray-alpha-16.png";
3437
public const string GrayTrns16BitInterlaced = "Png/gray-16-tRNS-interlaced.png";
3538
public const string Rgb24BppTrans = "Png/rgb-8-tRNS.png";

0 commit comments

Comments
 (0)