diff --git a/ChangeLog b/ChangeLog index e13babb7..254130b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,9 @@ 2007-09-29 Joris Van Damme * tif_dirread.c: Strip chopping interfered badly with uncompressed - subsampled images because it tried to divide subsamples rowblock, leading + subsampled images because it tried to divide subsampled rowblocks, leading to all sorts of errors throughout the library for these images. Fixed by - making strip chopping divide in row counts that are multiple of vertical + making strip chopping divide in row counts that are a multiple of vertical subsampling value. 2007-09-28 Joris Van Damme