small correction to ChangeLog text entry

This commit is contained in:
Joris Van Damme 2007-09-29 10:37:40 +00:00
parent 00ddda303a
commit d8144e074c

View File

@ -1,9 +1,9 @@
2007-09-29 Joris Van Damme <joris.at.lebbeke@skynet.be>
* 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 <joris.at.lebbeke@skynet.be>