xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 1 | .TH PNG 5 "April 14, 2019" |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 2 | .SH NAME |
| 3 | png \- Portable Network Graphics (PNG) format |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 4 | |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 5 | .SH DESCRIPTION |
| 6 | PNG (Portable Network Graphics) is an extensible file format for the |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 7 | lossless, portable, well-compressed storage of raster images. PNG |
| 8 | provides a patent-free replacement for GIF, and can also replace many |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 9 | common uses of TIFF. Indexed-color, grayscale, and truecolor images are |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 10 | supported, plus an optional alpha channel. Sample depths range from |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 11 | 1 to 16 bits. |
| 12 | .br |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 13 | PNG is designed to work well in online viewing applications, such |
| 14 | as the World Wide Web, so it is fully streamable with a progressive |
| 15 | display option. PNG is robust, providing both full file integrity |
| 16 | checking and fast, simple detection of common transmission errors. |
| 17 | Also, PNG can store gamma and chromaticity data for improved color |
| 18 | matching on heterogeneous platforms. |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 19 | |
| 20 | .SH "SEE ALSO" |
Chris Craik | b50c217 | 2013-07-29 15:28:30 -0700 | [diff] [blame] | 21 | .BR "libpng"(3), " libpngpf"(3), " zlib"(3), " deflate"(5), " " and " zlib"(5) |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 22 | .LP |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 23 | PNG Specification (Second Edition), November 2003: |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 24 | .IP |
| 25 | .br |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 26 | https://www.w3.org/TR/2003/REC-PNG-20031110/ |
| 27 | .LP |
| 28 | PNG 1.2 Specification, July 1999: |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 29 | .IP |
| 30 | .br |
Leon Scroggins III | 3cc83ac | 2017-10-06 11:02:56 -0400 | [diff] [blame] | 31 | https://png-mng.sourceforge.io/pub/png/spec/1.2/ |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 32 | .LP |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 33 | PNG 1.0 Specification, October 1996: |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 34 | .IP |
| 35 | .br |
| 36 | RFC 2083 |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 37 | .br |
Leon Scroggins III | 3cc83ac | 2017-10-06 11:02:56 -0400 | [diff] [blame] | 38 | https://www.ietf.org/rfc/rfc2083.txt |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 39 | .IP |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 40 | .br |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 41 | or W3C Recommendation |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 42 | .br |
Leon Scroggins III | 3cc83ac | 2017-10-06 11:02:56 -0400 | [diff] [blame] | 43 | https://www.w3.org/TR/REC-png-961001 |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 44 | |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 45 | .SH AUTHORS |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 46 | This man page: Cosmin Truta, Glenn Randers-Pehrson |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 47 | .LP |
| 48 | Portable Network Graphics (PNG) Specification (Second Edition) |
| 49 | Information technology - Computer graphics and image processing - |
| 50 | Portable Network Graphics (PNG): Functional specification. |
| 51 | ISO/IEC 15948:2003 (E) (November 10, 2003): David Duce and others. |
| 52 | .LP |
| 53 | Portable Network Graphics (PNG) Specification Version 1.2 (July 8, 1999): |
| 54 | Glenn Randers-Pehrson and others (png-list). |
| 55 | .LP |
| 56 | Portable Network Graphics (PNG) Specification Version 1.0 (October 1, 1996): |
| 57 | Thomas Boutell and others (png-list). |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 58 | |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 59 | .SH COPYRIGHT |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 60 | .LP |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 61 | This man page is |
| 62 | .br |
| 63 | Copyright (c) 2018-2019 Cosmin Truta. |
| 64 | .br |
| 65 | Copyright (c) 1998-2006 Glenn Randers-Pehrson. |
| 66 | .br |
| 67 | See png.h for conditions of use and distribution. |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 68 | .LP |
| 69 | The PNG Specification (Second Edition) is |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 70 | .br |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 71 | Copyright (c) 2003 W3C. (MIT, ERCIM, Keio), All Rights Reserved. |
| 72 | .LP |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 73 | The PNG-1.2 Specification is |
| 74 | .br |
| 75 | Copyright (c) 1999 Glenn Randers-Pehrson. |
| 76 | .br |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 77 | See the specification for conditions of use and distribution. |
| 78 | .LP |
xNombre | d07bb0d | 2020-03-10 20:17:12 +0100 | [diff] [blame] | 79 | The PNG-1.0 Specification is |
| 80 | .br |
| 81 | Copyright (c) 1996 Massachusetts Institute of Technology. |
| 82 | .br |
| 83 | See the specification for conditions of use and distribution. |
The Android Open Source Project | 893912b | 2009-03-03 19:30:05 -0800 | [diff] [blame] | 84 | .\" end of man page |