0
|
1 |
<HTML>
|
|
2 |
<HEAD>
|
|
3 |
<TITLE>
|
|
4 |
Changes in TIFF v3.8.2
|
|
5 |
</TITLE>
|
|
6 |
</HEAD>
|
|
7 |
|
|
8 |
<BODY BGCOLOR=white>
|
|
9 |
<FONT FACE="Helvetica, Arial, Sans">
|
|
10 |
<FONT FACE="Helvetica, Arial, Sans">
|
|
11 |
|
|
12 |
<BASEFONT SIZE=4>
|
|
13 |
<B><FONT SIZE=+3>T</FONT>IFF <FONT SIZE=+2>C</FONT>HANGE <FONT SIZE=+2>I</FONT>NFORMATION</B>
|
|
14 |
<BASEFONT SIZE=3>
|
|
15 |
|
|
16 |
<UL>
|
|
17 |
<HR SIZE=4 WIDTH=65% ALIGN=left>
|
|
18 |
<B>Current Version</B>: v3.8.2<BR>
|
|
19 |
<B>Previous Version</B>: <A HREF=v3.8.1.html>v3.8.1</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>
|
|
25 |
</UL>
|
|
26 |
|
|
27 |
<P>
|
|
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:
|
|
33 |
<UL>
|
|
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 |
</UL>
|
|
40 |
<p>
|
|
41 |
<P><HR WIDTH=65% ALIGN=left>
|
|
42 |
|
|
43 |
<!--------------------------------------------------------------------------->
|
|
44 |
|
|
45 |
<A NAME="highlights"><B><FONT SIZE=+3>M</FONT>AJOR CHANGES:</B></A>
|
|
46 |
|
|
47 |
<UL>
|
|
48 |
<li> Bug-fix release.
|
|
49 |
</UL>
|
|
50 |
|
|
51 |
|
|
52 |
<P><HR WIDTH=65% ALIGN=left>
|
|
53 |
<!--------------------------------------------------------------------------->
|
|
54 |
|
|
55 |
<A NAME="configure"><B><FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:</B></A>
|
|
56 |
|
|
57 |
<UL>
|
|
58 |
|
|
59 |
<li> tools/Makefile.am: Use runtime paths linker flags when rpath
|
|
60 |
option enabled.
|
|
61 |
|
|
62 |
<li> Makefiles improvements as per bug
|
|
63 |
<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1128">
|
|
64 |
http://bugzilla.remotesensing.org/show_bug.cgi?id=1128</a>
|
|
65 |
|
|
66 |
<li> Fixed win32 I/O functions usage as per bug
|
|
67 |
<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1127">
|
|
68 |
http://bugzilla.remotesensing.org/show_bug.cgi?id=1127</a>
|
|
69 |
|
|
70 |
</UL>
|
|
71 |
|
|
72 |
<P><HR WIDTH=65% ALIGN=left>
|
|
73 |
|
|
74 |
<!--------------------------------------------------------------------------->
|
|
75 |
|
|
76 |
<A NAME="libtiff"><B><FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:</B></A>
|
|
77 |
|
|
78 |
<UL>
|
|
79 |
<li> tif_strip.c: Take subsampling in account when calculating
|
|
80 |
TIFFScanlineSize().
|
|
81 |
|
|
82 |
<li> tif_jpeg.c, tif_fax3.c, tif_zip.c, tif_pixarlog.c,
|
|
83 |
tif_lzw.c, tif_luv.c: Use _TIFFSetDefaultCompressionState() in all
|
|
84 |
codec cleanup methods. As per bug
|
|
85 |
<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1120">
|
|
86 |
http://bugzilla.remotesensing.org/show_bug.cgi?id=1120</a>
|
|
87 |
|
|
88 |
<li> tif_jpeg.c: Do not cleanup codec state in TIFFInitJPEG(). As
|
|
89 |
per bug
|
|
90 |
<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1119">
|
|
91 |
http://bugzilla.remotesensing.org/show_bug.cgi?id=1119</a>
|
|
92 |
|
|
93 |
<li> tif_dir.c: Use double type instead of dblparam_t.
|
|
94 |
|
|
95 |
<li> tif_dirread.c: Do not check the PlanarConfig tag presence
|
|
96 |
in TIFFReadDirectory, because it is always set at the start of
|
|
97 |
function and we allow TIFFs without that tag set.
|
|
98 |
|
|
99 |
</UL>
|
|
100 |
|
|
101 |
<P><HR WIDTH=65% ALIGN=left>
|
|
102 |
|
|
103 |
<!-------------------------------------------------------------------------->
|
|
104 |
|
|
105 |
<A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A>
|
|
106 |
|
|
107 |
<UL>
|
|
108 |
<li> tiffcp.c: Do not set RowsPerStrip bigger than image length.
|
|
109 |
|
|
110 |
<li> fax2tiff.c: Fixed wrong TIFFerror() invocations as per bug
|
|
111 |
<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1125">
|
|
112 |
http://bugzilla.remotesensing.org/show_bug.cgi?id=1125</a>
|
|
113 |
|
|
114 |
<li> fax2ps.c: Fixed reading the input stream from stdin as per bug
|
|
115 |
<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1124">
|
|
116 |
http://bugzilla.remotesensing.org/show_bug.cgi?id=1124</a>
|
|
117 |
|
|
118 |
<li> raw2tiff.c: Do not set RowsPerStrip larger than ImageLength.
|
|
119 |
As per bug
|
|
120 |
<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1110">
|
|
121 |
http://bugzilla.remotesensing.org/show_bug.cgi?id=1110</a>
|
|
122 |
|
|
123 |
</UL>
|
|
124 |
|
|
125 |
<P><HR WIDTH=65% ALIGN=left>
|
|
126 |
|
|
127 |
<!--------------------------------------------------------------------------->
|
|
128 |
|
|
129 |
<A NAME="contrib"><B><FONT SIZE=+3>C</FONT>HANGES IN THE CONTRIB AREA:</B></A>
|
|
130 |
|
|
131 |
<UL>
|
|
132 |
</UL>
|
|
133 |
|
|
134 |
Last updated $Date: 2006/03/23 14:54:01 $.
|
|
135 |
|
|
136 |
</BODY>
|
|
137 |
</HTML>
|