1<HTML> 2<HEAD> 3<TITLE> 4Changes in TIFF v3.4beta032 5</TITLE> 6</HEAD> 7 8<BODY> 9 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 14<UL> 15<HR SIZE=4 WIDTH=65% ALIGN=left> 16<B>Current Version</B>: v3.4beta032<BR> 17<B>Previous Version</B>: <A HREF=v3.4beta031.html>v3.4beta031</A><BR> 18<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> 19<HR SIZE=4 WIDTH=65% ALIGN=left> 20</UL> 21 22<P> 23This document describes the changes made to the software between the 24<I>previous</I> and <I>current</I> versions (see above). 25If you don't find something listed here, then it was not done in this 26timeframe, or it was not considered important enough to be mentioned. 27The 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<LI><A HREF="#contrib">Changes in the contributed software</A> 33</UL> 34 35<P><HR WIDTH=65% ALIGN=right> 36 37<A NAME="configure"><B><FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:</B></A> 38 39<UL> 40<LI>various fixups and subtle improvements to <B>configure</B> 41 from Richard Mlynarik 42</UL> 43 44<P><HR WIDTH=65% ALIGN=right> 45 46<A NAME="libtiff"><B><FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:</B></A> 47 48<UL> 49<LI>a new codec from Pixar designed for high-resolution color images; 50 note that this codec is not configured by default 51<LI>a bug fix for reading tags with a single <TT>FLOAT</TT> value 52<LI>change to the <TT>TIFFGetField</TT> calling convention: 53 a tag that has a single value of 54 type <TT>DOUBLE</TT> is now retrieved by passing a 55 ``<TT>double*</TT>'' instead of a 56 ``<TT>double**</TT>'' (this change makes the handling of tags with 57 <TT>DOUBLE</TT> values identical to the handling of tags with 58 <TT>FLOAT</TT> values) 59<LI>fix to VMS support for the handling of floating point values 60</UL> 61 62<P><HR WIDTH=65% ALIGN=right> 63 64<A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A> 65 66<UL> 67<LI><B>tiffdump</B> now handles tags with <TT>FLOAT</TT> and <TT>DOUBLE</TT> 68 values 69</UL> 70 71<P><HR WIDTH=65% ALIGN=right> 72 73<A NAME="contrib"><B><FONT SIZE=+3>C</FONT>HANGES IN THE CONTRIBUTED SOFTWARE:</B></A> 74 75<UL> 76<LI>updates to the Acorn OS support from Peter Greenham 77</UL> 78 79<A HREF="index.html"><IMG SRC="images/back.gif"></A> TIFF home page.<BR> 80 81<HR> 82 83<ADDRESS> 84<A HREF="sam.html">Sam Leffler</A> / <A HREF="mailto:[email protected]">[email protected]</A> 85Last updated $Date: 1999-07-27 21:50:27 $. 86</ADDRESS> 87 88</BODY> 89</HTML> 90