%general-entities; ]> $LastChangedBy$ $Date$ libtiff-&libtiff-version; Libtiff Introduction to <application>libtiff</application> 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. 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; <application>libtiff</application> dependencies Optional , X ( or ) and Installation of <application>libtiff</application> Install libtiff by running the following commands: ./configure --prefix=/usr && make Now, as the root user: make install Contents Installed Programs Installed Libraries Installed Directory bmp2tiff, fax2ps, fax2tiff, gif2tiff, pal2rgb, ppm2tiff, ras2tiff, raw2tiff, rgb2ycbcr, thumbnail, tiff2bw, tiff2pdf, tiff2ps, tiff2rgba, tiffcmp, tiffcp, tiffdither, tiffdump, tiffgt, tiffinfo, tiffmedian, tiffset and tiffsplit libtiff.[so,a] and libtiffxx.[so,a] /usr/share/doc/tiff-&libtiff-version; Short Descriptions bmp2tiff converts a Microsoft Windows Device Independent Bitmap image file to a TIFF image. bmp2tiff fax2ps converts a TIFF facsimile to compressed PostScript file. fax2ps fax2tiff creates a TIFF Class F fax file from raw fax data. fax2tiff gif2tiff creates a TIFF file from a GIF87 format image file. gif2tiff pal2rgb converts a palette color TIFF image to a full color image. pal2rgb ppm2tiff creates a TIFF file from a PPM image file. ppm2tiff ras2tiff creates a TIFF file from a Sun rasterfile. ras2tiff raw2tiff converts a raw byte sequence into TIFF. raw2tiff rgb2ycbcr converts non-YCbCr TIFF images to YCbCr TIFF images. rgb2ycbcr thumbnail creates a TIFF file with thumbnail images. thumbnail 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 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 in an X window. 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,a] contains the API functions used by the libtiff programs as well as other programs to read and write TIFF files. libtiff.[so,a] libtiffxx.[so,a] contains the C++ API functions used by programs to read and write TIFF files. libtiffxx.[so,a]