v3.5.4.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <HTML>
  2. <HEAD>
  3. <TITLE>
  4. Changes in TIFF v3.5.4
  5. </TITLE>
  6. </HEAD>
  7. <BODY BGCOLOR=white>
  8. <FONT FACE="Helvetica, Arial, Sans">
  9. <FONT FACE="Helvetica, Arial, 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.4<BR>
  16. <B>Previous Version</B>: <A HREF=v3.5.3.html>v3.5.3</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. <P><HR WIDTH=65% ALIGN=left>
  34. <A NAME="configure"><B><FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:</B></A>
  35. <UL>
  36. <LI> None
  37. </UL>
  38. <P><HR WIDTH=65% ALIGN=left>
  39. <A NAME="libtiff"><B><FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:</B></A>
  40. <UL>
  41. <li> Added Pixar tag support. Contributed by Phil Beffery <phil@pixar.com>
  42. <li> Made one more change to tif_dir.c for removal of LZW compression. Also added notice
  43. when LZW compression invoked.
  44. <li> Fixed bug that caused LZW (non) compression to segfault. Added
  45. warning about LZW compression removed being removed, and why.
  46. </UL>
  47. <P><HR WIDTH=65% ALIGN=left>
  48. <A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A>
  49. <UL>
  50. <li> Changed default compression in tools to TIFF_PACKBITS, and changed usage descriptions
  51. in tools to reflect removal of LZW compression
  52. <li> Added nostrip to install in tools/Makefile.in so that debugging
  53. symbols are kept.
  54. <li> Made Packbits the default compression in tools/tiff2rgba.c instead
  55. of LZW.
  56. </UL>
  57. <A HREF="index.html"><IMG SRC="images/back.gif"></A> TIFF home page.<BR>
  58. <HR>
  59. Last updated $Date: 2006-01-03 01:45:41 $.
  60. </BODY>
  61. </HTML>