|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /usr/local/share/doc/tiff-4.6.0/manual/_sources/releases/ |
Upload File : |
Changes in TIFF v3.5.4 ====================== .. table:: References :widths: auto ====================== ========================================== Current Version v3.5.4 (:tag:`Release-v3-5-4`) Previous Version :doc:`v3.5.3 <v3.5.3>` Master Download Site `<ftp://ftp.onshore.com/pub/libtiff/>`_ Master HTTP Site `<http://www.simplesystems.org/libtiff/>`_ ====================== ========================================== 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: Software configuration changes ------------------------------ * None. Library changes --------------- * Added Pixar tag support. Contributed by `Phil Beffery <[email protected]>`_. * Made one more change to :file:`tif_dir.c` for removal of LZW compression. Also added notice when LZW compression invoked. * Fixed bug that caused LZW (non) compression to segfault. Added warning about LZW compression removed being removed, and why. Tools changes ------------- * Changed default compression in tools to :c:macro:`TIFF_PACKBITS`, and changed usage descriptions in tools to reflect removal of LZW compression * Added ``nostrip`` to install in :file:`tools/Makefile.in` so that debugging symbols are kept. * Made Packbits the default compression in :file:`tools/tiff2rgba.c` instead of LZW.