libpng/png.5

85 lines
2.4 KiB
Groff
Raw Normal View History

2018-07-29 00:33:12 -04:00
.TH PNG 5 "2018-Jul-29"
1998-02-07 11:20:57 -05:00
.SH NAME
png \- Portable Network Graphics (PNG) format
2018-07-29 00:33:12 -04:00
1998-02-07 11:20:57 -05:00
.SH DESCRIPTION
PNG (Portable Network Graphics) is an extensible file format for the
2018-07-29 00:33:12 -04:00
lossless, portable, well-compressed storage of raster images. PNG
provides a patent-free replacement for GIF, and can also replace many
1998-02-07 11:20:57 -05:00
common uses of TIFF. Indexed-color, grayscale, and truecolor images are
2018-07-29 00:33:12 -04:00
supported, plus an optional alpha channel. Sample depths range from
1998-12-29 12:47:59 -05:00
1 to 16 bits.
1998-02-07 11:20:57 -05:00
.br
2018-07-29 00:33:12 -04:00
PNG is designed to work well in online viewing applications, such
as the World Wide Web, so it is fully streamable with a progressive
display option. PNG is robust, providing both full file integrity
checking and fast, simple detection of common transmission errors.
Also, PNG can store gamma and chromaticity data for improved color
matching on heterogeneous platforms.
1998-02-07 11:20:57 -05:00
.SH "SEE ALSO"
.BR "libpng"(3), " libpngpf"(3), " zlib"(3), " deflate"(5), " " and " zlib"(5)
1998-02-07 11:20:57 -05:00
.LP
2018-07-29 00:33:12 -04:00
PNG Specification (Second Edition), November 2003:
2004-08-25 23:00:45 -04:00
.IP
.br
2018-07-29 00:33:12 -04:00
https://www.w3.org/TR/2003/REC-PNG-20031110/
.LP
PNG 1.2 Specification, July 1999:
1999-09-17 13:27:26 -04:00
.IP
.br
2017-03-31 19:25:57 -04:00
https://png-mng.sourceforge.io/pub/png/spec/1.2/
1999-09-17 13:27:26 -04:00
.LP
2018-07-29 00:33:12 -04:00
PNG 1.0 Specification, October 1996:
1999-09-17 13:27:26 -04:00
.IP
.br
1998-02-07 11:20:57 -05:00
RFC 2083
.br
2017-03-31 19:25:57 -04:00
https://www.ietf.org/rfc/rfc2083.txt
2018-07-29 00:33:12 -04:00
.IP
1998-02-07 11:20:57 -05:00
.br
2018-07-29 00:33:12 -04:00
or W3C Recommendation
1998-02-07 11:20:57 -05:00
.br
2017-03-31 19:25:57 -04:00
https://www.w3.org/TR/REC-png-961001
2018-07-29 00:33:12 -04:00
1998-02-07 11:20:57 -05:00
.SH AUTHORS
2018-07-29 00:33:12 -04:00
This man page: Cosmin Truta, Glenn Randers-Pehrson
1998-02-07 11:20:57 -05:00
.LP
2004-08-25 23:00:45 -04:00
Portable Network Graphics (PNG) Specification (Second Edition)
Information technology - Computer graphics and image processing -
Portable Network Graphics (PNG): Functional specification.
ISO/IEC 15948:2003 (E) (November 10, 2003): David Duce and others.
.LP
1999-09-17 13:27:26 -04:00
Portable Network Graphics (PNG) Specification Version 1.2 (July 8, 1999):
2004-09-11 22:19:54 -04:00
Glenn Randers-Pehrson and others (png-list).
1999-09-17 13:27:26 -04:00
.LP
1998-02-07 11:20:57 -05:00
Portable Network Graphics (PNG) Specification Version 1.0 (October 1, 1996):
2004-09-11 22:19:54 -04:00
Thomas Boutell and others (png-list).
1999-09-17 13:27:26 -04:00
2018-07-29 00:33:12 -04:00
.SH COPYRIGHT
2004-08-25 23:00:45 -04:00
.LP
2018-07-29 00:33:12 -04:00
This man page is
.br
Copyright (c) 2018 Cosmin Truta.
.br
Copyright (c) 1998-2006 Glenn Randers-Pehrson.
.br
See png.h for conditions of use and distribution.
2004-08-25 23:00:45 -04:00
.LP
The PNG Specification (Second Edition) is
2018-07-29 00:33:12 -04:00
.br
2004-08-25 23:00:45 -04:00
Copyright (c) 2003 W3C. (MIT, ERCIM, Keio), All Rights Reserved.
.LP
2018-07-29 00:33:12 -04:00
The PNG-1.2 Specification is
.br
Copyright (c) 1999 Glenn Randers-Pehrson.
.br
1999-09-17 13:27:26 -04:00
See the specification for conditions of use and distribution.
.LP
2018-07-29 00:33:12 -04:00
The PNG-1.0 Specification is
.br
Copyright (c) 1996 Massachusetts Institute of Technology.
.br
See the specification for conditions of use and distribution.
1998-02-07 11:20:57 -05:00
.\" end of man page