png.5 2.4 KB

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