|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
<title></title>
|
|
roentgen |
b75cab |
Changes in TIFF v3.5.2
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
<font face="Arial, Helvetica, Sans"></font>
|
|
roentgen |
b75cab |
<font face="Arial, Helvetica, Sans"> </font>
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
<basefont size="4"></basefont>
|
|
roentgen |
b75cab |
<font size="+3">T</font>IFF <font size="+2">C</font>HANGE <font size="+2">I</font>NFORMATION
|
|
roentgen |
b75cab |
<basefont size="3"></basefont>
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Current Version: v3.5.2
|
|
roentgen |
b75cab |
Previous Version: v3.5.1
|
|
roentgen |
b75cab |
Master FTP Site: ftp.onshore.com, directory graphics/tiff
|
|
roentgen |
b75cab |
Master HTTP Site: http://www.remotesensing.org/libtiff
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
This document describes the changes made to the software between the
|
|
roentgen |
b75cab |
previous and current versions (see above).
|
|
roentgen |
b75cab |
If you don't find something listed here, then it was not done in this
|
|
roentgen |
b75cab |
timeframe, or it was not considered important enough to be mentioned.
|
|
roentgen |
b75cab |
The following information is located here:
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Changes in the software configuration
|
|
roentgen |
b75cab |
Changes in libtiff
|
|
roentgen |
b75cab |
Changes in the tools
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
<font size="+3">C</font>HANGES IN THE SOFTWARE CONFIGURATION:
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Corrected alpha versioning.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Removed distinction between alpha and release targets in Makefile.in.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Added release.stamp target, which tags cvs tree, and updates
|
|
roentgen |
b75cab |
"RELEASE-DATE"
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Added releasediff target, which diffs tree with source as of
|
|
roentgen |
b75cab |
date in "RELEASE-DATE"
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Ticked up version to 3.5.2 (alpha 01 -- but I think we'll moving
|
|
roentgen |
b75cab |
away from alpha/non-alpha distinctions).
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
<font size="+3">C</font>HANGES IN LIBTIFF:
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Added IRIX/gcc, and OSF/1 4.x support on behalf of
|
|
roentgen |
b75cab |
Albert Chin-A-Young <china@thewrittenword.com></china@thewrittenword.com>
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Added TIFFReassignTagToIgnore() API on behalf of
|
|
roentgen |
b75cab |
Bruce Cameron <cameron@petris.com>. Man page still pending.</cameron@petris.com>
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
pre-remove so link before softlink in LINUXdso action in
|
|
roentgen |
b75cab |
libtiff/Makefile.in to avoid failure on LINUXdso builds other than
|
|
roentgen |
b75cab |
the first.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Fixed problem with cvtcmap() in tif_getimage.c modifying the
|
|
roentgen |
b75cab |
colormaps owned by the TIFF handle itself when trying to fixup wrong
|
|
roentgen |
b75cab |
(eight bit) colormaps. Corrected by maintaining a private copy of
|
|
roentgen |
b75cab |
the colormap.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Added TIFFReadRGBATile()/TIFFReadRGBAStrip() support in
|
|
roentgen |
b75cab |
tif_getimage.c.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Applied "a" mode fix to tif_win32.c/TIFFOpen() as suggested
|
|
roentgen |
b75cab |
by Christopher Lawton <clawton@mathworks.com></clawton@mathworks.com>
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Set O_BINARY for tif_unix.c open() ... used on cygwin for instance.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Added CYGWIN case in configure.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Applied Francois Dagand's patch to handle fax decompression bug.
|
|
roentgen |
b75cab |
(sizes >= 65536 were failing)
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
<font size="+3">C</font>HANGES IN THE TOOLS:
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Added addtiffo (add overviews to a TIFF file) in contrib. Didn't
|
|
roentgen |
b75cab |
put it in tools since part of it is in C++.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
TIFF home page.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Last updated $Date: 2004/11/26 14:37:20 $.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|