The libtiff package contains the tiff libraries and associated utilities. The libraries are used by many programs for reading and writing tiff files and the utilities are useful for general work with tiff files.
Download (HTTP): http://gd.tuwien.ac.at/hci/windowmaker/libs/tiff-v3.5.7.tar.gz
Download (FTP): ftp://ftp.remotesensing.org/pub/libtiff/tiff-v3.5.7.tar.gz
Download size: 928 KB
Estimated Disk space required: 5.9 MB
Estimated build time: 0.26 SBU
Install libtiff by running the following commands:
patch -Np1 -i ../tiff-3.6.0-tiffio.patch && ./configure --prefix=/usr --noninteractive \ --with-DIR_MAN=/usr/share/man && make && make install |
--noninteractive: This switch is used to avoid the configuration routine asking for confirmation of the directories to install to (which we pass using switches to configure anyways).
--with-DIR_MAN=/usr/share/man: This is used because despite the fact we pass --prefix=/usr, the configure routine tries to install the man pages in /usr/local/man instead of the correct place.
As with most libraries, there is no configuration to do, save that the library directory i.e. /opt/lib or /usr/local/lib should appear in /etc/ld.so.conf so that ldd can find the shared libraries. After checking that this is the case, /sbin/ldconfig should be run while logged in as root.
The libtiff package contains fax2ps, fax2tiff, gif2tiff, pal2rgb, ppm2tiff, ras2tiff, rgb2ycbcr, thumbnail, tiff2bw, tiff2ps, tiff2rgba, tiffcmp, tiffcp, tiffdither, tiffdump, tiffinfo, tiffmedian, tiffsplit and tiff libraries.