We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 056285b + c9cd1cd commit 62dd62fCopy full SHA for 62dd62f
tests/ImageSharp.Tests/TestImages.cs
@@ -90,6 +90,7 @@ public static class Bad
90
public const string CorruptedChunk = "Png/big-corrupted-chunk.png";
91
public const string ZlibOverflow = "Png/zlib-overflow.png";
92
public const string ZlibOverflow2 = "Png/zlib-overflow2.png";
93
+ public const string ZlibZtxtBadHeader = "Png/zlib-ztxt-bad-header.png";
94
}
95
96
public static readonly string[] All =
0 commit comments