We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b993632 commit 8ba7784Copy full SHA for 8ba7784
1 file changed
Src/PngDecoder/Models/PngChunkType.cs
@@ -25,5 +25,6 @@ internal enum PngChunkType : int
25
gIFg = 1732659559,
26
gIFt = 1950763367,
27
gIFx = 2017872231,
28
- IEND = 1145980233
+ IEND = 1145980233,
29
+ iTXt = 1951945833
30
}
0 commit comments