libtiff/html/man/tiffsv.1.html

169 lines
6.2 KiB
HTML
Raw Normal View History

2002-10-07 09:47:36 -04:00
<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>
2003-11-27 10:07:01 -05:00
<!-- Creator : groff version 1.17.2 -->
<!-- CreationDate: Thu Nov 27 17:58:14 2003 -->
2002-10-07 09:47:36 -04:00
<a name="NAME"></a>
<h2>NAME</h2>
2003-11-27 10:07:01 -05:00
<table width="100%" border=0 rules="none" frame="void"
2002-10-07 09:47:36 -04:00
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
2003-11-27 10:07:01 -05:00
<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>
2002-10-07 09:47:36 -04:00
<a name="SYNOPSIS"></a>
<h2>SYNOPSIS</h2>
2003-11-27 10:07:01 -05:00
<table width="100%" border=0 rules="none" frame="void"
2002-10-07 09:47:36 -04:00
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
2003-11-27 10:07:01 -05:00
<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>
2002-10-07 09:47:36 -04:00
<a name="DESCRIPTION"></a>
<h2>DESCRIPTION</h2>
2003-11-27 10:07:01 -05:00
<table width="100%" border=0 rules="none" frame="void"
2002-10-07 09:47:36 -04:00
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
2003-11-27 10:07:01 -05:00
<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
2002-10-07 09:47:36 -04:00
(<i>PlanarConfiguration</i>=1), compressed with the
Lempel-Ziv &amp; Welch algorithm (<i>Compression</i>=5), and
with each strip no more than 8 kilobytes. These
characteristics can be overriden, or explicitly specified
2003-11-27 10:07:01 -05:00
with the options described below.</td></table>
2002-10-07 09:47:36 -04:00
<a name="OPTIONS"></a>
<h2>OPTIONS</h2>
2003-11-27 10:07:01 -05:00
<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>
2002-10-07 09:47:36 -04:00
2003-11-27 10:07:01 -05:00
<table width="100%" border=0 rules="none" frame="void"
cols="2" cellspacing="0" cellpadding="0">
2002-10-07 09:47:36 -04:00
<tr valign="top" align="left">
2003-11-27 10:07:01 -05:00
<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>
2002-10-07 09:47:36 -04:00
2003-11-27 10:07:01 -05:00
<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>
2002-10-07 09:47:36 -04:00
2003-11-27 10:07:01 -05:00
<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
2002-10-07 09:47:36 -04:00
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 &amp; Welch compression
2003-11-27 10:07:01 -05:00
(default).</td></table>
<table width="100%" border=0 rules="none" frame="void"
2002-10-07 09:47:36 -04:00
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
2003-11-27 10:07:01 -05:00
<td width="21%"></td><td width="79%">
<small>LZW</small> compression can be specified together
2002-10-07 09:47:36 -04:00
with a <i>predictor</i> value. A predictor value of 2 causes
1999-11-22 23:29:23 -05:00
each scanline of the output image to undergo horizontal
2002-10-07 09:47:36 -04:00
differencing before it is encoded; a value of 1 forces each
scanline to be encoded without differencing. LZW-specific
2003-11-27 10:07:01 -05:00
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>
2002-10-07 09:47:36 -04:00
2003-11-27 10:07:01 -05:00
<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>
2002-10-07 09:47:36 -04:00
2003-11-27 10:07:01 -05:00
<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
2002-10-07 09:47:36 -04:00
data. By default, <i>tiffsv</i> will create a new file with
2003-11-27 10:07:01 -05:00
the data samples packed contiguously. Specifying <b>-p
2002-10-07 09:47:36 -04:00
contig</b> will force data to be written with multi-sample
2003-11-27 10:07:01 -05:00
data packed together, while <b>-p separate</b> will force
samples to be written in separate planes.</td></table>
2002-10-07 09:47:36 -04:00
2003-11-27 10:07:01 -05:00
<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>
2002-10-07 09:47:36 -04:00
2003-11-27 10:07:01 -05:00
<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>
2002-10-07 09:47:36 -04:00
attempts to set the rows/strip that no more than 8 kilobytes
2003-11-27 10:07:01 -05:00
of data appear in a strip.</td></table>
2002-10-07 09:47:36 -04:00
<a name="NOTE"></a>
<h2>NOTE</h2>
2003-11-27 10:07:01 -05:00
<table width="100%" border=0 rules="none" frame="void"
2002-10-07 09:47:36 -04:00
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
2003-11-27 10:07:01 -05:00
<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
2002-10-07 09:47:36 -04:00
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
2003-11-27 10:07:01 -05:00
appropriate options.</td></table>
2002-10-07 09:47:36 -04:00
<a name="BUGS"></a>
<h2>BUGS</h2>
2003-11-27 10:07:01 -05:00
<table width="100%" border=0 rules="none" frame="void"
2002-10-07 09:47:36 -04:00
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
2003-11-27 10:07:01 -05:00
<td width="10%"></td><td width="90%">
If data are saved compressed and in separate planes, then
2002-10-07 09:47:36 -04:00
the rows in each strip is silently set to one to avoid
2003-11-27 10:07:01 -05:00
limitations in the <i>libtiff</i>(3) library.</td></table>
2002-10-07 09:47:36 -04:00
<a name="SEE ALSO"></a>
<h2>SEE ALSO</h2>
2003-11-27 10:07:01 -05:00
<table width="100%" border=0 rules="none" frame="void"
2002-10-07 09:47:36 -04:00
cols="2" cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
2003-11-27 10:07:01 -05:00
<td width="10%"></td><td width="90%">
<i>scrsave</i>(6D) <i>pal2rgb</i>(1), <i>tiffdump</i>(1),
2002-10-07 09:47:36 -04:00
<i>tiffgt</i>(1), <i>tiffinfo</i>(1), <i>tiffcp</i>(1),
2003-11-27 10:07:01 -05:00
<i>tiffmedian</i>(1), <i>libtiff</i>(3)</td></table>
2002-10-07 09:47:36 -04:00
<hr>
</body>
</html>