2001.10.07 18:31 "TIFFSetField(tiffFD, TIFFTAG_COMPRESSION,COMPRESSION_LZW);", by Jianping Zhu

2001.10.08 01:11 "LZW", by Jianping Zhu

I need compress tiff images in the Evironment of VC++6.0, Do I need to get permission or download other stuff in order to have this code

    TIFFSetField(tiffFD, TIFFTAG_COMPRESSION,COMPRESSION_LZW);

work in VC++6.0, because LZW compression in TIFF patented.

Any suggestion will be greatly appreciated.

JP