Tech Support > Computers & Technology > Programming > How to install libtiff library on Windows 2000 Server platform
How to install libtiff library on Windows 2000 Server platform
Posted by Hai-Chu Hsu on July 6th, 2003


Hi,

I need to process .tif image on Windows platform using MS-DOS Command
Prompt. Can anyone tell me how to install libtiff library on Windows
2000 Server?

Thanks.

Hai-Chu

Posted by Andreas Pidde on July 7th, 2003


Hai-Chu Hsu wrote:
Hi,

get a copy of libtiff from GnuWin32 Project at SourceForge. Put the
libtiff.dll somewhere in your path or to your program, you'll also need
libjpeg.dll, zlib.dll and eventually netpbm.dll (also at GnuWIN32). To
compile your project, include the path of libtiff.lib in your library
path list of the compiler and the path of tiff.h, tiffconf.h, tiffio.h,
tiffvers.h into the include path list.

Regards,
Andreas



Similar Posts