1PNG(5) File Formats Manual PNG(5)
2
3
4
6 png - Portable Network Graphics (PNG) format
7
9 PNG (Portable Network Graphics) is an extensible file format for the
10 lossless, portable, well-compressed storage of raster images. PNG pro‐
11 vides a patent-free replacement for GIF and can also replace many com‐
12 mon uses of TIFF. Indexed-color, grayscale, and truecolor images are
13 supported, plus an optional alpha channel. Sample depths range from 1
14 to 16 bits.
15
16 PNG is designed to work well in online viewing applications, such as
17 the World Wide Web, so it is fully streamable with a progressive dis‐
18 play option. PNG is robust, providing both full file integrity checking
19 and fast, simple detection of common transmission errors. Also, PNG can
20 store gamma and chromaticity data for improved color matching on het‐
21 erogeneous platforms.
22
23
25 libpng(3), zlib(3), deflate(5), and zlib(5)
26
27 PNG specification (second edition), November 2003:
28
29 <http://www.w3.org/TR/2003/REC-PNG-20031110/ PNG 1.2 specifi‐
30 cation, July 1999:
31
32 http://www.libpng.org/pub/png
33
34 PNG 1.0 specification, October 1996:
35
36 RFC 2083
37
38 ftp://ftp.rfc-editor.org:/in-notes/rfc2083.txt
39 or (as a W3C Recommendation) at
40 http://www.w3.org/TR/REC-png.html
41
43 This man page: Glenn Randers-Pehrson
44
45 Portable Network Graphics (PNG) Specification (Second Edition) Informa‐
46 tion technology - Computer graphics and image processing - Portable
47 Network Graphics (PNG): Functional specification. ISO/IEC 15948:2003
48 (E) (November 10, 2003): David Duce and others.
49
50 Portable Network Graphics (PNG) Specification Version 1.2 (July 8,
51 1999): Glenn Randers-Pehrson and others (png-list).
52
53 Portable Network Graphics (PNG) Specification Version 1.0 (October 1,
54 1996): Thomas Boutell and others (png-list).
55
57 This man page is Copyright (c) 1998-2006 Glenn Randers-Pehrson. See
58 png.h for conditions of use and distribution.
59
60 The PNG Specification (Second Edition) is Copyright (c) 2003 W3C. (MIT,
61 ERCIM, Keio), All Rights Reserved.
62
63 The PNG-1.2 specification is copyright (c) 1999 Glenn Randers-Pehrson.
64 See the specification for conditions of use and distribution.
65
66 The PNG-1.0 specification is copyright (c) 1996 Massachusetts Institute
67 of Technology. See the specification for conditions of use and distri‐
68 bution.
69
70 July 10, 2012 PNG(5)