slackbuilds/graphics/pngcheck
B. Watson 0645cf6a08
graphics/pngcheck: Added (check integrity of PNG files).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-01-18 08:13:21 +07:00
..
README graphics/pngcheck: Added (check integrity of PNG files). 2025-01-18 08:13:21 +07:00
pngcheck.SlackBuild graphics/pngcheck: Added (check integrity of PNG files). 2025-01-18 08:13:21 +07:00
pngcheck.info graphics/pngcheck: Added (check integrity of PNG files). 2025-01-18 08:13:21 +07:00
slack-desc graphics/pngcheck: Added (check integrity of PNG files). 2025-01-18 08:13:21 +07:00

README

pngcheck (check integrity of PNG files)

pngcheck verifies the integrity of PNG, JNG and MNG files (by checking
the internal 32-bit CRCs, a.k.a. checksums, and decompressing the
image data); it can optionally dump almost all of the chunk-level
information in the image in human-readable form. For example, it can
be used to print the basic statistics about an image (dimensions,
bit depth, etc.); to list the color and transparency info in its
palette (assuming it has one); or to extract the embedded text
annotations. This is a command-line program with batch capabilities.