Blame html/v3.4beta028.html

Packit 7838c8
<HTML>
Packit 7838c8
<HEAD>
Packit 7838c8
<TITLE>
Packit 7838c8
Changes in TIFF v3.4beta028
Packit 7838c8
</TITLE>
Packit 7838c8
</HEAD>
Packit 7838c8
Packit 7838c8
<BODY>
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.4beta028
    Packit 7838c8
    Previous Version: v3.4beta024
    Packit 7838c8
    Master FTP Site: ftp.sgi.com (192.48.153.1), directory graphics/tiff
    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
    • Changes in the manual pages
    • Packit 7838c8
    • Changes in the contributed software
    • Packit 7838c8
      Packit 7838c8
      Packit 7838c8


      Packit 7838c8
      Packit 7838c8
      <FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:
      Packit 7838c8
      Packit 7838c8
        Packit 7838c8
      • a <TT>-noninteractive</TT> flag was added to configure to
      • Packit 7838c8
           control whether or not it prints and prompts for configuration information
        Packit 7838c8
      • various typos and fixes were made in configure for the the
      • Packit 7838c8
           library-only build support (this and other configure fixes from
        Packit 7838c8
           Richard Mlynarik <mly@adoc.xerox.com>)
        Packit 7838c8
      • bugs were fixed in the handling of pathnames supplied for external
      • Packit 7838c8
           packages; e.g. <TT>DIR_JPEG</TT>
        Packit 7838c8
      • the handling of <TT>SETMAKE</TT> is now done properly
      • Packit 7838c8
      • the default prototype function declaration for <TT>pow</TT> was corrected
      • Packit 7838c8
      • a bug was fixed in libtiff/Makefile.in that caused installation
      • Packit 7838c8
           to fail on systems without DSO support
        Packit 7838c8
        Packit 7838c8
        Packit 7838c8


        Packit 7838c8
        Packit 7838c8
        <FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:
        Packit 7838c8
        Packit 7838c8
          Packit 7838c8
        • Acorn RISC O/S support that was accidentally left out of the
        • Packit 7838c8
             left out of the previous distribution is present (from Peter Greenham)
          Packit 7838c8
        • complaints about unknown and/or unsupported codecs have been
        • Packit 7838c8
             delayed until they are invoked; this permits applications to open
          Packit 7838c8
             images and look at tags even if the image data is compressed with
          Packit 7838c8
             an unknown/unsupported compression scheme
          Packit 7838c8
        • bugs in handling unknown tags have been corrected; applications
        • Packit 7838c8
             that use multiple codecs, each with codec-specific tags, no longer
          Packit 7838c8
             generate confusing error messages
          Packit 7838c8
        • a missing pseudo-tag definition in the CCITT G3 codec was fixed
        • Packit 7838c8
             (this problem caused core dumps in the <TT>tiffcp</TT> program)
          Packit 7838c8
        • pseudo-tags are now treated specially; they are always considered
        • Packit 7838c8
             to be set (i.e. they do not use bits in the <TT>FIELD_*</TT> bit-vectors).
          Packit 7838c8
        • the use of strip chopping can now be controlled on a per-file basis
        • Packit 7838c8
             through a mode parameter supplied when opening a file (``C'' to
          Packit 7838c8
             enable strip chopping and ``c'' to disable)
          Packit 7838c8
        • two bugs were fixed in the writing of opposite-endian byte-order
        • Packit 7838c8
             files
          Packit 7838c8
        • support was added for three new fax-related tags registered to
        • Packit 7838c8
             SGI: FaxRecvParams, FaxRecvTime, and FaxSubAddress
          Packit 7838c8
        • the bit order of image data read and written can now be controlled
        • Packit 7838c8
             on a per-file basis through a mode parameter supplied when opening
          Packit 7838c8
             a file (``B'' to force MSB2LSB bit order, ``L'' for LSB2MSB bit
          Packit 7838c8
             order, and ``H'' for the bit order of the native CPU)
          Packit 7838c8
        • the byte order of image and tag data written to newly-created files
        • Packit 7838c8
             can now be controlled on a per-file basis through a mode parameter
          Packit 7838c8
             supplied when openening a file (``b'' to force Big-Endian byte order
          Packit 7838c8
             and ``l'' to force Little-Endian byte order)
          Packit 7838c8
        • the use memory-mapped files for images opened read-only can now
        • Packit 7838c8
             be controlled on a per-file basis through a mode parameter supplied
          Packit 7838c8
             when opening a file (``M'' to enable use of memory-mapped files
          Packit 7838c8
             and ``m'' to disable use)
          Packit 7838c8
        • the use of the <TT>WIN32</TT> define in tiffiop.h has
        • Packit 7838c8
             been replaced by <TT>__WIN32__</TT>
          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
          • <TT>fax2ps</TT> now does a <TT>save</TT> and <TT>restore</TT>
          • Packit 7838c8
                around each page of PostScript; this fixes a problem with VM
            Packit 7838c8
                overflow when printing a many-page document on some printers
            Packit 7838c8
          • a bug in the handling of 3-channel images by <TT>ras2tiff</TT>
          • Packit 7838c8
                was fixed
            Packit 7838c8
          • <TT>tiffcp</TT> has new options to control the byte order of
          • Packit 7838c8
                newly created files: -B for Big-Endian byte order, -L
            Packit 7838c8
                for Little-Endian byte order; a -M option to disable the
            Packit 7838c8
                use of memory-mapped files, and a -C option to disable the
            Packit 7838c8
                use of strip chopping
            Packit 7838c8
          • bugs were fixed in <TT>tiffcp</TT>'s handling of codec-specific tags
          • Packit 7838c8
            Packit 7838c8
            Packit 7838c8


            Packit 7838c8
            Packit 7838c8
            <FONT SIZE=+3>C</FONT>HANGES IN THE MANUAL PAGES:
            Packit 7838c8
            Packit 7838c8
              Packit 7838c8
            • the <TT>TIFFOpen</TT> page has been updated to reflect the new
            • Packit 7838c8
                  optional open mode parameters
              Packit 7838c8
              Packit 7838c8
              Packit 7838c8


              Packit 7838c8
              Packit 7838c8
              <FONT SIZE=+3>C</FONT>HANGES IN THE CONTRIBUTED SOFTWARE:
              Packit 7838c8
              Packit 7838c8
                Packit 7838c8
              • contrib/win95 contains information and code from Philippe Tenenhaus
              • Packit 7838c8
                    <100423.3705@compuserve.com>
                Packit 7838c8
                    about using the software under Windows 95
                Packit 7838c8
              • contrib/winnt contains information and code from Dave Dyer
              • Packit 7838c8
                    <ddyer@triple-i.com>
                Packit 7838c8
                    about using the software under Windows NT
                Packit 7838c8
                Packit 7838c8
                Packit 7838c8
                 TIFF home page.
                Packit 7838c8
                Packit 7838c8

                Packit 7838c8
                Packit 7838c8
                <ADDRESS>
                Packit 7838c8
                Sam Leffler / sam@engr.sgi.com
                Packit 7838c8
                Last updated $Date: 2016-09-25 20:05:45 $.
                Packit 7838c8
                </ADDRESS>
                Packit 7838c8
                Packit 7838c8
                </BODY>
                Packit 7838c8
                </HTML>