~ubuntu-branches/ubuntu/karmic/tiff/karmic-security

« back to all changes in this revision

Viewing changes to html/man/tiffsv.1.html

  • Committer: Bazaar Package Importer
  • Author(s): Fabio M. Di Nitto
  • Date: 2004-10-14 07:57:59 UTC
  • Revision ID: james.westby@ubuntu.com-20041014075759-a77e7zuaetya8cp0
Tags: upstream-3.6.1
ImportĀ upstreamĀ versionĀ 3.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<meta name="generator" content="groff -Thtml, see www.gnu.org">
 
4
<meta name="Content-Style" content="text/css">
 
5
<title>TIFFSV</title>
 
6
</head>
 
7
<body>
 
8
 
 
9
<h1 align=center>TIFFSV</h1>
 
10
<a href="#NAME">NAME</a><br>
 
11
<a href="#SYNOPSIS">SYNOPSIS</a><br>
 
12
<a href="#DESCRIPTION">DESCRIPTION</a><br>
 
13
<a href="#OPTIONS">OPTIONS</a><br>
 
14
<a href="#NOTE">NOTE</a><br>
 
15
<a href="#BUGS">BUGS</a><br>
 
16
<a href="#SEE ALSO">SEE ALSO</a><br>
 
17
 
 
18
<hr>
 
19
<!-- Creator     : groff version 1.17.2 -->
 
20
<!-- CreationDate: Mon Dec 22 00:39:36 2003 -->
 
21
<a name="NAME"></a>
 
22
<h2>NAME</h2>
 
23
<table width="100%" border=0 rules="none" frame="void"
 
24
       cols="2" cellspacing="0" cellpadding="0">
 
25
<tr valign="top" align="left">
 
26
<td width="10%"></td><td width="90%">
 
27
tiffsv - save an image from the framebuffer in a <small>TIFF</small> file (Silicon Graphics version)</td></table>
 
28
<a name="SYNOPSIS"></a>
 
29
<h2>SYNOPSIS</h2>
 
30
 
 
31
<table width="100%" border=0 rules="none" frame="void"
 
32
       cols="2" cellspacing="0" cellpadding="0">
 
33
<tr valign="top" align="left">
 
34
<td width="10%"></td><td width="90%">
 
35
<b>tiffsv</b> [ <i>options</i> ] <i>output.tif</i> [ <i>x1
 
36
x2 y1 y2</i> ]</td></table>
 
37
<a name="DESCRIPTION"></a>
 
38
<h2>DESCRIPTION</h2>
 
39
 
 
40
<table width="100%" border=0 rules="none" frame="void"
 
41
       cols="2" cellspacing="0" cellpadding="0">
 
42
<tr valign="top" align="left">
 
43
<td width="10%"></td><td width="90%">
 
44
<i>tiffsv</i> saves all or part of the framebuffer in a file
 
45
using the Tag Image File Format, Revision 6.0. By default,
 
46
the image is saved with data samples packed
 
47
(<i>PlanarConfiguration</i>=1), compressed with the
 
48
Lempel-Ziv &amp; Welch algorithm (<i>Compression</i>=5), and
 
49
with each strip no more than 8 kilobytes. These
 
50
characteristics can be overriden, or explicitly specified
 
51
with the options described below.</td></table>
 
52
<a name="OPTIONS"></a>
 
53
<h2>OPTIONS</h2>
 
54
 
 
55
<table width="100%" border=0 rules="none" frame="void"
 
56
       cols="2" cellspacing="0" cellpadding="0">
 
57
<tr valign="top" align="left">
 
58
<td width="10%"></td><td width="90%">
 
59
<b>-b</b></td></table>
 
60
 
 
61
<table width="100%" border=0 rules="none" frame="void"
 
62
       cols="2" cellspacing="0" cellpadding="0">
 
63
<tr valign="top" align="left">
 
64
<td width="21%"></td><td width="79%">
 
65
Save the image as a greyscale image as if it were processed
 
66
by <i>tiff2bw</i>(1). This option is included for
 
67
compatibility with the standard <i>scrsave</i>(6D)
 
68
program.</td></table>
 
69
 
 
70
<table width="100%" border=0 rules="none" frame="void"
 
71
       cols="2" cellspacing="0" cellpadding="0">
 
72
<tr valign="top" align="left">
 
73
<td width="10%"></td><td width="90%">
 
74
<b>-c</b></td></table>
 
75
 
 
76
<table width="100%" border=0 rules="none" frame="void"
 
77
       cols="2" cellspacing="0" cellpadding="0">
 
78
<tr valign="top" align="left">
 
79
<td width="21%"></td><td width="79%">
 
80
Specify the compression to use for data written to the
 
