png-parser icon indicating copy to clipboard operation
png-parser copied to clipboard

Analyse PNG file format for CTF, python API and CLI

Results 2 png-parser issues
Sort by recently updated
recently updated
newest added

I tried `png-parser` with `pal2`/`pal4`/`rgb48` images: ``` pngparser -v -s test.png ``` ... and they all fail. There are mainly 3 problems. --- For all images, `scanline_width` is incorrect, so...

Can i use this parser for parsing binary data and find PNG inside it?