Source: pngcheck
Section: graphics
Priority: optional
Maintainer: David da Silva Polverari <polverari@debian.org>
Build-Depends: debhelper-compat (= 13), zlib1g-dev
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/pngcheck
Vcs-Git: https://salsa.debian.org/debian/pngcheck.git
Homepage: https://github.com/pnggroup/pngcheck

Package: pngcheck
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: print info and check PNG, JNG and MNG files
 pngcheck verifies the integrity of PNG, JNG and MNG files (by checking the
 internal 32-bit CRCs or checksums) and optionally dumps almost all of the
 chunk-level information in the image in human-readable form. For example, it
 can be used to print the basic stats about an image (dimensions, bit depth,
 etc.); to list the color and transparency info in its palette; or to extract
 the embedded text annotations. All PNG and JNG chunks are supported, plus
 almost all MNG chunks (everything but PAST, DISC, tERm, DROP, DBYK, and
 ORDR). This is a command-line program with batch capabilities (e.g.,
 pngcheck *.png).
