]> git.saurik.com Git - wxWidgets.git/blame_incremental - src/png/png.5
Check for NULL before dereferencing
[wxWidgets.git] / src / png / png.5
... / ...
CommitLineData
1.TH PNG 5 "July 8, 2002"
2.SH NAME
3png \- Portable Network Graphics (PNG) format
4.SH DESCRIPTION
5PNG (Portable Network Graphics) is an extensible file format for the
6lossless, portable, well-compressed storage of raster images. PNG provides
7a patent-free replacement for GIF and can also replace many
8common uses of TIFF. Indexed-color, grayscale, and truecolor images are
9supported, plus an optional alpha channel. Sample depths range from
101 to 16 bits.
11.br
12
13PNG is designed to work well in online viewing applications, such as the
14World Wide Web, so it is fully streamable with a progressive display
15option. PNG is robust, providing both full file integrity checking and
16fast, simple detection of common transmission errors. Also, PNG can store
17gamma and chromaticity data for improved color matching on heterogeneous
18platforms.
19
20.SH "SEE ALSO"
21.IR libpng(3), zlib(3), deflate(5), and zlib(5)
22.LP
23PNG 1.2 specification, July 1999:
24.IP
25.br
26http://www.libpng.org/pub/png
27.br
28or ftp://ftp.uu.net/graphics/png/documents
29.LP
30PNG 1.0 specification, October 1996:
31.IP
32.br
33RFC 2083
34.IP
35.br
36ftp://ds.internic.net/rfc/rfc2083.txt
37.br
38or (as a W3C Recommendation) at
39.br
40http://www.w3.org/TR/REC-png.html
41.SH AUTHORS
42This man page: Glenn Randers-Pehrson
43.LP
44Portable Network Graphics (PNG) Specification Version 1.2 (July 8, 1999):
45Glenn Randers-Pehrson and others (png-list@ccrc.wustl.edu).
46.LP
47Portable Network Graphics (PNG) Specification Version 1.0 (October 1, 1996):
48Thomas Boutell and others (png-list@ccrc.wustl.edu).
49.LP
50
51
52.SH COPYRIGHT NOTICE
53The PNG-1.2 specification is copyright (c) 1999 Glenn Randers-Pehrson.
54See the specification for conditions of use and distribution.
55.LP
56The PNG-1.0 specification is copyright (c) 1996 Massachusetts Institute of
57Technology. See the specification for conditions of use and distribution.
58.LP
59.\" end of man page
60