/
usr
/
share
/
doc
/
libtiff-devel
/
html
/
/usr/share/doc/libtiff-devel/html
mkdir
upload
Name
Size
Mode
Actions
images/
-
0755
rm
man/
-
0755
rm
addingtags.html
11806
0644
edit
dl
rm
bugs.html
2500
0644
edit
dl
rm
build.html
33623
0644
edit
dl
rm
CMakeLists.txt
2253
0644
edit
dl
rm
contrib.html
3739
0644
edit
dl
rm
document.html
1590
0644
edit
dl
rm
images.html
1074
0644
edit
dl
rm
index.html
5085
0644
edit
dl
rm
internals.html
19236
0644
edit
dl
rm
intro.html
2394
0644
edit
dl
rm
libtiff.html
37433
0644
edit
dl
rm
misc.html
3847
0644
edit
dl
rm
support.html
17694
0644
edit
dl
rm
TIFFTechNote2.html
35698
0644
edit
dl
rm
tools.html
5726
0644
edit
dl
rm
v3.4beta007.html
3895
0644
edit
dl
rm
v3.4beta016.html
4023
0644
edit
dl
rm
v3.4beta018.html
2647
0644
edit
dl
rm
v3.4beta024.html
5338
0644
edit
dl
rm
v3.4beta028.html
5982
0644
edit
dl
rm
v3.4beta029.html
2769
0644
edit
dl
rm
v3.4beta031.html
3325
0644
edit
dl
rm
v3.4beta032.html
2694
0644
edit
dl
rm
v3.4beta033.html
2288
0644
edit
dl
rm
v3.4beta034.html
2161
0644
edit
dl
rm
v3.4beta035.html
1792
0644
edit
dl
rm
v3.4beta036.html
4567
0644
edit
dl
rm
v3.5.1.html
2173
0644
edit
dl
rm
v3.5.2.html
3275
0644
edit
dl
rm
v3.5.3.html
4261
0644
edit
dl
rm
v3.5.4.html
2378
0644
edit
dl
rm
v3.5.5.html
5001
0644
edit
dl
rm
v3.5.6-beta.html
6108
0644
edit
dl
rm
v3.5.7.html
10020
0644
edit
dl
rm
v3.6.0.html
16777
0644
edit
dl
rm
v3.6.1.html
6817
0644
edit
dl
rm
v3.7.0.html
4152
0644
edit
dl
rm
v3.7.0alpha.html
9092
0644
edit
dl
rm
v3.7.0beta.html
4954
0644
edit
dl
rm
v3.7.0beta2.html
3613
0644
edit
dl
rm
v3.7.1.html
8189
0644
edit
dl
rm
v3.7.2.html
8018
0644
edit
dl
rm
v3.7.3.html
8247
0644
edit
dl
rm
v3.7.4.html
4257
0644
edit
dl
rm
v3.8.0.html
6824
0644
edit
dl
rm
v3.8.1.html
8051
0644
edit
dl
rm
v3.8.2.html
4282
0644
edit
dl
rm
v3.9.0beta.html
11713
0644
edit
dl
rm
v3.9.1.html
3187
0644
edit
dl
rm
v3.9.2.html
3390
0644
edit
dl
rm
v4.0.0.html
10746
0644
edit
dl
rm
v4.0.1.html
3036
0644
edit
dl
rm
v4.0.2.html
3010
0644
edit
dl
rm
v4.0.3.html
3454
0644
edit
dl
rm
v4.0.4.html
8189
0644
edit
dl
rm
v4.0.4beta.html
13236
0644
edit
dl
rm
v4.0.5.html
4366
0644
edit
dl
rm
v4.0.6.html
3837
0644
edit
dl
rm
v4.0.7.html
17404
0644
edit
dl
rm
v4.0.8.html
18725
0644
edit
dl
rm
v4.0.9.html
18117
0644
edit
dl
rm
Edit:
/usr/share/doc/libtiff-devel/html/v3.4beta036.html
(4567B)
<HTML> <HEAD> <TITLE> Changes in TIFF v3.4beta036 </TITLE> </HEAD> <BODY> <FONT FACE="Arial, Helvetica, Sans"> <BASEFONT SIZE=4> <B><FONT SIZE=+3>T</FONT>IFF <FONT SIZE=+2>C</FONT>HANGE <FONT SIZE=+2>I</FONT>NFORMATION</B> <BASEFONT SIZE=3> <UL> <HR SIZE=4 WIDTH=65% ALIGN=left> <B>Current Version</B>: v3.4beta036<BR> <B>Previous Version</B>: <A HREF=v3.4beta035.html>v3.4beta035</A><BR> <B>Master FTP Site</B>: <A HREF="ftp://ftp.sgi.com/graphics/tiff">ftp.sgi.com (192.48.153.1), directory graphics/tiff</A><BR> <HR SIZE=4 WIDTH=65% ALIGN=left> </UL> <P> This document describes the changes made to the software between the <I>previous</I> and <I>current</I> 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: <UL> <LI><A HREF="#configure">Changes in the software configuration</A> <LI><A HREF="#libtiff">Changes in libtiff</A> <LI><A HREF="#tools">Changes in the tools</A> </UL> <P><HR WIDTH=65% ALIGN=right> <A NAME="configure"><B><FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:</B></A> <UL> <LI>support was added for building the library as a DSO under HP-UX with the native C compiler <LI>tools are now built with explicit pathnames for the DSO under IRIX, Solaris, and Linux <LI>DSO configuration support for Linux was changed to require that <B>libc.so</B> only be readable (not executable) </UL> <P><HR WIDTH=65% ALIGN=right> <A NAME="libtiff"><B><FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:</B></A> <UL> <LI>support was add for ICC: <TT>NumberOfInks</TT>, and <TT>ICCProfile</TT> <LI>a memory leak caused by doing <TT>TIFFSetDirectory(0)</TT> was fixed <LI>a bug was fixed whereby certain multi-directory files were not properly handled when accessed by mapping the data into memory <LI>the strip chopping support is now always compiled into the library with the default usage controlled by a <TT>STRIPCHOP_DEFAULT</TT> configuration parameter <LI>the strip chopping support no longer chops tiled images <LI>all static strings are now const--for shared libraries <LI>the logic for estimating the strip size of images without a <TT>StripByteCounts</TT> tag was improved by handling <TT>PlanarContig</TT> images differently from <TT>PlanarSeparate</TT> <LI>a bug was fixed in the G3 codec when converting the Y resolution of data specified in metric units <LI>a bug was fixed in the G3/G4 decoder for data where lines terminate with a v0 code <LI>the <TT>TIFFRGBAImage</TT> support was changed to scale 16-bit colormap entries more conservatively to avoid problems with applications that do not generate fully saturated pixel values <LI>the LZW decoder was changed to use a more conservative scheme when bounds checking the hash table array; this avoids pitfalls with systems that load objects into memory in unusual locations <LI>a bug was fixed in <TT>TIFFPrintDirectory</TT>'s handling of the <TT>InkNames</TT> tag <LI><TT>TIFFPrintDirectory</TT> now understands <TT>NumberOfInks</TT> and ICC-related tags <LI>the routines for reading image data now provide more useful information when a read error is encountered <LI>support was added for compiling with Microsoft Visual C++ 4.0 </UL> <P><HR WIDTH=65% ALIGN=right> <A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A> <UL> <LI>a bug was fixed in <B>pal2rgb</B>'s colormap handling <LI><B>tiff2ps</B> now includes John Wehle's changes for maintaining the aspect ratio of images when scaling and for honoring the deadzone on a page when generating PostScript Level II <LI><B>tiff2ps</B> does a better job guarding against the mishandling of greyscale images <LI><B>tiff2ps</B> now correctly converts X- and Y-resolution values specified in metric units <LI><B>tiffdump</B> has a new <TT>-m</TT> option to control the maximum number of indirect data values printed for a tag (by default 24) <LI><B>tiffdump</B> understands several new tags <LI><B>tiffdump</B> now shows any terminating null in ASCII strings <LI><B>tiffinfo</B> now suppresses strip chopping when interpreting an image; a new <TT>-z</TT> option has been added to enable strip chopping </UL> <A HREF="index.html"><IMG SRC="images/back.gif"></A> TIFF home page.<BR> <HR> <ADDRESS> <A HREF="sam.html">Sam Leffler</A> / <A HREF="mailto:sam@engr.sgi.com">sam@engr.sgi.com</A> Last updated $Date: 2016-09-25 20:05:45 $. </ADDRESS> </BODY> </HTML>
Save
cmd:
run