v3.5.3.html 4.2 KB

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