v3.4beta028.html 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>
  5. Changes in TIFF v3.4beta028
  6. </TITLE>
  7. </HEAD>
  8. <BODY>
  9. <FONT FACE="Arial, Helvetica, Sans">
  10. <BASEFONT SIZE=4>
  11. <B><FONT SIZE=+3>T</FONT>IFF <FONT SIZE=+2>C</FONT>HANGE <FONT SIZE=+2>I</FONT>NFORMATION</B>
  12. <BASEFONT SIZE=3>
  13. <UL>
  14. <HR SIZE=4 WIDTH=65% ALIGN=left>
  15. <B>Current Version</B>: v3.4beta028<BR>
  16. <B>Previous Version</B>: <A HREF=v3.4beta024.html>v3.4beta024</A><BR>
  17. <B>Master Download Site</B>: <A HREF="ftp://ftp.sgi.com/graphics/tiff">ftp.sgi.com (192.48.153.1), directory graphics/tiff</A><BR>
  18. <HR SIZE=4 WIDTH=65% ALIGN=left>
  19. </UL>
  20. <P>
  21. This document describes the changes made to the software between the
  22. <I>previous</I> and <I>current</I> versions (see above).
  23. If you don't find something listed here, then it was not done in this
  24. timeframe, or it was not considered important enough to be mentioned.
  25. The following information is located here:
  26. <UL>
  27. <LI><A HREF="#configure">Changes in the software configuration</A>
  28. <LI><A HREF="#libtiff">Changes in libtiff</A>
  29. <LI><A HREF="#tools">Changes in the tools</A>
  30. <LI><A HREF="#man">Changes in the manual pages</A>
  31. <LI><A HREF="#contrib">Changes in the contributed software</A>
  32. </UL>
  33. <P><HR WIDTH=65% ALIGN=right>
  34. <A NAME="configure"><B><FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:</B></A>
  35. <UL>
  36. <LI>a <TT>-noninteractive</TT> flag was added to configure to
  37. control whether or not it prints and prompts for configuration information
  38. <LI>various typos and fixes were made in configure for the the
  39. library-only build support (this and other configure fixes from
  40. Richard Mlynarik <A HREF=mailto:mly@adoc.xerox.com>&lt;mly@adoc.xerox.com&gt;</A>)
  41. <LI>bugs were fixed in the handling of pathnames supplied for external
  42. packages; e.g. <TT>DIR_JPEG</TT>
  43. <LI>the handling of <TT>SETMAKE</TT> is now done properly
  44. <LI>the default prototype function declaration for <TT>pow</TT> was corrected
  45. <LI>a bug was fixed in <B>libtiff/Makefile.in</B> that caused installation
  46. to fail on systems without DSO support
  47. </UL>
  48. <P><HR WIDTH=65% ALIGN=right>
  49. <A NAME="libtiff"><B><FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:</B></A>
  50. <UL>
  51. <LI>Acorn RISC O/S support that was accidentally left out of the
  52. left out of the previous distribution is present (from Peter Greenham)
  53. <LI>complaints about unknown and/or unsupported codecs have been
  54. delayed until they are invoked; this permits applications to open
  55. images and look at tags even if the image data is compressed with
  56. an unknown/unsupported compression scheme
  57. <LI>bugs in handling unknown tags have been corrected; applications
  58. that use multiple codecs, each with codec-specific tags, no longer
  59. generate confusing error messages
  60. <LI>a missing pseudo-tag definition in the CCITT G3 codec was fixed
  61. (this problem caused core dumps in the <TT>tiffcp</TT> program)
  62. <LI>pseudo-tags are now treated specially; they are always considered
  63. to be set (i.e. they do not use bits in the <TT>FIELD_*</TT> bit-vectors).
  64. <LI>the use of strip chopping can now be controlled on a per-file basis
  65. through a mode parameter supplied when opening a file (``C'' to
  66. enable strip chopping and ``c'' to disable)
  67. <LI>two bugs were fixed in the writing of opposite-endian byte-order
  68. files
  69. <LI>support was added for three new fax-related tags registered to
  70. SGI: FaxRecvParams, FaxRecvTime, and FaxSubAddress
  71. <LI>the bit order of image data read and written can now be controlled
  72. on a per-file basis through a mode parameter supplied when opening
  73. a file (``B'' to force MSB2LSB bit order, ``L'' for LSB2MSB bit
  74. order, and ``H'' for the bit order of the native CPU)
  75. <LI>the byte order of image and tag data written to newly-created files
  76. can now be controlled on a per-file basis through a mode parameter
  77. supplied when opening a file (``b'' to force Big-Endian byte order
  78. and ``l'' to force Little-Endian byte order)
  79. <LI>the use memory-mapped files for images opened read-only can now
  80. be controlled on a per-file basis through a mode parameter supplied
  81. when opening a file (``M'' to enable use of memory-mapped files
  82. and ``m'' to disable use)
  83. <LI>the use of the <TT>WIN32</TT> define in <B>tiffiop.h</B> has
  84. been replaced by <TT>__WIN32__</TT>
  85. </UL>
  86. <P><HR WIDTH=65% ALIGN=right>
  87. <A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A>
  88. <UL>
  89. <LI><TT>fax2ps</TT> now does a <TT>save</TT> and <TT>restore</TT>
  90. around each page of PostScript; this fixes a problem with VM
  91. overflow when printing a many-page document on some printers
  92. <LI>a bug in the handling of 3-channel images by <TT>ras2tiff</TT>
  93. was fixed
  94. <LI><TT>tiffcp</TT> has new options to control the byte order of
  95. newly created files: <B>-B</B> for Big-Endian byte order, <B>-L</B>
  96. for Little-Endian byte order; a <B>-M</B> option to disable the
  97. use of memory-mapped files, and a <B>-C</B> option to disable the
  98. use of strip chopping
  99. <LI>bugs were fixed in <TT>tiffcp</TT>'s handling of codec-specific tags
  100. </UL>
  101. <P><HR WIDTH=65% ALIGN=right>
  102. <A NAME="man"><B><FONT SIZE=+3>C</FONT>HANGES IN THE MANUAL PAGES:</B></A>
  103. <UL>
  104. <LI>the <TT>TIFFOpen</TT> page has been updated to reflect the new
  105. optional open mode parameters
  106. </UL>
  107. <P><HR WIDTH=65% ALIGN=right>
  108. <A NAME="contrib"><B><FONT SIZE=+3>C</FONT>HANGES IN THE CONTRIBUTED SOFTWARE:</B></A>
  109. <UL>
  110. <LI><B>contrib/win95</B> contains information and code from Philippe Tenenhaus
  111. <A HREF=mailto:100423.3705@compuserve.com>&lt;100423.3705@compuserve.com&gt;</A>
  112. about using the software under Windows 95
  113. <LI><B>contrib/winnt</B> contains information and code from Dave Dyer
  114. <A HREF=mailto:ddyer@triple-i.com>&lt;ddyer@triple-i.com&gt;</A>
  115. about using the software under Windows NT
  116. </UL>
  117. <A HREF="index.html"><IMG SRC="images/back.gif"></A> TIFF home page.<BR>
  118. <HR>
  119. <ADDRESS>
  120. <A HREF="sam.html">Sam Leffler</A> / <A HREF="mailto:sam@engr.sgi.com">sam@engr.sgi.com</A>
  121. Last updated $Date: 2016-09-25 20:05:45 $.
  122. </ADDRESS>
  123. </BODY>
  124. </HTML>