|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
<title></title>
|
|
kusano |
7d535a |
Changes in TIFF v3.4beta024
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
<font face="Arial, Helvetica, Sans"></font>
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
<basefont size="4"></basefont>
|
|
kusano |
7d535a |
<font size="+3">T</font>IFF <font size="+2">C</font>HANGE <font size="+2">I</font>NFORMATION
|
|
kusano |
7d535a |
<basefont size="3"></basefont>
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
Current Version: v3.4beta024
|
|
kusano |
7d535a |
Previous Version: v3.4beta018
|
|
kusano |
7d535a |
Master FTP Site: ftp.sgi.com (192.48.153.1), directory graphics/tiff
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
This document describes the changes made to the software between the
|
|
kusano |
7d535a |
previous and current versions (see above).
|
|
kusano |
7d535a |
If you don't find something listed here, then it was not done in this
|
|
kusano |
7d535a |
timeframe, or it was not considered important enough to be mentioned.
|
|
kusano |
7d535a |
The following information is located here:
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
Changes in the software configuration
|
|
kusano |
7d535a |
Changes in libtiff
|
|
kusano |
7d535a |
Changes in the tools
|
|
kusano |
7d535a |
Changes in the manual pages
|
|
kusano |
7d535a |
Changes in the contributed software
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
<font size="+3">C</font>HANGES IN THE SOFTWARE CONFIGURATION:
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
It is now possible to setup the software to build only the
|
|
kusano |
7d535a |
library; configure reconizes this is the intent when the
|
|
kusano |
7d535a |
VERSION, tiff.alpha, and tif_version.c
|
|
kusano |
7d535a |
files are in the local directory (i.e. ``.'')
|
|
kusano |
7d535a |
configure no longer tries to setup HTML materials
|
|
kusano |
7d535a |
include file directories needed in building the library are now
|
|
kusano |
7d535a |
specified with a <tt>DIRS_LIBINC</tt> config parameter
|
|
kusano |
7d535a |
configure no longer checks for alternate compilers if <tt>CC</tt>
|
|
kusano |
7d535a |
is set; if the specified compiler is not found or is not appropriate
|
|
kusano |
7d535a |
the configuration procedure aborts
|
|
kusano |
7d535a |
the port.h file generated by configure is now used only by
|
|
kusano |
7d535a |
the library and as such as have been moved to the libtiff
|
|
kusano |
7d535a |
directory
|
|
kusano |
7d535a |
there is beginning support for building DSO's on systems other than IRIX
|
|
kusano |
7d535a |
configure now verifies the JPEG and zlib directory pathnames by
|
|
kusano |
7d535a |
checking for well-known include files in these directories
|
|
kusano |
7d535a |
configure no longer creates the dist directory needed only
|
|
kusano |
7d535a |
on SGI machines (for building SGI binary distributions)
|
|
kusano |
7d535a |
a bug was fixed whereby configure would incorrectly set
|
|
kusano |
7d535a |
<tt>ENVOPTS</tt> when building the software with gcc under AIX
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
<font size="+3">C</font>HANGES IN LIBTIFF:
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
two new typedefs were added to tiff.h: <tt>int8</tt>
|
|
kusano |
7d535a |
and <tt>uint8</tt> for signed and unsigned 8-bit quantities,
|
|
kusano |
7d535a |
respectively; these are currently used only by
|
|
kusano |
7d535a |
programs in the tools directory
|
|
kusano |
7d535a |
the <tt>BadFaxLines</tt>, <tt>CleanFaxData</tt>, and
|
|
kusano |
7d535a |
<tt>ConsecutiveBadFaxLines tags are now supported with</tt>
|
|
kusano |
7d535a |
Group 4 compression
|
|
kusano |
7d535a |
byte order is now correctly identified on 64-bit machines
|
|
kusano |
7d535a |
a bug was fixed in the PackBits decoder where input data would
|
|
kusano |
7d535a |
appear short when a no-op run was present
|
|
kusano |
7d535a |
a bug was fixed in calculations with very wide strips
|
|
kusano |
7d535a |
<tt>TIFFWriteEncodedStrip</tt> and <tt>TIFFWriteRawStrip</tt>
|
|
kusano |
7d535a |
were extended to support dynamically growing the number of
|
|
kusano |
7d535a |
strips in an image (must set <tt>ImageLength</tt> prior to
|
|
kusano |
7d535a |
making calls though)
|
|
kusano |
7d535a |
<tt>TIFFDefaultTileSize</tt> now rounds tile width and height
|
|
kusano |
7d535a |
up to a multiple of 16 pixels, as required by the TIFF 6.0 specification
|
|
kusano |
7d535a |
the file version.h is now built by a new mkversion
|
|
kusano |
7d535a |
program; this was done for portability to non-UNIX systems
|
|
kusano |
7d535a |
support was added for the Acorn RISC OS (from Peter Greenham)
|
|
kusano |
7d535a |
the builtin codec table is now made <tt>const</tt> when compiling
|
|
kusano |
7d535a |
under VMS so that libtiff can be built as a shared library
|
|
kusano |
7d535a |
support for the PowerPC Mac (from Ruedi Boesch)
|
|
kusano |
7d535a |
support for Window NT/Window 95 (from Scott Wagner)
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
<font size="+3">C</font>HANGES IN THE TOOLS:
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
the tools no longer include port.h
|
|
kusano |
7d535a |
various portability fixes; mostly to eliminate implicit assumptions
|
|
kusano |
7d535a |
about how long <tt>int32</tt> data types are
|
|
kusano |
7d535a |
PostScript Level II additions to <tt>tiff2ps</tt> from Bjorn Brox
|
|
kusano |
7d535a |
<tt>sgi2tiff</tt> now handles RGBA images
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
<font size="+3">C</font>HANGES IN THE MANUAL PAGES:
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
the documentation has been updated to reflect the current state of
|
|
kusano |
7d535a |
the software
|
|
kusano |
7d535a |
some routines have been moved to different manual pages
|
|
kusano |
7d535a |
to group like-routines together
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
<font size="+3">C</font>HANGES IN THE CONTRIBUTED SOFTWARE:
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
support was added for the Acorn RISC OS (from Peter Greenham)
|
|
kusano |
7d535a |
support for Windows NT/Windows 95 contributed for a previous
|
|
kusano |
7d535a |
version of this software was sort of incorporated (it's broken
|
|
kusano |
7d535a |
right now) (from Scott Wagner)
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
TIFF home page.
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
<address></address>
|
|
kusano |
7d535a |
Sam Leffler / sam@engr.sgi.com
|
|
kusano |
7d535a |
Last updated $Date: 1999/08/09 20:21:21 $.
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
|