0
|
1 |
<!-- Creator : groff version 1.18.1 -->
|
|
2 |
<!-- CreationDate: Mon Mar 13 18:03:12 2006 -->
|
|
3 |
<html>
|
|
4 |
<head>
|
|
5 |
<meta name="generator" content="groff -Thtml, see www.gnu.org">
|
|
6 |
<meta name="Content-Style" content="text/css">
|
|
7 |
<title>SGI2TIFF</title>
|
|
8 |
</head>
|
|
9 |
<body>
|
|
10 |
|
|
11 |
<h1 align=center>SGI2TIFF</h1>
|
|
12 |
<a href="#NAME">NAME</a><br>
|
|
13 |
<a href="#SYNOPSIS">SYNOPSIS</a><br>
|
|
14 |
<a href="#DESCRIPTION">DESCRIPTION</a><br>
|
|
15 |
<a href="#OPTIONS">OPTIONS</a><br>
|
|
16 |
<a href="#BUGS">BUGS</a><br>
|
|
17 |
<a href="#SEE ALSO">SEE ALSO</a><br>
|
|
18 |
|
|
19 |
<hr>
|
|
20 |
<a name="NAME"></a>
|
|
21 |
<h2>NAME</h2>
|
|
22 |
<!-- INDENTATION -->
|
|
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="8%"></td>
|
|
27 |
<td width="91%">
|
|
28 |
<p>sgi2tiff − create a <small>TIFF</small> file from
|
|
29 |
an <small>SGI</small> image file</p>
|
|
30 |
</td>
|
|
31 |
</table>
|
|
32 |
<a name="SYNOPSIS"></a>
|
|
33 |
<h2>SYNOPSIS</h2>
|
|
34 |
<!-- INDENTATION -->
|
|
35 |
<table width="100%" border=0 rules="none" frame="void"
|
|
36 |
cols="2" cellspacing="0" cellpadding="0">
|
|
37 |
<tr valign="top" align="left">
|
|
38 |
<td width="8%"></td>
|
|
39 |
<td width="91%">
|
|
40 |
<p><b>sgi2tiff</b> [ <i>options</i> ] <i>input.rgb
|
|
41 |
output.tif</i></p>
|
|
42 |
</td>
|
|
43 |
</table>
|
|
44 |
<a name="DESCRIPTION"></a>
|
|
45 |
<h2>DESCRIPTION</h2>
|
|
46 |
<!-- INDENTATION -->
|
|
47 |
<table width="100%" border=0 rules="none" frame="void"
|
|
48 |
cols="2" cellspacing="0" cellpadding="0">
|
|
49 |
<tr valign="top" align="left">
|
|
50 |
<td width="8%"></td>
|
|
51 |
<td width="91%">
|
|
52 |
<p><i>sgi2tiff</i> converts a file in the <small>SGI</small>
|
|
53 |
image format to <small>TIFF.</small> By default, the
|
|
54 |
<small>TIFF</small> image is created with data samples
|
|
55 |
packed (<i>PlanarConfiguration</i>=1), compressed with the
|
|
56 |
Lempel-Ziv & Welch algorithm (<i>Compression</i>=5), and
|
|
57 |
with each strip no more than 8 kilobytes. These
|
|
58 |
characteristics can overridden, or explicitly specified with
|
|
59 |
the options described below.</p>
|
|
60 |
</td>
|
|
61 |
</table>
|
|
62 |
<a name="OPTIONS"></a>
|
|
63 |
<h2>OPTIONS</h2>
|
|
64 |
<!-- TABS -->
|
|
65 |
<table width="100%" border=0 rules="none" frame="void"
|
|
66 |
cols="5" cellspacing="0" cellpadding="0">
|
|
67 |
<tr valign="top" align="left">
|
|
68 |
<td width="10%"></td>
|
|
69 |
<td width="3%">
|
|
70 |
|
|
71 |
<p><b>−c</b></p>
|
|
72 |
</td>
|
|
73 |
<td width="5%"></td>
|
|
74 |
<td width="80%">
|
|
75 |
|
|
76 |
<p>Specify a compression scheme to use when writing image
|
|
77 |
data: <b>−c none</b> for no compression, <b>-c
|
|
78 |
packbits</b> for the PackBits compression algorithm), <b>-c
|
|
79 |
jpeg</b> for the baseline JPEG compression algorithm, <b>-c
|
|
80 |
zip</b> for the Deflate compression algorithm, and
|
|
81 |
<b>−c lzw</b> for Lempel-Ziv & Welch (the
|
|
82 |
default).</p>
|
|
83 |
</td>
|
|
84 |
<td width="0%">
|
|
85 |
</td>
|
|
86 |
<tr valign="top" align="left">
|
|
87 |
<td width="10%"></td>
|
|
88 |
<td width="3%">
|
|
89 |
|
|
90 |
<p><b>−p</b></p>
|
|
91 |
</td>
|
|
92 |
<td width="5%"></td>
|
|
93 |
<td width="80%">
|
|
94 |
|
|
95 |
<p>Explicitly select the planar configuration used in
|
|
96 |
organizing data samples in the output image: <b>−p
|
|
97 |
contig</b> for samples packed contiguously, and <b>−p
|
|
98 |
separate</b> for samples stored separately. By default
|
|
99 |
samples are packed.</p>
|
|
100 |
</td>
|
|
101 |
<td width="0%">
|
|
102 |
</td>
|
|
103 |
<tr valign="top" align="left">
|
|
104 |
<td width="10%"></td>
|
|
105 |
<td width="3%">
|
|
106 |
|
|
107 |
<p><b>−r</b></p>
|
|
108 |
</td>
|
|
109 |
<td width="5%"></td>
|
|
110 |
<td width="80%">
|
|
111 |
|
|
112 |
<p>Write data with a specified number of rows per strip; by
|
|
113 |
default the number of rows/strip is selected so that each
|
|
114 |
strip is approximately 8 kilobytes.</p>
|
|
115 |
</td>
|
|
116 |
<td width="0%">
|
|
117 |
</td>
|
|
118 |
</table>
|
|
119 |
<a name="BUGS"></a>
|
|
120 |
<h2>BUGS</h2>
|
|
121 |
<!-- INDENTATION -->
|
|
122 |
<table width="100%" border=0 rules="none" frame="void"
|
|
123 |
cols="2" cellspacing="0" cellpadding="0">
|
|
124 |
<tr valign="top" align="left">
|
|
125 |
<td width="8%"></td>
|
|
126 |
<td width="91%">
|
|
127 |
<p>Does not record colormap information.</p>
|
|
128 |
</td>
|
|
129 |
</table>
|
|
130 |
<a name="SEE ALSO"></a>
|
|
131 |
<h2>SEE ALSO</h2>
|
|
132 |
<!-- INDENTATION -->
|
|
133 |
<table width="100%" border=0 rules="none" frame="void"
|
|
134 |
cols="2" cellspacing="0" cellpadding="0">
|
|
135 |
<tr valign="top" align="left">
|
|
136 |
<td width="8%"></td>
|
|
137 |
<td width="91%">
|
|
138 |
<p><b>tiffinfo</b>(1), <b>tiffcp</b>(1),
|
|
139 |
<b>tiffmedian</b>(1), <b>libtiff</b>(3)</p>
|
|
140 |
<!-- INDENTATION -->
|
|
141 |
<p>Libtiff library home page:
|
|
142 |
<b>http://www.remotesensing.org/libtiff/</b></p>
|
|
143 |
</td>
|
|
144 |
</table>
|
|
145 |
<hr>
|
|
146 |
</body>
|
|
147 |
</html>
|