]> git.saurik.com Git - wxWidgets.git/blame - src/tiff/html/man/bmp2tiff.1.html
Merged libtiff 4.0.3 changes into the trunk.
[wxWidgets.git] / src / tiff / html / man / bmp2tiff.1.html
CommitLineData
80ed523f
VZ
1<!-- Creator : groff version 1.18.1 -->
2<!-- CreationDate: Sun Mar 6 13:59:56 2005 -->
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>BMP2TIFF</title>
8</head>
9<body>
10
11<h1 align=center>BMP2TIFF</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="#SEE ALSO">SEE ALSO</a><br>
17
18<hr>
19<a name="NAME"></a>
20<h2>NAME</h2>
21<!-- INDENTATION -->
22<table width="100%" border=0 rules="none" frame="void"
23 cols="2" cellspacing="0" cellpadding="0">
24<tr valign="top" align="left">
25<td width="8%"></td>
26<td width="91%">
27<p>bmp2tiff &minus; create a <small>TIFF</small> file from a
28Microsoft Windows Device Independent Bitmap image file</p>
29</td>
30</table>
31<a name="SYNOPSIS"></a>
32<h2>SYNOPSIS</h2>
33<!-- INDENTATION -->
34<table width="100%" border=0 rules="none" frame="void"
35 cols="2" cellspacing="0" cellpadding="0">
36<tr valign="top" align="left">
37<td width="8%"></td>
38<td width="91%">
39<p><b>bmp2tiff</b> [ <i>options</i> ] <i>input.bmp
40output.tiff</i></p>
41</td>
42</table>
43<a name="DESCRIPTION"></a>
44<h2>DESCRIPTION</h2>
45<!-- INDENTATION -->
46<table width="100%" border=0 rules="none" frame="void"
47 cols="2" cellspacing="0" cellpadding="0">
48<tr valign="top" align="left">
49<td width="8%"></td>
50<td width="91%">
51<p><i>bmp2tiff</i> converts a Microsoft Windows Device
52Independent Bitmap image file to <small>TIFF.</small> By
53default, the <small>TIFF</small> image is created with data
54samples packed (<i>PlanarConfiguration</i>=1), compressed
55with the PackBits algorithm
56(<i>Compression</i>=<i>32773),</i> and with each strip no
57more than 8 kilobytes. These characteristics can overridden,
58or explicitly specified with the options described
59below.</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="11%"></td>
69<td width="2%">
70
71<p><b>&minus;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
77data: <b>&minus;c none</b> for no compression, <b>-c
78packbits</b> for the PackBits compression algorithm (the
79default), <b>-c jpeg</b> for the baseline JPEG compression
80algorithm, <b>-c zip</b> for the Deflate compression
81algorithm, and <b>&minus;c lzw</b> for Lempel-Ziv &amp;
82Welch.</p>
83</td>
84<td width="0%">
85</td>
86</table>
87<!-- INDENTATION -->
88<table width="100%" border=0 rules="none" frame="void"
89 cols="2" cellspacing="0" cellpadding="0">
90<tr valign="top" align="left">
91<td width="8%"></td>
92<td width="91%">
93<p><b>&minus;r &lt;number&gt;</b></p></td>
94</table>
95<!-- INDENTATION -->
96<table width="100%" border=0 rules="none" frame="void"
97 cols="2" cellspacing="0" cellpadding="0">
98<tr valign="top" align="left">
99<td width="19%"></td>
100<td width="80%">
101<p>Write data with a specified number of rows per strip; by
102default the number of rows/strip is selected so that each
103strip is approximately 8 kilobytes.</p>
104</td>
105</table>
106<a name="SEE ALSO"></a>
107<h2>SEE ALSO</h2>
108<!-- INDENTATION -->
109<table width="100%" border=0 rules="none" frame="void"
110 cols="2" cellspacing="0" cellpadding="0">
111<tr valign="top" align="left">
112<td width="8%"></td>
113<td width="91%">
114<p><i>gif2tiff</i>(1), <i>pal2rgb</i>(1),
115<i>ppm2tiff</i>(1), <i>raw2tiff</i>(1), <i>ras2tiff</i>(1),
116<i>sgi2tiff</i>(1), <i>libtiff</i>(3TIFF)</p>
117</td>
118</table>
119<hr>
120</body>
121</html>