v3.4beta032.html 2.7 KB

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