169 lines
6.2 KiB
HTML
169 lines
6.2 KiB
HTML
<html>
|
|
<head>
|
|
<meta name="generator" content="groff -Thtml, see www.gnu.org">
|
|
<meta name="Content-Style" content="text/css">
|
|
<title>TIFFSV</title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1 align=center>TIFFSV</h1>
|
|
<a href="#NAME">NAME</a><br>
|
|
<a href="#SYNOPSIS">SYNOPSIS</a><br>
|
|
<a href="#DESCRIPTION">DESCRIPTION</a><br>
|
|
<a href="#OPTIONS">OPTIONS</a><br>
|
|
<a href="#NOTE">NOTE</a><br>
|
|
<a href="#BUGS">BUGS</a><br>
|
|
<a href="#SEE ALSO">SEE ALSO</a><br>
|
|
|
|
<hr>
|
|
<!-- Creator : groff version 1.17.2 -->
|
|
<!-- CreationDate: Thu Nov 27 17:58:14 2003 -->
|
|
<a name="NAME"></a>
|
|
<h2>NAME</h2>
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
<tr valign="top" align="left">
|
|
<td width="10%"></td><td width="90%">
|
|
tiffsv - save an image from the framebuffer in a <small>TIFF</small> file (Silicon Graphics version)</td></table>
|
|
<a name="SYNOPSIS"></a>
|
|
<h2>SYNOPSIS</h2>
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
<tr valign="top" align="left">
|
|
<td width="10%"></td><td width="90%">
|
|
<b>tiffsv</b> [ <i>options</i> ] <i>output.tif</i> [ <i>x1
|
|
x2 y1 y2</i> ]</td></table>
|
|
<a name="DESCRIPTION"></a>
|
|
<h2>DESCRIPTION</h2>
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
<tr valign="top" align="left">
|
|
<td width="10%"></td><td width="90%">
|
|
<i>tiffsv</i> saves all or part of the framebuffer in a file
|
|
using the Tag Image File Format, Revision 6.0. By default,
|
|
the image is saved with data samples packed
|
|
(<i>PlanarConfiguration</i>=1), compressed with the
|
|
Lempel-Ziv & Welch algorithm (<i>Compression</i>=5), and
|
|
with each strip no more than 8 kilobytes. These
|
|
characteristics can be overriden, or explicitly specified
|
|
with the options described below.</td></table>
|
|
<a name="OPTIONS"></a>
|
|
<h2>OPTIONS</h2>
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
<tr valign="top" align="left">
|
|
<td width="10%"></td><td width="90%">
|
|
<b>-b</b></td></table>
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
<tr valign="top" align="left">
|
|
<td width="21%"></td><td width="79%">
|
|
Save the image as a greyscale image as if it were processed
|
|
by <i>tiff2bw</i>(1). This option is included for
|
|
compatibility with the standard <i>scrsave</i>(6D)
|
|
program.</td></table>
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
<tr valign="top" align="left">
|
|
<td width="10%"></td><td width="90%">
|
|
<b>-c</b></td></table>
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
<tr valign="top" align="left">
|
|
<td width="21%"></td><td width="79%">
|
|
Specify the compression to use for data written to the
|
|
output file: <b>none</b> for no compression, <b>packbits</b>
|
|
for PackBits compression, <b>jpeg</b> for baseline JPEG
|
|
compression, <b>zip</b> for Deflate compression, and
|
|
<b>lzw</b> for Lempel-Ziv & Welch compression
|
|
(default).</td></table>
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
<tr valign="top" align="left">
|
|
<td width="21%"></td><td width="79%">
|
|
<small>LZW</small> compression can be specified together
|
|
with a <i>predictor</i> value. A predictor value of 2 causes
|
|
each scanline of the output image to undergo horizontal
|
|
differencing before it is encoded; a value of 1 forces each
|
|
scanline to be encoded without differencing. LZW-specific
|
|
options are specified by appending a ``:''-separated list to
|
|
the ``lzw'' option; e.g. <b>-c lzw:2</b> for
|
|
<small>LZW</small> compression with horizontal
|
|
differencing.</td></table>
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
<tr valign="top" align="left">
|
|
<td width="10%"></td><td width="90%">
|
|
<b>-p</b></td></table>
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
<tr valign="top" align="left">
|
|
<td width="21%"></td><td width="79%">
|
|
Specify the planar configuration to use in writing image
|
|
data. By default, <i>tiffsv</i> will create a new file with
|
|
the data samples packed contiguously. Specifying <b>-p
|
|
contig</b> will force data to be written with multi-sample
|
|
data packed together, while <b>-p separate</b> will force
|
|
samples to be written in separate planes.</td></table>
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
<tr valign="top" align="left">
|
|
<td width="10%"></td><td width="90%">
|
|
<b>-r</b></td></table>
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
<tr valign="top" align="left">
|
|
<td width="21%"></td><td width="79%">
|
|
Specify the number of rows (scanlines) in each strip of data
|
|
written to the output file. By default, <i>tiffsv</i>
|
|
attempts to set the rows/strip that no more than 8 kilobytes
|
|
of data appear in a strip.</td></table>
|
|
<a name="NOTE"></a>
|
|
<h2>NOTE</h2>
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
<tr valign="top" align="left">
|
|
<td width="10%"></td><td width="90%">
|
|
Except for the use of <small>TIFF,</small> this program is
|
|
equivalent to the standard <i>scrsave</i> program. This
|
|
means, for example, that you can use it in conjunction with
|
|
the standard <i>icut</i> program simply by creating a link
|
|
called <i>scrsave</i>, or by creating a shell script called
|
|
<i>scrsave</i> that invokes <i>tiffgt</i> with the
|
|
appropriate options.</td></table>
|
|
<a name="BUGS"></a>
|
|
<h2>BUGS</h2>
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
<tr valign="top" align="left">
|
|
<td width="10%"></td><td width="90%">
|
|
If data are saved compressed and in separate planes, then
|
|
the rows in each strip is silently set to one to avoid
|
|
limitations in the <i>libtiff</i>(3) library.</td></table>
|
|
<a name="SEE ALSO"></a>
|
|
<h2>SEE ALSO</h2>
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
<tr valign="top" align="left">
|
|
<td width="10%"></td><td width="90%">
|
|
<i>scrsave</i>(6D) <i>pal2rgb</i>(1), <i>tiffdump</i>(1),
|
|
<i>tiffgt</i>(1), <i>tiffinfo</i>(1), <i>tiffcp</i>(1),
|
|
<i>tiffmedian</i>(1), <i>libtiff</i>(3)</td></table>
|
|
<hr>
|
|
</body>
|
|
</html>
|