/usr/share/doc/libtiff-devel/html
NameSizeModeActions
images/-0755rm
man/-0755rm
addingtags.html122150644editdlrm
bugs.html25300644editdlrm
build.html259740644editdlrm
CMakeLists.txt23690644editdlrm
contrib.html37020644editdlrm
document.html16970644editdlrm
images.html11820644editdlrm
index.html50970644editdlrm
internals.html191320644editdlrm
intro.html25000644editdlrm
libtiff.html386080644editdlrm
misc.html39410644editdlrm
support.html176140644editdlrm
TIFFTechNote2.html356980644editdlrm
tools.html56730644editdlrm
v3.4beta007.html39650644editdlrm
v3.4beta016.html40910644editdlrm
v3.4beta018.html27160644editdlrm
v3.4beta024.html54070644editdlrm
v3.4beta028.html60490644editdlrm
v3.4beta029.html28380644editdlrm
v3.4beta031.html33940644editdlrm
v3.4beta032.html27630644editdlrm
v3.4beta033.html23570644editdlrm
v3.4beta034.html22300644editdlrm
v3.4beta035.html18610644editdlrm
v3.4beta036.html46360644editdlrm
v3.5.1.html22420644editdlrm
v3.5.2.html33440644editdlrm
v3.5.3.html43310644editdlrm
v3.5.4.html24470644editdlrm
v3.5.5.html50700644editdlrm
v3.5.6-beta.html61910644editdlrm
v3.5.7.html100870644editdlrm
v3.6.0.html168450644editdlrm
v3.6.1.html68890644editdlrm
v3.7.0.html42220644editdlrm
v3.7.0alpha.html91620644editdlrm
v3.7.0beta.html50240644editdlrm
v3.7.0beta2.html36830644editdlrm
v3.7.1.html82590644editdlrm
v3.7.2.html80870644editdlrm
v3.7.3.html83180644editdlrm
v3.7.4.html43270644editdlrm
v3.8.0.html68910644editdlrm
v3.8.1.html81210644editdlrm
v3.8.2.html43520644editdlrm
v3.9.0beta.html117830644editdlrm
v3.9.1.html32570644editdlrm
v3.9.2.html34600644editdlrm
v4.0.0.html108200644editdlrm
v4.0.1.html31070644editdlrm
v4.0.2.html30810644editdlrm
v4.0.3.html35250644editdlrm
v4.0.4.html82600644editdlrm
v4.0.4beta.html133070644editdlrm
v4.0.5.html44370644editdlrm
v4.0.6.html39080644editdlrm
v4.0.7.html174740644editdlrm
v4.0.8.html187960644editdlrm
v4.0.9.html181880644editdlrm
v4.0.10.html124310644editdlrm
v4.1.0.html59550644editdlrm
v4.2.0.html61980644editdlrm
v4.3.0.html50970644editdlrm
Edit: /usr/share/doc/libtiff-devel/html/v3.5.3.html (4331B)
Changes in TIFF v3.5.3 TIFF CHANGE INFORMATION

This document describes the changes made to the software between the previous and current versions (see above). If you don't find something listed here, then it was not done in this timeframe, or it was not considered important enough to be mentioned. The following information is located here:

The ChangeLog will follow, but please note the most important change: LZW compression has been removed.

Unisys has the patent on LZW compression and have been very active in their enforcement of late, demanding payments of $5000 or more from websites using unlicensed software to create GIF's. They could well do the same do persons using libtiff to create LZW compressed TIFF images.

From Burn All GIF's Day:
The catch is that it appears to be difficult or impossible to get a Unisys license to use LZW in free software that complies with the Open Source Definition

Unfortunately, the removal of LZW compression means that saved image size has grown dramatically. Without a change in the TIFF spec to support another lossless compression format, this is unavoidable.

The library can use zip for lossless compression, but as this is not part of the spec, TIFFs using zip compression may not work with other software

We will be making a patch available that will contain the LZW compression code for users who have either obtained a license from Unisys or are willing to risk it.

LZW decompression is unchanged.


CHANGES IN THE SOFTWARE CONFIGURATION:
  • Added zip creation to release makefile target


CHANGES IN LIBTIFF:
  • Added html for TIFFWriteTile.3t man page.
  • Added some changes to tif_write.c to support rewriting existing fixed sized tiles and strips. Code mods disabled by default, only enabled if REWRITE_HACK is defined for now.
  • Added TIFFWriteTile.3t man page.
  • Added notes on use of makefile.vc in build.html, and fixed email subscription address.
  • Fixed apocalypse-inducing y2k bug in contrib/ras/ras2tiff.c
  • Did some casts cleaning up to reduce compiler warnings in tif_fax3.c, from Bruce Carmeron -- modifications of changes made by Frank (sun cc still complained on cast).
  • fixed various VC++ warnings as suggested by Gilles Vollant .
  • Modified TIFFquery.3t man pages info on TIFFIsByteSwapped() to not imply applications are responsible for image data swapping.
  • HTML-ized the man pages, added to html/man
  • Removed LZW Compression to comply with Unisys patent extortion.
  • Corrected one remaining 16 -> 32 bit value in tif_fax3.c, From Ivo Penzar Added patch from Ivo Penzar to have TiffAdvanceDirectory handle memory mapped files.


CHANGES IN THE TOOLS:
  • Fixed apocalypse-inducing y2k bug in contrib/ras/ras2tiff.c
TIFF home page.

Last updated $Date: 2016-09-25 20:05:45 $.