9 <FONT FACE=
"Helvetica, Arial, Sans">
10 <FONT FACE=
"Helvetica, Arial, Sans">
13 <B><FONT SIZE=+
3>T
</FONT>IFF
<FONT SIZE=+
2>C
</FONT>HANGE
<FONT SIZE=+
2>I
</FONT>NFORMATION
</B>
17 <HR SIZE=
4 WIDTH=
65% ALIGN=left
>
18 <B>Current Version
</B>: v3.6
.1<BR>
19 <B>Previous Version
</B>:
<A HREF=v3.6
.0.html
>v3.6
.0</a><BR>
20 <B>Master FTP Site
</B>:
<A HREF=
"ftp://ftp.remotesensing.org/pub/libtiff">
21 ftp.remotesensing.org
</a>, directory pub/libtiff
</A><BR>
22 <B>Master HTTP Site
</B>:
<A HREF=
"http://www.remotesensing.org/libtiff">
23 http://www.remotesensing.org/libtiff
</a>
24 <HR SIZE=
4 WIDTH=
65% ALIGN=left
>
28 This document describes the changes made to the software between the
29 <I>previous
</I> and
<I>current
</I> versions (see above).
30 If you don't find something listed here, then it was not done in this
31 timeframe, or it was not considered important enough to be mentioned.
32 The following information is located here:
34 <LI><A HREF=
"#hightlights">Major Changes
</A>
35 <LI><A HREF=
"#configure">Changes in the software configuration
</A>
36 <LI><A HREF=
"#libtiff">Changes in libtiff
</A>
37 <LI><A HREF=
"#tools">Changes in the tools
</A>
38 <LI><A HREF=
"#contrib">Changes in the contrib area
</A>
39 <LI><A HREF=
"#lzwkit">Changes in the LZW compression kit
</A>
42 <P><HR WIDTH=
65% ALIGN=left
>
44 <!--------------------------------------------------------------------------->
46 <A NAME=
"highlights"><B><FONT SIZE=+
3>M
</FONT>AJOR CHANGES:
</B></A>
49 <li> New utility
<a href=
"./man/tiff2pdf.1.html">tiff2pdf
</a>
50 for converting TIFF images directly into PDF.
51 <li> New
<a href=
"./man/TIFFcolor.3t.html">color conversion module
</a>.
52 <li> Full support for Orientation tag in
53 <a href=
"./man/TIFFReadRGBAImage.3t.html">TIFFRGBAImage
</a> interface.
58 <P><HR WIDTH=
65% ALIGN=left
>
59 <!--------------------------------------------------------------------------->
61 <A NAME=
"configure"><B><FONT SIZE=+
3>C
</FONT>HANGES IN THE SOFTWARE CONFIGURATION:
</B></A>
65 <li> libtiff/makefile.vc, tools/makefile.vc: Support for IJG JPEG library.
67 <li> Makefile.in: Add an absolute path to the test_pics.sh call.
69 <li> Makefile.in: Add an absolute path to the test_pics.sh call.
71 <li> libtiff/tiffcomp.h: #define _BSDTYPES_DEFINED when defining BSD typedefs.
73 <li> configure, libtiff/{Makefile.in, mkversion.c}: Relative buildings fixed.
75 <li> Makefile.in: Add an absolute path to the test_pics.sh call.
79 <P><HR WIDTH=
65% ALIGN=left
>
81 <!--------------------------------------------------------------------------->
83 <A NAME=
"libtiff"><B><FONT SIZE=+
3>C
</FONT>HANGES IN LIBTIFF:
</B></A>
87 <li> libtiff/{tif_color.c, tif_getimage.c, tiffio.h}: Added support
88 for ReferenceBlackWhite tag handling when converted from YCbCr color space as
91 <li> libtiff/{tif_getimage.c, tif_aux.c}: Read WhitePoint tag from the
92 file and properly use it for CIE Lab
1976 to RGB transform.
94 <li> libtiff/{tif_getimage.c, tiffio.h}: Finally resolved problems with
95 orientation handling. TIFFRGBAImage interface now properly supports all
96 possible orientations, i.e. images will be flipped both in horizontal and
97 vertical directions if required. 'Known bugs' section now removed from the
98 appropriate manual pages.
100 <li> libtiff/tif_luv.c: Fixed bug in
48-bit to
24-bit conversion routine,
101 reported by Antonio Scuri.
103 <li> libtiff/{tiffio.h, tif_codec.c}: Added new function
104 TIFFIsCODECConfigured(), suggested by Ross Finlayson.
106 <li> libtiff/tif_ojpeg.c: TIFFVGetField() function now can properly extract
107 the fields from the OJPEG files. Patch supplied by Ross Finlayson.
109 <li> libtiff/tif_dir.h: _TIFFFindOrRegisterdInfo declaration replaced
110 with _TIFFFindOrRegisterFieldInfo as reported by Ross Finlayson.
112 <li> libtiff/tif_dirinfo.c: Implemented binary search in _TIFFMergeFieldInfo().
113 Patch supplied by Ross Finlayson.
115 <li> tif_dirread.c: do not mark all anonymously defined tags to be IGNOREd (as
116 it was done in
3.6.0).
118 <li> libtiff/{tiff.h, tif_dirinfo.c}: Added support for IFD (
13) datatype,
119 intruduced in "Adobe PageMaker TIFF Technical Notes".
121 <li> libtiff/{tif_color.c, tif_getimage.c, tiffio.h}: New color space
122 conversion code: CIE L*a*b*
1976 images now supported by the TIFFRGBAImage
123 interface. YCbCr to RGB conversion code also moved there and now has
124 <a href=
"./man/TIFFcolor.3t.html">publicly available interface
</a>. These
125 routines currently used in TIFFRGBAImage interface only and not supported in
126 other libtiff tools yet. So if you want, for example, to convert CIE Lab image
127 into PostScript file you should do it in two steps: chnge colorspace to RGB
128 using
<a href=
"./man/tiff2rgba.1.html">tiff2rgba
</a> utility abd then process
129 it with the
<a href=
"./man/tiff2ps.1.html">tiff2ps
</a>.
131 <li> libtiff/tif_tile.c: Remove spurious use of "s" (sample) in the
132 planarconfig_contig case in TIFFComputeTile() as per bug
387
134 <li> libtiff/tiffiop.h: New macros: TIFFmax and TIFFmin.
136 <li> libtiff/{tiffio.h, tif_strip.c}: Added TIFFRawStripSize() function
137 as suggested by Chris Hanson.
139 <li> libtiff/{tif_lzw.c, tif_fax3.c}: Proper support for update mode
144 <P><HR WIDTH=
65% ALIGN=left
>
146 <!-------------------------------------------------------------------------->
148 <A NAME=
"tools"><B><FONT SIZE=+
3>C
</FONT>HANGES IN THE TOOLS:
</B></A>
152 <li> <a href=./man/tiff2pdf
.1.html
>tiff2pdf
</a>: New tool, written by
153 Ross Finlayson, to directly convert TIFF files to PDF.
155 <li> <a href=./man/tiffgt
.1.html
>tiffgt
</a>: Unmaintained and platform
156 dependent sgigt utility removed and replaced with the completely rewritten
157 portable
<a href=./man/tiffgt
.1.html
>tiffgt
</a> tool (depend on OpenGL and
158 GLUT). This tool will not build by default.
160 <li> <a href=./man/ras2tiff
.1.html
>ras2tiff
</a>: Properly determine
161 SUN Rasterfiles with the reverse byte order (it is reported by the magic
162 header field). Problem reported by Andreas Wiesmann.
164 <li> <a href=./man/raw2tiff
.1.html
>raw2tiff
</a>: Implemented image size
165 guessing using correlation coefficient calculation between two neighbour
170 <P><HR WIDTH=
65% ALIGN=left
>
172 <!--------------------------------------------------------------------------->
174 <A NAME=
"contrib"><B><FONT SIZE=+
3>C
</FONT>HANGES IN THE CONTRIB AREA:
</B></A>
177 <li> contrib/pds/{tif_pdsdirread.c, tif_pdsdirwrite.c}: Use TIFFDataWidth()
178 function insted of tiffDataWidth array.
182 <!--------------------------------------------------------------------------->
184 <A NAME=
"lzwkit"><B><FONT SIZE=+
3>C
</FONT>HANGES IN THE LZW COMPRESSION
188 <li> Proper support for update mode as per bug
424.
192 <A HREF=
"index.html"><IMG SRC=
"images/back.gif"></A> TIFF home page.
<BR>
196 Last updated $Date:
2003/
12/
24 22:
14:
15 $.