/usr/share/doc/libtiff-devel/html
NameSizeModeActions
images/-0755rm
man/-0755rm
addingtags.html118060644editdlrm
bugs.html25000644editdlrm
build.html336230644editdlrm
CMakeLists.txt22530644editdlrm
contrib.html37390644editdlrm
document.html15900644editdlrm
images.html10740644editdlrm
index.html50850644editdlrm
internals.html192360644editdlrm
intro.html23940644editdlrm
libtiff.html374330644editdlrm
misc.html38470644editdlrm
support.html176940644editdlrm
TIFFTechNote2.html356980644editdlrm
tools.html57260644editdlrm
v3.4beta007.html38950644editdlrm
v3.4beta016.html40230644editdlrm
v3.4beta018.html26470644editdlrm
v3.4beta024.html53380644editdlrm
v3.4beta028.html59820644editdlrm
v3.4beta029.html27690644editdlrm
v3.4beta031.html33250644editdlrm
v3.4beta032.html26940644editdlrm
v3.4beta033.html22880644editdlrm
v3.4beta034.html21610644editdlrm
v3.4beta035.html17920644editdlrm
v3.4beta036.html45670644editdlrm
v3.5.1.html21730644editdlrm
v3.5.2.html32750644editdlrm
v3.5.3.html42610644editdlrm
v3.5.4.html23780644editdlrm
v3.5.5.html50010644editdlrm
v3.5.6-beta.html61080644editdlrm
v3.5.7.html100200644editdlrm
v3.6.0.html167770644editdlrm
v3.6.1.html68170644editdlrm
v3.7.0.html41520644editdlrm
v3.7.0alpha.html90920644editdlrm
v3.7.0beta.html49540644editdlrm
v3.7.0beta2.html36130644editdlrm
v3.7.1.html81890644editdlrm
v3.7.2.html80180644editdlrm
v3.7.3.html82470644editdlrm
v3.7.4.html42570644editdlrm
v3.8.0.html68240644editdlrm
v3.8.1.html80510644editdlrm
v3.8.2.html42820644editdlrm
v3.9.0beta.html117130644editdlrm
v3.9.1.html31870644editdlrm
v3.9.2.html33900644editdlrm
v4.0.0.html107460644editdlrm
v4.0.1.html30360644editdlrm
v4.0.2.html30100644editdlrm
v4.0.3.html34540644editdlrm
v4.0.4.html81890644editdlrm
v4.0.4beta.html132360644editdlrm
v4.0.5.html43660644editdlrm
v4.0.6.html38370644editdlrm
v4.0.7.html174040644editdlrm
v4.0.8.html187250644editdlrm
v4.0.9.html181170644editdlrm
Edit: /usr/share/doc/libtiff-devel/html/v3.6.1.html (6817B)
Changes in TIFF v3.6.1 TIFF CHANGE INFORMATION

This document describes the changes made to the software between the previous and current 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:


MAJOR CHANGES:


CHANGES IN THE SOFTWARE CONFIGURATION:
  • libtiff/makefile.vc, tools/makefile.vc: Support for IJG JPEG library.
  • Makefile.in: Add an absolute path to the test_pics.sh call.
  • Makefile.in: Add an absolute path to the test_pics.sh call.
  • libtiff/tiffcomp.h: #define _BSDTYPES_DEFINED when defining BSD typedefs.
  • configure, libtiff/{Makefile.in, mkversion.c}: Relative buildings fixed.
  • Makefile.in: Add an absolute path to the test_pics.sh call.


CHANGES IN LIBTIFF:
  • libtiff/{tif_color.c, tif_getimage.c, tiffio.h}: Added support for ReferenceBlackWhite tag handling when converted from YCbCr color space as per bug 120.
  • libtiff/{tif_getimage.c, tif_aux.c}: Read WhitePoint tag from the file and properly use it for CIE Lab 1976 to RGB transform.
  • libtiff/{tif_getimage.c, tiffio.h}: Finally resolved problems with orientation handling. TIFFRGBAImage interface now properly supports all possible orientations, i.e. images will be flipped both in horizontal and vertical directions if required. 'Known bugs' section now removed from the appropriate manual pages.
  • libtiff/tif_luv.c: Fixed bug in 48-bit to 24-bit conversion routine, reported by Antonio Scuri.
  • libtiff/{tiffio.h, tif_codec.c}: Added new function TIFFIsCODECConfigured(), suggested by Ross Finlayson.
  • libtiff/tif_ojpeg.c: TIFFVGetField() function now can properly extract the fields from the OJPEG files. Patch supplied by Ross Finlayson.
  • libtiff/tif_dir.h: _TIFFFindOrRegisterdInfo declaration replaced with _TIFFFindOrRegisterFieldInfo as reported by Ross Finlayson.
  • libtiff/tif_dirinfo.c: Implemented binary search in _TIFFMergeFieldInfo(). Patch supplied by Ross Finlayson.
  • tif_dirread.c: do not mark all anonymously defined tags to be IGNOREd (as it was done in 3.6.0).
  • libtiff/{tiff.h, tif_dirinfo.c}: Added support for IFD (13) datatype, intruduced in "Adobe PageMaker TIFF Technical Notes".
  • libtiff/{tif_color.c, tif_getimage.c, tiffio.h}: New color space conversion code: CIE L*a*b* 1976 images now supported by the TIFFRGBAImage interface. YCbCr to RGB conversion code also moved there and now has publicly available interface. These routines currently used in TIFFRGBAImage interface only and not supported in other libtiff tools yet. So if you want, for example, to convert CIE Lab image into PostScript file you should do it in two steps: chnge colorspace to RGB using tiff2rgba utility abd then process it with the tiff2ps.
  • libtiff/tif_tile.c: Remove spurious use of "s" (sample) in the planarconfig_contig case in TIFFComputeTile() as per bug 387
  • libtiff/tiffiop.h: New macros: TIFFmax and TIFFmin.
  • libtiff/{tiffio.h, tif_strip.c}: Added TIFFRawStripSize() function as suggested by Chris Hanson.
  • libtiff/{tif_lzw.c, tif_fax3.c}: Proper support for update mode as per bug 424.


CHANGES IN THE TOOLS:
  • tiff2pdf: New tool, written by Ross Finlayson, to directly convert TIFF files to PDF.
  • tiffgt: Unmaintained and platform dependent sgigt utility removed and replaced with the completely rewritten portable tiffgt tool (depend on OpenGL and GLUT). This tool will not build by default.
  • ras2tiff: Properly determine SUN Rasterfiles with the reverse byte order (it is reported by the magic header field). Problem reported by Andreas Wiesmann.
  • raw2tiff: Implemented image size guessing using correlation coefficient calculation between two neighbour lines.


CHANGES IN THE CONTRIB AREA:
  • contrib/pds/{tif_pdsdirread.c, tif_pdsdirwrite.c}: Use TIFFDataWidth() function insted of tiffDataWidth array.
CHANGES IN THE LZW COMPRESSION KIT:
  • Proper support for update mode as per bug 424.
TIFF home page.

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