81
output file: <b>none</b> for no compression, <b>packbits</b>
 
82
for PackBits compression, <b>jpeg</b> for baseline JPEG
 
83
compression, <b>zip</b> for Deflate compression, and
 
84
<b>lzw</b> for Lempel-Ziv &amp; Welch compression
 
85
(default).</td></table>
 
86
 
 
87
<table width="100%" border=0 rules="none" frame="void"
 
88
       cols="2" cellspacing="0" cellpadding="0">
 
89
<tr valign="top" align="left">
 
90
<td width="21%"></td><td width="79%">
 
91
<small>LZW</small> compression can be specified together
 
92
with a <i>predictor</i> value. A predictor value of 2 causes
 
93
each scanline of the output image to undergo horizontal
 
94
differencing before it is encoded; a value of 1 forces each
 
95
scanline to be encoded without differencing. LZW-specific
 
96
options are specified by appending a ``:''-separated list to
 
97
the ``lzw'' option; e.g. <b>-c lzw:2</b> for
 
98
<small>LZW</small> compression with horizontal
 
99
differencing.</td></table>
 
100
 
 
101
<table width="100%" border=0 rules="none" frame="void"
 
102
       cols="2" cellspacing="0" cellpadding="0">
 
103
<tr valign="top" align="left">
 
104
<td width="10%"></td><td width="90%">
 
105
<b>-p</b></td></table>
 
106
 
 
107
<table width="100%" border=0 rules="none" frame="void"
 
108
       cols="2" cellspacing="0" cellpadding="0">
 
109
<tr valign="top" align="left">
 
110
<td width="21%"></td><td width="79%">
 
111
Specify the planar configuration to use in writing image
 
112
data. By default, <i>tiffsv</i> will create a new file with
 
113
the data samples packed contiguously. Specifying <b>-p
 
114
contig</b> will force data to be written with multi-sample
 
115
data packed together, while <b>-p separate</b> will force
 
116
samples to be written in separate planes.</td></table>
 
117
 
 
118
<table width="100%" border=0 rules="none" frame="void"
 
119
       cols="2" cellspacing="0" cellpadding="0">
 
120
<tr valign="top" align="left">
 
121
<td width="10%"></td><td width="90%">
 
122
<b>-r</b></td></table>
 
123
 
 
124
<table width="100%" border=0 rules="none" frame="void"
 
125
       cols="2" cellspacing="0" cellpadding="0">
 
126
<tr valign="top" align="left">
 
127
<td width="21%"></td><td width="79%">
 
128
Specify the number of rows (scanlines) in each strip of data
 
129
written to the output file. By default, <i>tiffsv</i>
 
130
attempts to set the rows/strip that no more than 8 kilobytes
 
131
of data appear in a strip.</td></table>
 
132
<a name="NOTE"></a>
 
133
<h2>NOTE</h2>
 
134
 
 
135
<table width="100%" border=0 rules="none" frame="void"
 
136
       cols="2" cellspacing="0" cellpadding="0">
 
137
<tr valign="top" align="left">
 
138
<td width="10%"></td><td width="90%">
 
139
Except for the use of <small>TIFF,</small> this program is
 
140
equivalent to the standard <i>scrsave</i> program. This
 
141
means, for example, that you can use it in conjunction with
 
142
the standard <i>icut</i> program simply by creating a link
 
143
called <i>scrsave</i>, or by creating a shell script called
 
144
<i>scrsave</i> that invokes <i>tiffgt</i> with the
 
145
appropriate options.</td></table>
 
146
<a name="BUGS"></a>
 
147
<h2>BUGS</h2>
 
148
 
 
149
<table width="100%" border=0 rules="none" frame="void"
 
150
       cols="2" cellspacing="0" cellpadding="0">
 
151
<tr valign="top" align="left">
 
152
<td width="10%"></td><td width="90%">
 
153
If data are saved compressed and in separate planes, then
 
154
the rows in each strip is silently set to one to avoid
 
155
limitations in the <i>libtiff</i>(3) library.</td></table>
 
156
<a name="SEE ALSO"></a>
 
157
<h2>SEE ALSO</h2>
 
158
 
 
159
<table width="100%" border=0 rules="none" frame="void"
 
160
       cols="2" cellspacing="0" cellpadding="0">
 
161
<tr valign="top" align="left">
 
162
<td width="10%"></td><td width="90%">
 
163
<i>scrsave</i>(6D) <i>pal2rgb</i>(1), <i>tiffdump</i>(1),
 
164
<i>tiffgt</i>(1), <i>tiffinfo</i>(1), <i>tiffcp</i>(1),
 
165
<i>tiffmedian</i>(1), <i>libtiff</i>(3)</td></table>
 
166
<hr>
 
167
</body>
 
168
</html>