4 Changes in TIFF v3.4beta016
 
   9 <FONT FACE=
"Arial, Helvetica, Sans"> 
  12 <B><FONT SIZE=+
3>T
</FONT>IFF 
<FONT SIZE=+
2>C
</FONT>HANGE 
<FONT SIZE=+
2>I
</FONT>NFORMATION
</B> 
  16 <HR SIZE=
4 WIDTH=
65% ALIGN=left
> 
  17 <B>Current Version
</B>: v3.4beta016
<BR> 
  18 <B>Previous Version
</B>: 
<A HREF=v3.4beta007.html
>v3.4beta007
</A><BR> 
  19 <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> 
  20 <HR SIZE=
4 WIDTH=
65% ALIGN=left
> 
  24 This document describes the changes made to the software between the
 
  25 <I>previous
</I> and 
<I>current
</I> versions (see above).
 
  26 If you don't find something listed here, then it was not done in this
 
  27 timeframe, or it was not considered important enough to be mentioned.
 
  28 The following information is located here:
 
  30 <LI><A HREF=
"#configure">Changes in the software configuration
</A> 
  31 <LI><A HREF=
"#libtiff">Changes in libtiff
</A> 
  32 <LI><A HREF=
"#tools">Changes in the tools
</A> 
  33 <LI><A HREF=
"#man">Changes in the manual pages
</A> 
  34 <LI><A HREF=
"#html">Changes in the documentation
</A> 
  35 <LI><A HREF=
"#contrib">Changes in contributed software
</A> 
  38 <P><HR WIDTH=
65% ALIGN=right
> 
  40 <A NAME=
"configure"><B><FONT SIZE=+
3>C
</FONT>HANGES IN THE SOFTWARE CONFIGURATION:
</B></A> 
  43 <LI>support was added for configuring the Deflate codec
 
  44 <LI>support was added for the HTML documentation
 
  45 <LI>codecs that are not configured for inclusion in the library
 
  46    are no longer compiled
 
  49 <P><HR WIDTH=
65% ALIGN=right
> 
  51 <A NAME=
"libtiff"><B><FONT SIZE=+
3>C
</FONT>HANGES IN LIBTIFF:
</B></A> 
  54 <LI>support was added for registering new codecs external to the library
 
  55    and for overriding the codecs that are builtin to the library
 
  56 <LI>emulation support for the old 
<TT>DataType
</TT> tag was improved
 
  57 <LI>suppport was added for the 
<TT>SMinSampleValue
</TT> 
  58     and 
<TT>SMaxSampleValue
</TT> tags
 
  59 <LI>the library no longer ignores 
<TT>TileWidth
</TT> and 
<TT>TileLength
</TT> 
  60     tags whose values are not a multiple of 
16 (per the spec); this
 
  61     permits old, improperly written, images to be read
 
  62 <LI>the support for the 
<TT>Predictor
</TT> tag was placed in a reusable
 
  63     module so that it can be shared by multiple codecs
 
  64 <LI>experimental compression support was added for the Deflate algorithm
 
  65    (using the freely available zlib package)
 
  66 <LI>a new routine, 
<TT>TIFFWriteBufferSetup
</TT> was added a la the
 
  67    routine 
<TT>TIFFReadBufferSetup
</TT> 
  68 <LI>the DSO version of the library is now statically linked with the
 
  69    JPEG and Deflate libraries; this means applications that link against
 
  70    the DSO do not also need to link against these ancillary libraries
 
  73 <P><HR WIDTH=
65% ALIGN=right
> 
  75 <A NAME=
"tools"><B><FONT SIZE=+
3>C
</FONT>HANGES IN THE TOOLS:
</B></A> 
  78 <LI>all the tools now use common code to process compress-oriented arguments
 
  79 <LI><TT>tiffdump
</TT> should now compile on a Macintosh with MPW
 
  82 <P><HR WIDTH=
65% ALIGN=right
> 
  84 <A NAME=
"man"><B><FONT SIZE=+
3>C
</FONT>HANGES IN THE MANUAL PAGES:
</B></A> 
  87 <LI>everything was updated
 
  90 <P><HR WIDTH=
65% ALIGN=right
> 
  92 <A NAME=
"html"><B><FONT SIZE=+
3>C
</FONT>HANGES IN THE DOCUMENTATION:
</B></A> 
  95 <LI>everything was updated
 
  98 <P><HR WIDTH=
65% ALIGN=right
> 
 100 <A NAME=
"contrib"><B><FONT SIZE=+
3>C
</FONT>HANGES IN CONTRIBUTED SOFTWARE:
</B></A> 
 103 <LI><B>contrib/dbs/xtiff
</B> was made to compile
 
 104 <LI><B>contrib/mac-mpw
</B> is new support for compiling the software on
 
 105    a Macintosh under MPW; consult 
<A HREF=build.html#Mac
>the documentation
</A> 
 107 <LI><B>contrib/tags
</B> is information on how to use the tag extenion
 
 109    <A HREF=../contrib/tags/README
>contrib/tags/README
</A> for details
 
 112 <A HREF=
"index.html"><IMG SRC=
"images/back.gif"></A> TIFF home page.
<BR> 
 117 <A HREF=
"sam.html">Sam Leffler
</A> / 
<A HREF=
"mailto:sam@engr.sgi.com">sam@engr.sgi.com
</A> 
 118 Last updated $Date: 
1999/
08/
09 20:
21:
21 $.