]> git.saurik.com Git - wxWidgets.git/blame - src/png/png.5
Adapted those asserts and debug messages for Unicode.
[wxWidgets.git] / src / png / png.5
CommitLineData
c801d85f
KB
1.TH PNG 5 "March 15, 1998"
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 specification:
24RFC 2083
25.IP
26.br
27ftp://ds.internic.net/rfc/rfc2083.txt
28.br
29or (as a W3C Recommendation) at
30.br
31http://www.w3.org/TR/REC-png.html
32.SH AUTHORS
33This man page: Glenn Randers-Pehrson
34.LP
35Portable Network Graphics (PNG) Specification Version 1.0 (October 1, 1996):
36Thomas Boutell and others (png-list@dworkin.wustl.edu).
37.LP
38
39.SH COPYRIGHT NOTICE
40The PNG specification is copyright (c) 1996 Massachussets Institute of
41Technology. See the specification for conditions of use and distribution.
42.LP
43.\" end of man page
44