%general-entities; ]> libtiff-&libtiff-version; libtiff Introduction to libtiff 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 used for general work with TIFF files. &lfs120_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libtiff-md5sum; Download size: &libtiff-size; Estimated disk space required: &libtiff-buildsize; Estimated build time: &libtiff-time; libtiff Dependencies Recommended Optional (required for tiffgt), , , , JBIG-KIT, and LERC Installation of libtiff Install libtiff by running the following commands: mkdir -p libtiff-build && cd libtiff-build && cmake -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/libtiff-&libtiff-version; \ -DCMAKE_INSTALL_PREFIX=/usr -G Ninja .. && ninja To test the results, issue: ninja test. Now, as the root user: ninja install Contents Installed Programs Installed Libraries Installed Directory tiffcp, tiffdump, tiffinfo, tiffset, and tiffsplit libtiff.so and libtiffxx.so /usr/share/doc/tiff-&libtiff-version; Short Descriptions tiffcp copies (and possibly converts) a TIFF file tiffcp tiffdump prints verbatim information about TIFF files tiffdump tiffinfo prints information about TIFF files tiffinfo tiffset sets the value of a TIFF header to a specified value tiffset tiffsplit splits a multi-image TIFF into single-image TIFF files tiffsplit libtiff.so contains the API functions used by the libtiff programs as well as other programs to read and write TIFF files libtiff.so libtiffxx.so contains the C++ API functions used by programs to read and write TIFF files libtiffxx.so