pngcheck 3.0.3-1build1 source package in Ubuntu

Changelog

pngcheck (3.0.3-1build1) lunar; urgency=medium

  * Rebuild against new zlib 1.2.13.

 -- Gianfranco Costamagna <email address hidden>  Mon, 23 Jan 2023 09:01:28 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
David da Silva Polverari
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe devel

Downloads

File Size SHA-256 Checksum
pngcheck_3.0.3.orig.tar.gz 62.3 KiB c36a4491634af751f7798ea421321642f9590faa032eccb0dd5fb4533609dee6
pngcheck_3.0.3-1build1.debian.tar.xz 14.8 KiB 90b0f2dd94a4dfc9cc28142a90ef7238ca51078360e79b5eea72511a0a8cac4b
pngcheck_3.0.3-1build1.dsc 1.9 KiB 08cb2f8429af358171a3ad726e70d3d2ecff26c5bfdd233812af8da737dc5677

View changes file

Binary packages built by this source

pngcheck: 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).
 .
 Also includes pngsplit which can split a PNG, MNG or JNG file into
 individual, numbered chunks.

pngcheck-dbgsym: debug symbols for pngcheck