Blame html/man/ppm2tiff.1.html

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
<html>
Packit Service db44fb
<head>
Packit Service db44fb
<meta name="generator" content="groff -Thtml, see www.gnu.org">
Packit Service db44fb
<meta name="Content-Style" content="text/css">
Packit Service db44fb
<title>PPM2TIFF</title>
Packit Service db44fb
</head>
Packit Service db44fb
<body>
Packit Service db44fb
Packit Service db44fb

PPM2TIFF

Packit Service db44fb
NAME
Packit Service db44fb
SYNOPSIS
Packit Service db44fb
DESCRIPTION
Packit Service db44fb
OPTIONS
Packit Service db44fb
SEE ALSO
Packit Service db44fb
Packit Service db44fb

Packit Service db44fb
Packit Service db44fb

NAME

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
       cols="2" cellspacing="0" cellpadding="0">
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

ppm2tiff − create a <small>TIFF</small> file from

Packit Service db44fb
<small>PPM, PGM</small> and <small>PBM</small> image
Packit Service db44fb
files

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

SYNOPSIS

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
       cols="2" cellspacing="0" cellpadding="0">
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

ppm2tiff [ options ] [ input.ppm ]

Packit Service db44fb
output.tif

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

DESCRIPTION

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
       cols="2" cellspacing="0" cellpadding="0">
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

ppm2tiff converts a file in the <small>PPM,

Packit Service db44fb
PGM</small> and <small>PBM</small> image formats to
Packit Service db44fb
<small>TIFF.</small> By default, the <small>TIFF</small>
Packit Service db44fb
image is created with data samples packed
Packit Service db44fb
(PlanarConfiguration=1), compressed with the Packbits
Packit Service db44fb
algorithm (Compression=32773), and with each strip no
Packit Service db44fb
more than 8 kilobytes. These characteristics can be
Packit Service db44fb
overridden, or explicitly specified with the options
Packit Service db44fb
described below

Packit Service db44fb
Packit Service db44fb

If the <small>PPM</small> file contains greyscale data,

Packit Service db44fb
then the PhotometricInterpretation tag is set to 1
Packit Service db44fb
(min-is-black), otherwise it is set to 2 (RGB).

Packit Service db44fb
Packit Service db44fb

If no <small>PPM</small> file is specified on the command

Packit Service db44fb
line, ppm2tiff will read from the standard input.

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

OPTIONS

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
       cols="5" cellspacing="0" cellpadding="0">
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

−c

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

Specify a compression scheme to use when writing image

Packit Service db44fb
data: none for no compression, packbits for
Packit Service db44fb
PackBits compression (will be used by default), lzw
Packit Service db44fb
for Lempel-Ziv & Welch compression, jpeg for
Packit Service db44fb
baseline JPEG compression, zip for Deflate
Packit Service db44fb
compression, g3 for CCITT Group 3 (T.4) compression,
Packit Service db44fb
and g4 for CCITT Group 4 (T.6) compression.

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

−r

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

Write data with a specified number of rows per strip; by

Packit Service db44fb
default the number of rows/strip is selected so that each
Packit Service db44fb
strip is approximately 8 kilobytes.

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

−R

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

Mark the resultant image to have the specified X and Y

Packit Service db44fb
resolution (in dots/inch).

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

SEE ALSO

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
       cols="2" cellspacing="0" cellpadding="0">
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

tiffinfo(1), tiffcp(1),

Packit Service db44fb
tiffmedian(1), libtiff(3)

Packit Service db44fb
Packit Service db44fb

Libtiff library home page:

Packit Service db44fb
http://www.remotesensing.org/libtiff/

Packit Service db44fb
Packit Service db44fb
Packit Service db44fb

Packit Service db44fb
</body>
Packit Service db44fb
</html>