*** empty log message ***

This commit is contained in:
Andrey Kiselev 2003-08-05 08:44:17 +00:00
parent 015b5e862a
commit f8db45dca2

View File

@ -1,3 +1,14 @@
2003-08-05 Andrey Kiselev <dron@remotesensing.org>
* libtiff/tif_lzw.c: Move LZW codec state block allocation back to
TIFFInitLZW(), because its initialization in LZWSetupDecode() cause
problems with predictor initialization. Remove O_RDONLY check during
state block allocation to be able open LZW compressed files in update
mode.
Problem exist for libtiff version of the tif_lzw.c module. One from
lzw-compression-kit hasn't such troubles.
2003-08-04 Frank Warmerdam <warmerdam@pobox.com>
* libtiff/tif_write.c: modified tif_write.c so that the various