*** empty log message ***
This commit is contained in:
parent
972f16c818
commit
2c26534c4b
14
ChangeLog
14
ChangeLog
@ -1,5 +1,19 @@
|
||||
2001-09-24 Frank Warmerdam <warmerdam@pobox.com>
|
||||
|
||||
* libtiff/tif_lzw.c: Avoid MS VC++ 5.0 optimization bug.
|
||||
|
||||
http://bugzilla.remotesensing.org/show_bug.cgi?id=78
|
||||
|
||||
* libtiff/tif_lzw.c: added dummy LZWSetupEncode() to report an
|
||||
error about LZW not being available.
|
||||
|
||||
* libtiff/tif_dir.c: propagate failure to initialize compression
|
||||
back from TIFFSetField() as an error status, so applications can
|
||||
detect failure.
|
||||
|
||||
* libtiff/tif_dir.c: removed the auto replacement of
|
||||
COMPRESSION_LZW with COMPRESSION_NONE in _TIFFVSetField().
|
||||
|
||||
* Removed Makefile, tools/Makefile, port/install.sh, man/Makefile
|
||||
from CVS as they are all supposed to be auto-generated by configure.
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
apps
|
||||
lib
|
||||
Makefile
|
||||
|
20
tools/.cvsignore
Normal file
20
tools/.cvsignore
Normal file
@ -0,0 +1,20 @@
|
||||
Makefile
|
||||
fax2ps
|
||||
fax2tiff
|
||||
gif2tiff
|
||||
pal2rgb
|
||||
ppm2tiff
|
||||
ras2tiff
|
||||
rgb2ycbcr
|
||||
thumbnail
|
||||
tiff2bw
|
||||
tiff2ps
|
||||
tiff2rgba
|
||||
tiffcp
|
||||
tiffcmp
|
||||
tiffdither
|
||||
tiffdump
|
||||
tiffinfo
|
||||
tiffmedian
|
||||
tiffset
|
||||
tiffsplit
|
Loading…
Reference in New Issue
Block a user