ANNOUNCE
上传用户:sesekoo
上传日期:2020-07-18
资源大小:21543k
文件大小:3k
源码类别:

界面编程

开发平台:

Visual C++

  1. Libpng 1.2.34 - December 18, 2008
  2. This is a public release of libpng, intended for use in production codes.
  3. Files available for download:
  4. Source files with LF line endings (for Unix/Linux) and with a
  5. "configure" script
  6.    libpng-1.2.34.tar.gz
  7.    libpng-1.2.34.tar.lzma
  8.      (Get the lzma codec from <http://tukaani.org/lzma>).
  9.    libpng-1.2.34.tar.bz2
  10. Source files with LF line endings (for Unix/Linux) without the
  11. "configure" script
  12.    libpng-1.2.34-no-config.tar.gz
  13.    libpng-1.2.34-no-config.tar.lzma
  14.    libpng-1.2.34-no-config.tar.bz2
  15. Source files with CRLF line endings (for Windows), without the
  16. "configure" script
  17.    lpng1234.zip
  18.    lpng1234.7z
  19.    lpng1234.tar.bz2
  20. Project files
  21.    libpng-1.2.34-project-netware.zip
  22.    libpng-1.2.34-project-wince.zip
  23. Other information:
  24.    libpng-1.2.34-README.txt
  25.    libpng-1.2.34-KNOWNBUGS.txt
  26.    libpng-1.2.34-LICENSE.txt
  27.    libpng-1.2.34-Y2K-compliance.txt
  28.    libpng-1.2.34-[previous version]-diff.txt
  29. Changes since the last public release (1.2.33):
  30. version 1.2.34 [December 18, 2008]
  31. version 1.2.34beta01 [December 18, 2008]
  32.   Revised png_warning() to write its message on standard output by default
  33.     when warning_fn is NULL. This was the behavior prior to libpng-1.2.9.
  34.   Fixed string vs pointer-to-string error in png_check_keyword().
  35.   Added png_check_cHRM_fixed() in png.c and moved checking from pngget.c,
  36.     pngrutil.c, and pngwrite.c, and eliminated floating point cHRM checking.
  37.   Added check for zero-area RGB cHRM triange in png_check_cHRM_fixed().
  38.   In png_check_cHRM_fixed(), ensure white_y is > 0, and removed redundant
  39.     check for all-zero coordinates that is detected by the triangle check.
  40.   Revised png_warning() to write its message on standard output by default
  41.     when warning_fn is NULL.
  42.   Corrected off-by-one error in bKGD validity check in png_write_bKGD()
  43.     and in png_handle_bKGD().
  44.   Merged with png_debug from libpng-1.4.0 to remove newlines.
  45.   Removed redundant check for key==NULL before calling png_check_keyword()
  46.     to ensure that new_key gets initialized and removed extra warning
  47.     (Arvan Pritchard).
  48.   Added PNG_TRANSFORM_STRIP_FILLER_BEFORE and
  49.     PNG_TRANSFORM_STRIP_FILLER_AFTER conditionals and deprecated
  50.     PNG_TRANSFORM_STRIP_FILLER (Jim Barry).
  51. Send comments/corrections/commendations to png-mng-implement at lists.sf.net
  52. (subscription required; visit 
  53. https://lists.sourceforge.net/lists/listinfo/png-mng-implement
  54. to subscribe) or to glennrp at users.sourceforge.net
  55. Glenn R-P