2
0

v3.5.3.html 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <HTML>
  2. <HEAD>
  3. <TITLE>
  4. Changes in TIFF v3.5.3
  5. </TITLE>
  6. </HEAD>
  7. <BODY BGCOLOR=white>
  8. <FONT FACE="Arial, Helvetica, Sans">
  9. <FONT FACE="Arial, Helvetica, Sans">
  10. <BASEFONT SIZE=4>
  11. <B><FONT SIZE=+3>T</FONT>IFF <FONT SIZE=+2>C</FONT>HANGE <FONT SIZE=+2>I</FONT>NFORMATION</B>
  12. <BASEFONT SIZE=3>
  13. <UL>
  14. <HR SIZE=4 WIDTH=65% ALIGN=left>
  15. <B>Current Version</B>: v3.5.3<BR>
  16. <B>Previous Version</B>: <A HREF=v3.5.2.html>v3.5.2</a><BR>
  17. <B>Master FTP Site</B>: <A HREF="ftp://ftp.onshore.com/pub/libtiff">ftp.onshore.com</a>, directory pub/libtiff</A><BR>
  18. <B>Master HTTP Site</B>: <A HREF="http://www.remotesensing.org/libtiff/">http://www.remotesensing.org/libtiff</a>
  19. <HR SIZE=4 WIDTH=65% ALIGN=left>
  20. </UL>
  21. <P>
  22. This document describes the changes made to the software between the
  23. <I>previous</I> and <I>current</I> versions (see above).
  24. If you don't find something listed here, then it was not done in this
  25. timeframe, or it was not considered important enough to be mentioned.
  26. The following information is located here:
  27. <UL>
  28. <LI><A HREF="#configure">Changes in the software configuration</A>
  29. <LI><A HREF="#libtiff">Changes in libtiff</A>
  30. <LI><A HREF="#tools">Changes in the tools</A>
  31. </UL>
  32. <p>
  33. The ChangeLog will follow, but please note the most important change:
  34. LZW compression has been removed.
  35. <p>
  36. Unisys has the patent on LZW compression and have been very active in
  37. their enforcement of late, demanding payments of $5000 or more from
  38. websites using unlicensed software to create GIF's. They could well
  39. do the same do persons using libtiff to create LZW compressed TIFF
  40. images.
  41. <p>
  42. From <A HREF=http://burnallgifs.org>Burn All GIF's Day</a>:
  43. <br>
  44. <em>The catch is that it appears to be difficult or impossible to get a
  45. Unisys license to use LZW in free software that complies with the Open
  46. Source Definition</em>
  47. <P>
  48. Unfortunatly, the removal of LZW compression means that saved image size has
  49. grown dramatically. Without a change in the TIFF spec to support
  50. another lossless compression format, this is unavoidable.
  51. <P>
  52. The library can use zip for lossless compression, but as this is not
  53. part of the spec, TIFFs using zip compression may not work with other
  54. software
  55. <P>
  56. We will be making a patch available that will contain the LZW
  57. compression code for users who have either obtained a license from
  58. Unisys or are willing to risk it.
  59. <p>
  60. LZW decompression is unchanged.
  61. <p>
  62. <P><HR WIDTH=65% ALIGN=left>
  63. <A NAME="configure"><B><FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:</B></A>
  64. <UL>
  65. <LI> Added zip creation to release makefile target
  66. </UL>
  67. <P><HR WIDTH=65% ALIGN=left>
  68. <A NAME="libtiff"><B><FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:</B></A>
  69. <UL>
  70. <LI> Added html for TIFFWriteTile.3t man page.
  71. <LI> Added some changes to tif_write.c to support rewriting existing
  72. fixed sized tiles and strips. Code mods disabled by default, only
  73. enabled if REWRITE_HACK is defined for now.
  74. <LI> Added TIFFWriteTile.3t man page.
  75. <LI> Added notes on use of makefile.vc in build.html, and fixed
  76. email subscription address.
  77. <LI> Fixed apocalypse-inducing y2k bug in contrib/ras/ras2tiff.c
  78. <LI> Did some casts cleaning up to reduce compiler warnings in tif_fax3.c,
  79. from Bruce Carmeron <cameron@petris.com> -- modifications of
  80. changes made by Frank (sun cc still complained on cast).
  81. <LI> fixed various VC++ warnings as suggested by Gilles Vollant
  82. <info@winimage.com>.
  83. <LI> Modified TIFFquery.3t man pages info on TIFFIsByteSwapped() to
  84. not imply applications are responsible for image data swapping.
  85. <LI> HTML-ized the man pages, added to html/man
  86. <LI> Removed LZW Compression to comply with Unisys patent extortion.
  87. <LI> Corrected one remaining 16 -> 32 bit value in tif_fax3.c,
  88. From Ivo Penzar <ivo.penzar@infolink-software.com.
  89. <LI> Added patch from Ivo Penzar to have TiffAdvanceDirectory handle
  90. memory mapped files. <ivo.penzar@infolink-software.com>
  91. </UL>
  92. <P><HR WIDTH=65% ALIGN=left>
  93. <A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A>
  94. <UL>
  95. <LI> Fixed apocalypse-inducing y2k bug in contrib/ras/ras2tiff.c
  96. </UL>
  97. <A HREF="index.html"><IMG SRC="images/back.gif"></A> TIFF home page.<BR>
  98. <HR>
  99. Last updated $Date: 2004-11-26 14:37:20 $.
  100. </BODY>
  101. </HTML>