We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81822bb commit b993632Copy full SHA for b993632
1 file changed
Src/PngDecoder/PNGDecode.cs
@@ -65,6 +65,7 @@ public byte[] DecodeImageData()
65
}
66
67
// TODO write own ZLib to minimize foot-print even more
68
+ ZLibStream GetFilteredRawStream2()
69
{
70
var result = new MemoryStream();
71
foreach (var chunk in _chunks.Where(a => a.Signature == PngChunkType.IDAT))
0 commit comments