File: control

package info (click to toggle)
pngcheck 1.99.3-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 176 kB
  • ctags: 77
  • sloc: ansic: 3,035; makefile: 34
file content (22 lines) | stat: -rw-r--r-- 968 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: pngcheck
Section: devel
Priority: optional
Maintainer: Lucas Wall <lwall@debian.org>
Build-Depends: debhelper (>= 4.0.0), libpng12-dev
Standards-Version: 3.6.1

Package: pngcheck
Architecture: any
Depends: ${shlibs:Depends}, libpng12-0
Description: PNG file format checker
 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'').
 .
 Homepage: http://www.libpng.org/pub/png/apps/pngcheck.html