NAME
ppm2tiff - create a TIFF file from PPM, PGM and PBM image files
SYNOPSIS
ppm2tiff [ options ] [ input.ppm ] output.tif
DESCRIPTION
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.
OPTIONS
-c Specify a compression scheme to use when writing image data: none for no compression, packbits for PackBits compression (will be used by default), lzw for Lempel-Ziv & Welch compression, jpeg for baseline JPEG compression, zip for Deflate compression, g3 for CCITT Group 3 (T.4) compression, and g4 for CCITT Group 4 (T.6) compression. -r Write data with a specified number of rows per strip; by default the number of rows/strip is selected so that each strip is approximately 8 kilobytes. -R Mark the resultant image to have the specified X and Y resolution (in dots/inch).
SEE ALSO
tiffinfo(1), tiffcp(1), tiffmedian(1), libtiff(3) Libtiff library home page: http://www.simplesystems.org/libtiff/
More Linux Commands
manpages/XtOpenDisplay.3.html
XtOpenDisplay(3) - initialize, open, or close a display.....
The XtDisplayInitialize function builds the resource database, calls the Xlib XrmParseCommand function to parse the command line, and performs other per display
manpages/glMultiTexCoord1sARB.3gl.html
glMultiTexCoord1sARB(3gl) - set the current texture coordina
glMultiTexCoordARB specifies texture coordinates in one, two, three, or four dimensions. glMultiTexCoord1ARB sets the current texture coordinates to (s, 0, 0, 1
manpages/ptardiff.1.html
ptardiff(1) - program that diffs an extracted archive agains
ptardiff is a small program that diffs an extracted archive against an unextracted one, using the perl module Archive::Tar. This effectively lets you view chang
manpages/X11::Protocol::Connection.3pm.html
X11::Protocol::Connection.3pm...............................
This module is an abstract base class for the various X11::Protocol::Connection::* modules that provide connections to X servers for the X11::Protocol module. I
manpages/XSetPlaneMask.3.html
XSetPlaneMask(3) - GC convenience routines - Linux man page
The XSetState function sets the foreground, background, plane mask, and function components for the specified GC. XSetState can generate BadAlloc, BadGC, and Ba
manpages/auparse_find_field_next.3.html
auparse_find_field_next(3) - find next occurrance of field n
auparse_find_field_next finds the next occurrance of the previously stored field name. It will scan until it reaches the last record of the current event. RETUR
manpages/xdr_double.3.html
xdr_double(3) - library routines for external data represent
These routines allow C programmers to describe arbitrary data structures in a machine-independent fashion. Data for remote procedure calls are transmitted using
manpages/git-show-branch.1.html
git-show-branch(1) - Show branches and their commits........
Shows the commit ancestry graph starting from the commits named with <rev>s or <globs>s (or all refs under refs/heads and/or refs/tags) semi-visually. It cannot
manpages/Tcl_GetCommandFullName.3.html
Tcl_GetCommandFullName(3) - implement new commands in C.....
Tcl_CreateObjCommand defines a new command in interp and associates it with procedure proc such that whenever name is invoked as a Tcl command (e.g., via a call
manpages/intellegacy.4.html
intellegacy(4) - Intel integrated graphics chipsets.........
intellegacy.4 - intel is an Xorg driver for Intel integrated graphics chipsets. The driver supports depths 8, 15, 16 and 24. All visual types are supported in d
manpages/perllocale.1.html
perllocale(1) - Perl locale handling (internationalization a
In the beginning there was ASCII, the American Standard Code for Information Interchange, which works quite well for Americans with their English alphabet and d
manpages/rletopnm.1.html
rletopnm(1) - convert a Utah Raster Tools RLE image file to
This program is part of Netpbm(1) rletopnm converts Utah Raster Toolkit RLE image files to PNM image files. rletopnm handles four types of RLE files: Grayscale
