*** empty log message ***

This commit is contained in:
Andrey Kiselev 2007-02-24 17:16:40 +00:00
parent c29dea9440
commit 1c0564c8e8

View File

@ -1,5 +1,23 @@
2007-02-24 Andrey Kiselev <dron@ak4719.spb.edu>
* tools/tiffset.c: Properly handle tags with TIFF_VARIABLE writecount.
As per bug http://bugzilla.remotesensing.org/show_bug.cgi?id=1350
* libtiff/tif_dirread.c: Added special function to handle
SubjectDistance EXIF tag as per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1362
* tools/tiff2pdf.c: Do not assume inches when the resolution units
do not specified. As per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1366
* tools/{tiffcp.c, tiffcrop.c}: Do not change RowsPerStrip value if
it was set as infinite. As per bug
http://bugzilla.remotesensing.org/show_bug.cgi?id=1368
* tools/tiffcrop.c, man/tiffcrop.1: New tiffcrop utility contributed
by Richard Nolde. As per bug