pngcheck Command Examples

Forensics tool for validating the integrity of PNG based (PNG, JNG, MNG) image files. Can also extract embedded images and text from a file. More information: https://github.com/pnggroup/pngcheck.

pngcheck {{path/to/image.png}}

pngcheck -c {{path/to/image.png}}

pngcheck -cvt {{path/to/image.png}}

cat {{path/to/image.png}} | pngcheck -cvt

pngcheck -s {{path/to/image.png}}

pngcheck -x {{path/to/image.png}}