v3.5.4.html 2.4 KB

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