summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2005-05-22 17:36:50 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2005-05-22 17:36:50 +0000
commitf1826525bc2eaa46566d3484be670ee82017f23d (patch)
treea61b9322ab00010677cbd7bfde507a9981a94d8c /ChangeLog
parente848181ca310ed1e6d0dd63e843baea3e81ef617 (diff)
downloadlibtiff-git-f1826525bc2eaa46566d3484be670ee82017f23d.tar.gz
avoid bogus stripbytecount messages if stripoffset zero
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7852868d..31608061 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-05-22 Frank Warmerdam <warmerdam@pobox.com>
+
+ * libtiff/tif_dirread.c: Changed the code that computes
+ stripbytecount[0] if it appears bogus to ignore if stripoffset[0] is
+ zero. This is a common case with GDAL indicating a "null" tile/strip.
+
2005-05-17 Andrey Kiselev <dron@remotesensing.org>
* tools/tiffsplit.c: Check for JPEGTables tag presence before copying.