png.5
上传用户:sesekoo
上传日期:2020-07-18
资源大小:21543k
文件大小:2k
源码类别:

界面编程

开发平台:

Visual C++

  1. .TH PNG 5 "December 18, 2008"
  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 provides
  7. 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 as the
  13. World Wide Web, so it is fully streamable with a progressive display
  14. option. PNG is robust, providing both full file integrity checking and
  15. fast, simple detection of common transmission errors. Also, PNG can store
  16. gamma and chromaticity data for improved color matching on heterogeneous
  17. platforms.
  18. .SH "SEE ALSO"
  19. .IR libpng(3) ", " zlib(3) ", " deflate(5) ", and " zlib(5)
  20. .LP
  21. PNG specification (second edition), November 2003:
  22. .IP
  23. .br
  24.   <http://www.w3.org/TR/2003/REC-PNG-20031110/
  25. PNG 1.2 specification, July 1999:
  26. .IP
  27. .br
  28. http://www.libpng.org/pub/png
  29. .LP
  30. PNG 1.0 specification, October 1996:
  31. .IP
  32. .br
  33. RFC 2083
  34. .IP
  35. .br
  36. ftp://ftp.rfc-editor.org:/in-notes/rfc2083.txt
  37. .br
  38. or (as a W3C Recommendation) at
  39. .br
  40. http://www.w3.org/TR/REC-png.html
  41. .SH AUTHORS
  42. This man page: Glenn Randers-Pehrson
  43. .LP
  44. Portable Network Graphics (PNG) Specification (Second Edition)
  45. Information technology - Computer graphics and image processing -
  46. Portable Network Graphics (PNG): Functional specification.
  47. ISO/IEC 15948:2003 (E) (November 10, 2003): David Duce and others.
  48. .LP
  49. Portable Network Graphics (PNG) Specification Version 1.2 (July 8, 1999):
  50. Glenn Randers-Pehrson and others (png-list).
  51. .LP
  52. Portable Network Graphics (PNG) Specification Version 1.0 (October 1, 1996):
  53. Thomas Boutell and others (png-list).
  54. .LP
  55. .SH COPYRIGHT NOTICE
  56. .LP
  57. This man page is Copyright (c) 1998-2006 Glenn Randers-Pehrson.  See png.h
  58. for conditions of use and distribution.
  59. .LP
  60. The PNG Specification (Second Edition) is
  61. Copyright (c) 2003 W3C. (MIT, ERCIM, Keio), All Rights Reserved.
  62. .LP
  63. The PNG-1.2 specification is copyright (c) 1999 Glenn Randers-Pehrson.
  64. See the specification for conditions of use and distribution.
  65. .LP
  66. The PNG-1.0 specification is copyright (c) 1996 Massachusetts Institute of
  67. Technology.  See the specification for conditions of use and distribution.
  68. .LP
  69. ." end of man page