%general-entities; ]> $Date$ 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. &lfs101_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), , , and JBIG-KIT User Notes: 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 fax2ps, fax2tiff, pal2rgb, ppm2tiff, raw2tiff, tiff2bw, tiff2pdf, tiff2ps, tiff2rgba, tiffcmp, tiffcp, tiffcrop, tiffdither, tiffdump, tiffgt, tiffinfo, tiffmedian, tiffset and tiffsplit libtiff.so and libtiffxx.so /usr/share/doc/tiff-&libtiff-version; Short Descriptions fax2ps converts a TIFF facsimile to compressed PostScript file fax2ps fax2tiff creates a TIFF Class F fax file from raw fax data fax2tiff pal2rgb converts a palette color TIFF image to a full color image pal2rgb ppm2tiff creates a TIFF file from a PPM image file ppm2tiff raw2tiff converts a raw byte sequence into TIFF raw2tiff tiff2bw converts a color TIFF image to grayscale tiff2bw tiff2pdf converts a TIFF image to a PDF document tiff2pdf tiff2ps converts a TIFF image to a PostScript file tiff2ps tiff2rgba converts a wide variety of TIFF images into an RGBA TIFF image tiff2rgba tiffcmp compares two TIFF files tiffcmp tiffcp copies (and possibly converts) a TIFF file tiffcp tiffcrop selects, copies, crops, converts, extracts and/or processes one or more TIFF files tiffcrop tiffdither converts a grayscale image to bilevel using dithering tiffdither tiffdump prints verbatim information about TIFF files tiffdump tiffgt displays an image stored in a TIFF file tiffgt tiffinfo prints information about TIFF files tiffinfo tiffmedian applies the median cut algorithm to data in a TIFF file tiffmedian 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