| Libtiff for Win32 |
- libtiff.lib (3.5.4)
- libtiff.dll (3.5.4) and the import library libtiff_i.lib
You'll also need the include files, which are: - g3states.h
- t4.h
- tif_dir.h
- tif_fax3.h
- tif_predict.h
- tiff.h
- tiffcomp.h
- tiffconf.h
- tiffio.h
- tiffiop.h
- uvcode.h
- version.h
There also also some handy tools, which are: - fax2ps.exe
- fax2tiff.exe
- gif2tiff.exe
- pal2rgb.exe
- ppm2tiff.exe
- ras2tiff.exe
- rgb2ycbcr.exe
- thumbnail.exe
- tiff2bw.exe
- tiff2ps.exe
- tiff2rgba.exe
- tiffcmp.exe
- tiffcp.exe
- tiffdither.exe
- tiffdump.exe
- tiffinfo.exe
- tiffmedian.exe
- tiffsplit.exe
The instructions for how to compile the library are as follows: - Uncompress the libtiff distibution
- Change directory into the libtiff directory inside the distribution
- Copy ..\contrib\winnt\fax3sm.c to fax3sm_winnt.c
- Copy ..\contrib\winnt\libtiff.def to libtiff.def
- Remove the line for TIFFModeCCITTFax3 from the libtiff.def file
- Change the line for TIFFFlushdata1 in the libtiff.def file to TIFFFlushData1
- nmake /f makefile.vc all
- Done!
To compile the tools once you have the library, just change into the tools directory and do a nmake /f makefile.vc
All of this is also available as one big .zip file, as well as a gzipped tarball (both of which WinZip can open).
People have been telling me that they are having trouble compiling libtiff for win32 platforms, so I have decided to include a copy here.
The versions available are:
posted at: 04:00 | path: /panda/panda-documentation | permanent link to this entry
