1<HTML> 2<HEAD> 3<TITLE> 4 Changes in TIFF v4.0.0 5</TITLE> 6</HEAD> 7 8<BODY BGCOLOR=white> 9<FONT FACE="Helvetica, Arial, Sans"> 10<FONT FACE="Helvetica, Arial, Sans"> 11 12<BASEFONT SIZE=4> 13<B><FONT SIZE=+3>T</FONT>IFF <FONT SIZE=+2>C</FONT>HANGE <FONT SIZE=+2>I</FONT>NFORMATION</B> 14<BASEFONT SIZE=3> 15 16<UL> 17<HR SIZE=4 WIDTH=65% ALIGN=left> 18<B>Current Version</B>: v4.0.0<BR> 19<B>Previous Version</B>: <A HREF=v3.8.2.html>v3.8.2</a><BR> 20<B>Master FTP Site</B>: <A HREF="ftp://ftp.remotesensing.org/pub/libtiff"> 21ftp.remotesensing.org</a>, directory pub/libtiff</A><BR> 22<B>Master HTTP Site</B>: <A HREF="http://www.remotesensing.org/libtiff"> 23http://www.remotesensing.org/libtiff</a> 24<HR SIZE=4 WIDTH=65% ALIGN=left> 25</UL> 26 27<P> 28This document describes the changes made to the software between the 29<I>previous</I> and <I>current</I> versions (see above). 30If you don't find something listed here, then it was not done in this 31timeframe, or it was not considered important enough to be mentioned. 32The following information is located here: 33<UL> 34<LI><A HREF="#hightlights">Major Changes</A> 35<LI><A HREF="#configure">Changes in the software configuration</A> 36<LI><A HREF="#libtiff">Changes in libtiff</A> 37<LI><A HREF="#tools">Changes in the tools</A> 38<LI><A HREF="#contrib">Changes in the contrib area</A> 39</UL> 40<p> 41<P><HR WIDTH=65% ALIGN=left> 42 43<!---------------------------------------------------------------------------> 44 45<A NAME="highlights"><B><FONT SIZE=+3>M</FONT>AJOR CHANGES:</B></A> 46 47Important backward incompatible changes in the public API: 48 49<UL> 50 <LI> TIFFReassignTagToIgnore() function and TIFFIgnoreSense enumeration 51 have been removed. They was unused and never been used properly. 52 Should be unneeded for high-level applications. 53 54 <LI> TIFFTagValue structure removed from the public tiffio.h 55 to private tif_dir.h and not accessible anymore. It should be unneeded 56 for high-level applications. 57</UL> 58 59 60<P><HR WIDTH=65% ALIGN=left> 61<!---------------------------------------------------------------------------> 62 63<A NAME="configure"><B><FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:</B></A> 64 65<UL> 66 67</UL> 68 69<P><HR WIDTH=65% ALIGN=left> 70 71<!---------------------------------------------------------------------------> 72 73<A NAME="libtiff"><B><FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:</B></A> 74 75<UL> 76 77</UL> 78 79<P><HR WIDTH=65% ALIGN=left> 80 81<!--------------------------------------------------------------------------> 82 83<A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A> 84 85<UL> 86 87</UL> 88 89<P><HR WIDTH=65% ALIGN=left> 90 91<!---------------------------------------------------------------------------> 92 93<A NAME="contrib"><B><FONT SIZE=+3>C</FONT>HANGES IN THE CONTRIB AREA:</B></A> 94 95<UL> 96</UL> 97 98Last updated $Date: 2007-07-04 14:06:38 $. 99 100</BODY> 101</HTML> 102