xref: /libtiff-4.0.7/html/v3.4beta024.html (revision 0ef31e1f)
1<HTML>
2<HEAD>
3<TITLE>
4Changes in TIFF v3.4beta024
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.4beta024<BR>
17<B>Previous Version</B>: <A HREF=v3.4beta018.html>v3.4beta018</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="#man">Changes in the manual pages</A>
33<LI><A HREF="#contrib">Changes in the contributed software</A>
34</UL>
35
36<P><HR WIDTH=65% ALIGN=right>
37
38<A NAME="configure"><B><FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:</B></A>
39
40<UL>
41<LI>It is now possible to setup the software to build only the
42   library; configure reconizes this is the intent when the
43   <B>VERSION</B>, <B>tiff.alpha</B>, and <B>tif_version.c</B>
44   files are in the local directory (i.e. ``.'')
45<LI>configure no longer tries to setup HTML materials
46<LI>include file directories needed in building the library are now
47   specified with a <TT>DIRS_LIBINC</TT> config parameter
48<LI>configure no longer checks for alternate compilers if <TT>CC</TT>
49   is set; if the specified compiler is not found or is not appropriate
50   the configuration procedure aborts
51<LI>the <B>port.h</B> file generated by configure is now used only by
52   the library and as such as have been moved to the <B>libtiff</B>
53   directory
54<LI>there is beginning support for building DSO's on systems other than IRIX
55<LI>configure now verifies the JPEG and zlib directory pathnames by
56   checking for well-known include files in these directories
57<LI>configure no longer creates the <B>dist</B> directory needed only
58   on SGI machines (for building SGI binary distributions)
59<LI>a bug was fixed whereby configure would incorrectly set
60    <TT>ENVOPTS</TT> when building the software with gcc under AIX
61</UL>
62
63<P><HR WIDTH=65% ALIGN=right>
64
65<A NAME="libtiff"><B><FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:</B></A>
66
67<UL>
68<LI>two new typedefs were added to <B>tiff.h</TT>: <TT>int8</TT>
69    and <TT>uint8</TT> for signed and unsigned 8-bit quantities,
70    respectively; these are currently used only by
71    programs in the <B>tools</B> directory
72<LI>the <TT>BadFaxLines</TT>, <TT>CleanFaxData</TT>, and
73    <TT>ConsecutiveBadFaxLines</B> tags are now supported with
74    Group 4 compression
75<LI>byte order is now correctly identified on 64-bit machines
76<LI>a bug was fixed in the PackBits decoder where input data would
77    appear short when a no-op run was present
78<LI>a bug was fixed in calculations with very wide strips
79<LI><TT>TIFFWriteEncodedStrip</TT> and <TT>TIFFWriteRawStrip</TT>
80    were extended to support dynamically growing the number of
81    strips in an image (must set <TT>ImageLength</TT> prior to
82    making calls though)
83<LI><TT>TIFFDefaultTileSize</TT> now rounds tile width and height
84    up to a multiple of 16 pixels, as required by the TIFF 6.0 specification
85<LI>the file <B>version.h</B> is now built by a new <B>mkversion</B>
86    program; this was done for portability to non-UNIX systems
87<LI>support was added for the Acorn RISC OS (from Peter Greenham)
88<LI>the builtin codec table is now made <TT>const</TT> when compiling
89    under VMS so that <B>libtiff</B> can be built as a shared library
90<LI>support for the PowerPC Mac (from Ruedi Boesch)
91<LI>support for Window NT/Window 95 (from Scott Wagner)
92</UL>
93
94<P><HR WIDTH=65% ALIGN=right>
95
96<A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A>
97
98<UL>
99<LI>the tools no longer include <B>port.h</B>
100<LI>various portability fixes; mostly to eliminate implicit assumptions
101    about how long <TT>int32</TT> data types are
102<LI>PostScript Level II additions to <TT>tiff2ps</TT> from Bjorn Brox
103<LI><TT>sgi2tiff</TT> now handles RGBA images
104</UL>
105
106<P><HR WIDTH=65% ALIGN=right>
107
108<A NAME="man"><B><FONT SIZE=+3>C</FONT>HANGES IN THE MANUAL PAGES:</B></A>
109
110<UL>
111<LI>the documentation has been updated to reflect the current state of
112    the software
113<LI>some routines have been moved to different manual pages
114    to group like-routines together
115</UL>
116
117<P><HR WIDTH=65% ALIGN=right>
118
119<A NAME="contrib"><B><FONT SIZE=+3>C</FONT>HANGES IN THE CONTRIBUTED SOFTWARE:</B></A>
120
121<UL>
122<LI>support was added for the Acorn RISC OS (from Peter Greenham)
123<LI>support for Windows NT/Windows 95 contributed for a previous
124    version of this software was sort of incorporated (it's broken
125    right now) (from Scott Wagner)
126</UL>
127
128<A HREF="index.html"><IMG SRC="images/back.gif"></A> TIFF home page.<BR>
129
130<HR>
131
132<ADDRESS>
133<A HREF="sam.html">Sam Leffler</A> / <A HREF="mailto:[email protected]">[email protected]</A>
134Last updated $Date: 1999-07-27 21:50:27 $.
135</ADDRESS>
136
137</BODY>
138</HTML>
139