From b09a3813bd091d16a88485a5f9298fd893773fee Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Thu, 10 Oct 2002 14:35:48 +0000 Subject: [PATCH] Several corrections. --- html/v3.6.0.html | 104 +++++++++++++++++++++++++---------------------- 1 file changed, 56 insertions(+), 48 deletions(-) diff --git a/html/v3.6.0.html b/html/v3.6.0.html index 3beb82fe..a670576a 100644 --- a/html/v3.6.0.html +++ b/html/v3.6.0.html @@ -43,9 +43,10 @@ The following information is located here: MAJOR CHANGES:

Custom Tag Support

@@ -116,7 +117,7 @@ be stripped when installing, utility binaries will do be stripped. As per bug
  • configure: OpenBSD changes for Sparc64 and DSO version as per bug 96.
  • config.site/configure: added support for OJPEG=yes option to enable - OJPEG support from config.site. +OJPEG support from config.site.
  • config.guess, config.sub: Updated from ftp.gnu.org/pub/config. @@ -149,15 +150,13 @@ AIX porting hack as it screwed up gcc. (bug 39) custom compression.
  • libtiff/tif_dirread.c: Another fix for the fetching SBYTE arrays by the TIFFFetchByteArray() function. (bug 52) -
  • libtiff/{tiffio.h, tif_dir.h}: TIFFDataWidth() declaration moved to -the tiffio.h header file, added man page.
  • libtiff/tif_dirread.c: Expand v[2] to v[4] in TIFFFetchShortPair() as per bug 196.
  • libtiff/tif_lzw.c: Additional consistency checking added in - LZWDecode() and LZWDecodeCompat() fixing bugs 190 and 100. +LZWDecode() and LZWDecodeCompat() fixing bugs 190 and 100.
  • libtiff/tif_lzw.c: - Added check for valid code lengths in LZWDecode() and - LZWDecodeCompat(). Fixes bug 115. +Added check for valid code lengths in LZWDecode() and +LZWDecodeCompat(). Fixes bug 115.
  • tif_getimage.c: Ensure that TIFFRGBAImageBegin() returns the return code from the underlying pick function as per bug 177. @@ -182,9 +181,11 @@ replaced by warnings. Now libtiff should read corrupted LZW-compressed files by skipping bad strips as per bug 100.
  • libtiff/: tif_dirwrite.c, tif_write.c, tiffio.h: -TIFFCheckpointDirectory() routine added as per bug 124. The TIFFWriteDirectory -man pages discusses this new function as well as the related -TIFFRewriteDirectory(). +TIFFCheckpointDirectory() +routine added as per bug 124. The +TIFFWriteDirectory +man page discusses this new function as well as the related +TIFFRewriteDirectory().
  • libtiff/: tif_codec.c, tif_compress.c, tiffiop.h, tif_getimage.c: Introduced @@ -198,7 +199,7 @@ per bug 111.
  • libtiff/: tiff.h, tif_dir.c, tif_dir.h, tif_dirinfo.c, tif_dirread.c, tif_dirwrite.c: Dwight Kelly added get/put code for new tag XMLPACKET as defined in Adobe XMP Technote. Added missing INKSET tag value from TIFF 6.0 -spec INKSET_MULTIINK (=2). Added missing tags from Adobe TIFF technotes: +spec INKSET_MULTIINK (=2). Added missing tags from Adobe TIFF technotes: CLIPPATH, XCLIPPATHUNITS, YCLIPPATHUNITS, OPIIMAGEID, OPIPROXY and INDEXED. Added PHOTOMETRIC tag value from TIFF technote 4 ICCLAB (=9). @@ -207,17 +208,14 @@ TIFFRGBAImageOK, TIFFReadRGBAImage, TIFFReadRGBAStrip and TIFFReadRGBATile now use TIFFRGBAImageOK before reading a per bug 110.
  • libtiff/: tif_dir.c, tif_dir.h, tif_dirinfo.c, tif_dirread.c, -tif_dirwrite.c: Added routine TIFFDataWidth for detrmining +tif_dirwrite.c: Added routine +TIFFDataWidth for determining TIFFDataType sizes instead of working with tiffDataWidth array directly as per bug 109. -
  • libtiff/tif_getimage.c: Added support for correct handling -`Orientation' tag in gtTileContig as per bug 23. Should be added in other gt* -functions as well, but I have not images for testing yet. -
  • libtiff/: tif_dirinfo.c, tif_dirwrite.c: Added possibility to - read broken TIFFs with LONG type used for TIFFTAG_COMPRESSION, - TIFFTAG_BITSPERSAMPLE, TIFFTAG_PHOTOMETRIC as per bug 99. +read broken TIFFs with LONG type used for TIFFTAG_COMPRESSION, +TIFFTAG_BITSPERSAMPLE, TIFFTAG_PHOTOMETRIC as per bug 99.
  • libtiff/{tiff.h,tif_fax3.c}: Add support for __arch64__ as per bug 94. @@ -231,11 +229,11 @@ size.") for ITIFF files. Apparently the problem was incorporated since 3.5.5, presumably during the OJPEG/JPEG work recently.
  • libtiff/tif_getimage.c: If DEFAULT_EXTRASAMPLE_AS_ALPHA is 1 - (defined in tiffconf.h - 1 by default) then the RGBA interface - will assume that a fourth extra sample is ASSOCALPHA if the - EXTRASAMPLE value isn't set for it. This changes the behaviour of - the library, but makes it work better with RGBA files produced by - lots of applications that don't mark the alpha values properly. +(defined in tiffconf.h - 1 by default) then the RGBA interface +will assume that a fourth extra sample is ASSOCALPHA if the +EXTRASAMPLE value isn't set for it. This changes the behaviour of +the library, but makes it work better with RGBA files produced by +lots of applications that don't mark the alpha values properly. As per bugs 93 and 65.
  • libtiff/tif_jpeg.c: allow jpeg data stream sampling values to @@ -247,16 +245,18 @@ ImageGear generated files.


    - + CHANGES IN THE TOOLS: @@ -314,7 +322,7 @@ bug 143.
    -Last updated $Date: 2002-10-10 05:28:53 $. +Last updated $Date: 2002-10-10 14:35:48 $.