|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
<title></title>
|
|
roentgen |
b75cab |
Changes in TIFF v3.5.6
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
<font face="Helvetica, Arial, Sans"></font>
|
|
roentgen |
b75cab |
<font face="Helvetica, Arial, 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.6beta
|
|
roentgen |
b75cab |
Previous Version: v3.5.5
|
|
roentgen |
b75cab |
Master FTP Site: ftp.onshore.com, directory pub/libtiff
|
|
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 |
Changes in contrib
|
|
roentgen |
b75cab |
Changes in the LZW compression kit
|
|
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 |
|
|
roentgen |
b75cab |
Added GNULDdso target and switched linux and freebsd to use it.
|
|
roentgen |
b75cab |
tools/Makefile.in: Modified to install properly on SGI.
|
|
roentgen |
b75cab |
configure: Fixed DSO test for Linux as per patch from
|
|
roentgen |
b75cab |
Jan Van Buggenhout <chipzz@ace.ulyssis.student.kuleuven.ac.be>.</chipzz@ace.ulyssis.student.kuleuven.ac.be>
|
|
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 |
|
|
roentgen |
b75cab |
tif_dir.c: Clear TIFF_ISTILED flag in TIFFDefaultDirectory
|
|
roentgen |
b75cab |
as per http://bugzilla.remotesensing.org/show_bug.cgi?id=18
|
|
roentgen |
b75cab |
from vandrove@vc.cvut.cz.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Modified tif_packbits.c decoding to avoid overrunning the
|
|
roentgen |
b75cab |
output buffer, and to issue a warning if data needs to be
|
|
roentgen |
b75cab |
discarded. See http://bugzilla.remotesensing.org/show_bug.cgi?id=18
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Modified TIFFClientOpen() to emit an error on an attempt to
|
|
roentgen |
b75cab |
open a comperessed file for update (O_RDWR/r+) access. This is
|
|
roentgen |
b75cab |
because the compressor/decompressor code gets very confused when
|
|
roentgen |
b75cab |
the mode is O_RDWR, assuming this means writing only. See
|
|
roentgen |
b75cab |
bug http://bugzilla.remotesensing.org/show_bug.cgi?id=13
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Applied patch for 0x0000 sequences in tif_fax3.h's definition
|
|
roentgen |
b75cab |
of EXPAND1D() as per bug 11 (from Roman).
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Fixed tiffcomp.h to avoid win32 stuff if unix #defined, to improve
|
|
roentgen |
b75cab |
cygwin compatibility.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Applied patch from Roman Shpount to tif_fax3.c. This seems to
|
|
roentgen |
b75cab |
be a proper fix to the buffer sizing problem. See
|
|
roentgen |
b75cab |
http://bugzilla.remotesensing.org/show_bug.cgi?id=11
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Fixed tif_getimage.c to fix overrun bug with YCbCr images without
|
|
roentgen |
b75cab |
downsampling. http://bugzilla.remotesensing.org/show_bug.cgi?id=10
|
|
roentgen |
b75cab |
Thanks to Nick Lamb <njl98r@ecs.soton.ac.uk> for reporting the</njl98r@ecs.soton.ac.uk>
|
|
roentgen |
b75cab |
bug and proving the patch.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Fixed tif_jpeg.c so avoid destroying the decompressor before
|
|
roentgen |
b75cab |
we are done access data thanks to bug report from:
|
|
roentgen |
b75cab |
Michael Eckstein <eckstein@gepro.cz>.</eckstein@gepro.cz>
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
tif_open.c: Don't set MMAP for O_RDWR files.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
tif_open.c: Set STRIPCHOP_DEFAULT for O_RDWR as well as O_RDONLY
|
|
roentgen |
b75cab |
so that files opened for update can be strip chopped too.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
tif_read.c: fixed up bug with files missing rowsperstrip and
|
|
roentgen |
b75cab |
the strips per separation fix done a few weeks ago.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Tentatively added support for SAMPLEFORMAT_COMPLEXIEEEFP, and
|
|
roentgen |
b75cab |
SAMPLEFORMAT_COMPLEXINT.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
index.html, bugs.html: added bugzilla info.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
tif_read.c: fix subtle bug with determining the number of
|
|
roentgen |
b75cab |
rows for strips that are the last strip in a separation but
|
|
roentgen |
b75cab |
not the last strip of all in TIFFReadEncodedStrip().
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Applied 16/32 bit fix to tif_fax3.c. Fix supplied by
|
|
roentgen |
b75cab |
Peter Skarpetis <peters@serendipity-software.com.au></peters@serendipity-software.com.au>
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Modified tiffio.h logic with regard to including windows.h. It
|
|
roentgen |
b75cab |
won't include it when building with __CYGWIN__.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
README: update to mention www.libtiff.org, don't list Sam's old
|
|
roentgen |
b75cab |
email address.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
libtiff/tif_dirread.c: Don't use estimate strip byte count for
|
|
roentgen |
b75cab |
one tile/strip images with an offset, and byte count of zero. These
|
|
roentgen |
b75cab |
could be "unpopulated" images.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
tif_win32.c: Applied patch to fix overreads and ovverwrites
|
|
roentgen |
b75cab |
caught by BoundsChecker. From Arvan Pritchard
|
|
roentgen |
b75cab |
<arvan.pritchard@infomatix.co.uk> (untested). </arvan.pritchard@infomatix.co.uk>
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
tif_getimage.c: Applied patch to silence VC6 warnings. From
|
|
roentgen |
b75cab |
Arvan Pritchard <arvan.pritchard@informatix.co.uk></arvan.pritchard@informatix.co.uk>
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
tif_lzw.c: Applied patch to silence VC6 warnings. From
|
|
roentgen |
b75cab |
Arvan Pritchard <arvan.pritchard@informatix.co.uk></arvan.pritchard@informatix.co.uk>
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
libtiff/tif_apple.c: Applied "Carbon" support patches supplied by
|
|
roentgen |
b75cab |
Leonard Rosenthol <leonardr@lazerware.com>. May interfere</leonardr@lazerware.com>
|
|
roentgen |
b75cab |
with correct building on older systems. If so, please let me know.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
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 |
|
|
roentgen |
b75cab |
tools/rgb2ycbcr.c: fixed output strip size to account for vertical
|
|
roentgen |
b75cab |
roundup if rows_per_strip not a multiple of vertical sample size.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
tools/tiffsplit.c: Copy TIFFTAG_SAMPLEFORMAT.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Modified tiff2bw to ensure portions add to 100%, and that
|
|
roentgen |
b75cab |
white is properly recovered. See bug
|
|
roentgen |
b75cab |
http://bugzilla.remotesensing.org/show_bug.cgi?id=15 Patch
|
|
roentgen |
b75cab |
c/o Stanislav Brabec <utx@penguin.cz></utx@penguin.cz>
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
<font size="+3">C</font>HANGES IN CONTRIB:
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
contrib/addtiffo: Added "averaging" resampling option.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Added contrib/stream (stream io) code submitted by Avi Bleiweiss.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
<font size="+3">C</font>HANGES IN THE LZW COMPRESSION KIT
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
updated tif_dir.c to reflect changes to no-lzw tif_dir.c
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
TIFF home page.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Last updated $Date: 2006/03/18 17:12:47 $.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|