Blame html/v3.5.3.html

Packit 7838c8
<HTML>
Packit 7838c8
<HEAD>
Packit 7838c8
<TITLE>
Packit 7838c8
Changes in TIFF v3.5.3
Packit 7838c8
</TITLE>
Packit 7838c8
</HEAD>
Packit 7838c8
Packit 7838c8
<BODY BGCOLOR=white>
Packit 7838c8
<FONT FACE="Arial, Helvetica, Sans">
Packit 7838c8
<FONT FACE="Arial, Helvetica, Sans"> 
Packit 7838c8
Packit 7838c8
<BASEFONT SIZE=4>
Packit 7838c8
<FONT SIZE=+3>T</FONT>IFF <FONT SIZE=+2>C</FONT>HANGE <FONT SIZE=+2>I</FONT>NFORMATION
Packit 7838c8
<BASEFONT SIZE=3>
Packit 7838c8
Packit 7838c8
    Packit 7838c8

    Packit 7838c8
    Current Version: v3.5.3
    Packit 7838c8
    Previous Version: v3.5.2
    Packit 7838c8
    Master FTP Site: ftp.onshore.com, directory pub/libtiff
    Packit 7838c8
    Master HTTP Site: http://www.simplesystems.org/libtiff/ 
    Packit 7838c8

    Packit 7838c8
    Packit 7838c8
    Packit 7838c8

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

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

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

      Packit 7838c8
      From Burn All GIF's Day:
      Packit 7838c8

      Packit 7838c8
      The catch is that it appears to be difficult or impossible to get a
      Packit 7838c8
      Unisys license to use LZW in free software that complies with the Open
      Packit 7838c8
      Source Definition
      Packit 7838c8

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

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

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

      Packit 7838c8
      LZW decompression is unchanged. 
      Packit 7838c8

      Packit 7838c8


      Packit 7838c8
      Packit 7838c8
      <FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:
      Packit 7838c8
      Packit 7838c8
        Packit 7838c8
        	
      • Added zip creation to release makefile target
      • Packit 7838c8
        Packit 7838c8
        Packit 7838c8
        Packit 7838c8
        Packit 7838c8


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


        Packit 7838c8
        Packit 7838c8
        <FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:
        Packit 7838c8
        Packit 7838c8
          Packit 7838c8
          	
        • Fixed apocalypse-inducing y2k bug in contrib/ras/ras2tiff.c
        • Packit 7838c8
          Packit 7838c8
          Packit 7838c8
           TIFF home page.
          Packit 7838c8
          Packit 7838c8

          Packit 7838c8
          Packit 7838c8
          Last updated $Date: 2016-09-25 20:05:45 $.
          Packit 7838c8
          Packit 7838c8
          </BODY>
          Packit 7838c8
          </HTML>