|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
<title></title>
|
|
roentgen |
b75cab |
Changes in TIFF v3.5.3
|
|
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.3
|
|
roentgen |
b75cab |
Previous Version: v3.5.2
|
|
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 |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
The ChangeLog will follow, but please note the most important change:
|
|
roentgen |
b75cab |
LZW compression has been removed.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Unisys has the patent on LZW compression and have been very active in
|
|
roentgen |
b75cab |
their enforcement of late, demanding payments of $5000 or more from
|
|
roentgen |
b75cab |
websites using unlicensed software to create GIF's. They could well
|
|
roentgen |
b75cab |
do the same do persons using libtiff to create LZW compressed TIFF
|
|
roentgen |
b75cab |
images.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
From Burn All GIF's Day:
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
The catch is that it appears to be difficult or impossible to get a
|
|
roentgen |
b75cab |
Unisys license to use LZW in free software that complies with the Open
|
|
roentgen |
b75cab |
Source Definition
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Unfortunatly, the removal of LZW compression means that saved image size has
|
|
roentgen |
b75cab |
grown dramatically. Without a change in the TIFF spec to support
|
|
roentgen |
b75cab |
another lossless compression format, this is unavoidable.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
The library can use zip for lossless compression, but as this is not
|
|
roentgen |
b75cab |
part of the spec, TIFFs using zip compression may not work with other
|
|
roentgen |
b75cab |
software
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
We will be making a patch available that will contain the LZW
|
|
roentgen |
b75cab |
compression code for users who have either obtained a license from
|
|
roentgen |
b75cab |
Unisys or are willing to risk it.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
LZW decompression is unchanged.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
<font size="+3">C</font>HANGES IN THE SOFTWARE CONFIGURATION:
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Added zip creation to release makefile target
|
|
roentgen |
b75cab |
|
|
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 |
Added html for TIFFWriteTile.3t man page.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Added some changes to tif_write.c to support rewriting existing
|
|
roentgen |
b75cab |
fixed sized tiles and strips. Code mods disabled by default, only
|
|
roentgen |
b75cab |
enabled if REWRITE_HACK is defined for now.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Added TIFFWriteTile.3t man page.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Added notes on use of makefile.vc in build.html, and fixed
|
|
roentgen |
b75cab |
email subscription address.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Fixed apocalypse-inducing y2k bug in contrib/ras/ras2tiff.c
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Did some casts cleaning up to reduce compiler warnings in tif_fax3.c,
|
|
roentgen |
b75cab |
from Bruce Carmeron <cameron@petris.com> -- modifications of </cameron@petris.com>
|
|
roentgen |
b75cab |
changes made by Frank (sun cc still complained on cast).
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
fixed various VC++ warnings as suggested by Gilles Vollant
|
|
roentgen |
b75cab |
<info@winimage.com>. </info@winimage.com>
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Modified TIFFquery.3t man pages info on TIFFIsByteSwapped() to
|
|
roentgen |
b75cab |
not imply applications are responsible for image data swapping.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
HTML-ized the man pages, added to html/man
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Removed LZW Compression to comply with Unisys patent extortion.
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Corrected one remaining 16 -> 32 bit value in tif_fax3.c,
|
|
roentgen |
b75cab |
From Ivo Penzar
|
|
roentgen |
b75cab |
|
|
roentgen |
b75cab |
Added patch from Ivo Penzar to have TiffAdvanceDirectory handle
|
|
roentgen |
b75cab |
memory mapped files. <ivo.penzar@infolink-software.com></ivo.penzar@infolink-software.com>
|
|
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 |
Fixed apocalypse-inducing y2k bug in contrib/ras/ras2tiff.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 |
|