NEWS
上传用户:sorock1981
上传日期:2007-01-06
资源大小:73k
文件大小:3k
源码类别:

图片显示

开发平台:

Unix_Linux

  1. History
  2. This program was written by a German university student named Alexander
  3. Lehmann <alex@hal.rhein-main.de> in 1995. He evolved it to a beta
  4. version 0.6 and then dropped off the face of the net.  In Fall 1999,
  5. after the program had been stable and in production use for four years, 
  6. Greg Roelofs <newt@pobox.com> added some minor features and released 0.7.
  7. A short time later, with Greg's consent, I took over maintaining
  8. gif2png in order to give it a proper manual page and release
  9. packaging. Alexander Lehmann is OK with this and has even approved
  10. a change in the license terms to use the libpng/zlib license.
  11. 2.3.2:
  12. * Bug fix for aspect-ratio handling (Glenn Randers-Pehrson
  13.   <glennrp@home.com>).
  14. 2.3.1:
  15. * No more direct assignments of the PNG info structure members;
  16. it's all done through the API now.
  17. 2.3.0:
  18. * Cosmetic cleanup for stable release.
  19. 2.2.5:
  20. * Deal gracefully with files that have leading numerics in the name.
  21. * Bernhard Reiter's fix to use relative pathnames.
  22. 2.2.4:
  23. * On -O, set maximum compression when writing the conversion.
  24. * New -g option to write a gamma chunk by Glenn Randers-Pehrson.
  25. * Configure option --with-png to set libpng header/library location.
  26. 2.2.3:
  27. * Corrected the warning in the README and on the web page.
  28. 2.2.2:
  29. * README: Added a warning about malfunctions under RH 6.1.
  30. * gif2png.c: Added some explanatory comments.
  31. * web2png: Added Python version check.
  32. 2.2.1:
  33. * License changed (with Alexander Lehman's and David Koblas's 
  34.         permission) to the libpng/zlib license.
  35. * Option-processing cleanup.
  36. 2.2.0:
  37. * Simpler DJGPP machinery if you have long file names.
  38. * discard optional preceding # on gif2png -b option value.
  39. * Fix to RCS machinery in web2png.
  40. 2.1.3:
  41. * Added -b option to gif2png for painting transparent pixels 
  42. with a specified background color.
  43. 2.1.2:
  44. * 64-bit cleanliness patch for gif2png from Jesse Perry.
  45. 2.1.1:
  46. * Fixed an option-processing bug in web2png.
  47. 2.1.0:
  48. * Added -a option to web2png.
  49. * Fix references in .inc/.css/.js files.
  50. 2.0.2:
  51. * John Hascall's patch for filtermode.
  52. 2.0.1:
  53. * gif2png man page now warns about potential browser problems.
  54. * Use env in web2png's #! for portability.
  55. 2.0.0:
  56. * Greg Roelofs sent a couple of minor fixes.  This version
  57. is ready for Burn All GIFs Day.
  58. 1.2.2:
  59. * Fixed a bug in configure that was preventing it from finding
  60. the png library properly.
  61. 1.2.1:
  62. * Fixed a brown-paper-bag bug -- web2png ignored directory
  63. arguments.
  64. 1.2.0:
  65. * Added capability to web2png to handle BACKGROUND tags and http URLs.
  66. Thanks to Rob Reid <reid@astro.utoronto.ca>.
  67. 1.1.1:
  68. * Fixed bug in converting grayscale images which are
  69. smaller when paletted (unusual situation).  Thanks to 
  70.         Borek Lupomesky <Borek.Lupomesky@ujep.cz> for sending 
  71.         us the image that revealed this problem.
  72. 1.1.0:
  73. * Added -w (web-probe) option for use with web2png and other script.
  74. * Added 0.99 release of web2png script.
  75. 1.0.0:
  76. * Dramatically improved manual page.
  77. * Added -O option, replaced -q with -v
  78. * Fixed a bug affecting multiple conversions after a grayscale image.
  79. 0.99:
  80. * -d option now actually deletes the source GIF(s).
  81. * Release packaging using automake/autoconf