Skip to content

Commit 8ba7784

Browse files
committed
added another debugger
1 parent b993632 commit 8ba7784

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Src/PngDecoder/Models/PngChunkType.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ internal enum PngChunkType : int
2525
gIFg = 1732659559,
2626
gIFt = 1950763367,
2727
gIFx = 2017872231,
28-
IEND = 1145980233
28+
IEND = 1145980233,
29+
iTXt = 1951945833
2930
}

0 commit comments

Comments
 (0)