v3.4beta032.html 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <HTML>
  2. <HEAD>
  3. <TITLE>
  4. Changes in TIFF v3.4beta032
  5. </TITLE>
  6. </HEAD>
  7. <BODY>
  8. <FONT FACE="Arial, Helvetica, Sans">
  9. <BASEFONT SIZE=4>
  10. <B><FONT SIZE=+3>T</FONT>IFF <FONT SIZE=+2>C</FONT>HANGE <FONT SIZE=+2>I</FONT>NFORMATION</B>
  11. <BASEFONT SIZE=3>
  12. <UL>
  13. <HR SIZE=4 WIDTH=65% ALIGN=left>
  14. <B>Current Version</B>: v3.4beta032<BR>
  15. <B>Previous Version</B>: <A HREF=v3.4beta031.html>v3.4beta031</A><BR>
  16. <B>Master FTP Site</B>: <A HREF="ftp://ftp.sgi.com/graphics/tiff">ftp.sgi.com (192.48.153.1), directory graphics/tiff</A><BR>
  17. <HR SIZE=4 WIDTH=65% ALIGN=left>
  18. </UL>
  19. <P>
  20. This document describes the changes made to the software between the
  21. <I>previous</I> and <I>current</I> versions (see above).
  22. If you don't find something listed here, then it was not done in this
  23. timeframe, or it was not considered important enough to be mentioned.
  24. The following information is located here:
  25. <UL>
  26. <LI><A HREF="#configure">Changes in the software configuration</A>
  27. <LI><A HREF="#libtiff">Changes in libtiff</A>
  28. <LI><A HREF="#tools">Changes in the tools</A>
  29. <LI><A HREF="#contrib">Changes in the contributed software</A>
  30. </UL>
  31. <P><HR WIDTH=65% ALIGN=right>
  32. <A NAME="configure"><B><FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:</B></A>
  33. <UL>
  34. <LI>various fixups and subtle improvements to <B>configure</B>
  35. from Richard Mlynarik
  36. </UL>
  37. <P><HR WIDTH=65% ALIGN=right>
  38. <A NAME="libtiff"><B><FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:</B></A>
  39. <UL>
  40. <LI>a new codec from Pixar designed for high-resolution color images;
  41. note that this codec is not configured by default
  42. <LI>a bug fix for reading tags with a single <TT>FLOAT</TT> value
  43. <LI>change to the <TT>TIFFGetField</TT> calling convention:
  44. a tag that has a single value of
  45. type <TT>DOUBLE</TT> is now retrieved by passing a
  46. ``<TT>double*</TT>'' instead of a
  47. ``<TT>double**</TT>'' (this change makes the handling of tags with
  48. <TT>DOUBLE</TT> values identical to the handling of tags with
  49. <TT>FLOAT</TT> values)
  50. <LI>fix to VMS support for the handling of floating point values
  51. </UL>
  52. <P><HR WIDTH=65% ALIGN=right>
  53. <A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A>
  54. <UL>
  55. <LI><B>tiffdump</B> now handles tags with <TT>FLOAT</TT> and <TT>DOUBLE</TT>
  56. values
  57. </UL>
  58. <P><HR WIDTH=65% ALIGN=right>
  59. <A NAME="contrib"><B><FONT SIZE=+3>C</FONT>HANGES IN THE CONTRIBUTED SOFTWARE:</B></A>
  60. <UL>
  61. <LI>updates to the Acorn OS support from Peter Greenham
  62. </UL>
  63. <A HREF="index.html"><IMG SRC="images/back.gif"></A> TIFF home page.<BR>
  64. <HR>
  65. <ADDRESS>
  66. <A HREF="sam.html">Sam Leffler</A> / <A HREF="mailto:sam@engr.sgi.com">sam@engr.sgi.com</A>
  67. Last updated $Date: 1999-08-09 20:21:21 $.
  68. </ADDRESS>
  69. </BODY>
  70. </HTML>