v3.6.1.html 6.7 KB

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