PPM2TIFF(1) | General Commands Manual | PPM2TIFF(1) |
ppm2tiff - create a TIFF file from PPM, PGM and PBM image files
ppm2tiff [ options ] [ input.ppm ] output.tif
ppm2tiff converts a file in the PPM, PGM and PBM image formats to TIFF. By default, the TIFF image is created with data samples packed (PlanarConfiguration=1), compressed with the Packbits algorithm (Compression=32773), and with each strip no more than 8 kilobytes. These characteristics can be overridden, or explicitly specified with the options described below
If the PPM file contains greyscale data, then the PhotometricInterpretation tag is set to 1 (min-is-black), otherwise it is set to 2 (RGB).
If no PPM file is specified on the command line, ppm2tiff will read from the standard input.
tiffinfo(1), tiffcp(1), tiffmedian(1), libtiff(3)
Libtiff library home page: http://www.simplesystems.org/libtiff/
March 1, 2006 | libtiff |