1<!-- Creator : groff version 1.18.1 --> 2<!-- CreationDate: Sat Feb 24 18:37:19 2007 --> 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>GIF2TIFF</title> 8</head> 9<body> 10 11<h1 align=center>GIF2TIFF</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="#NOTES">NOTES</a><br> 17<a href="#BUGS">BUGS</a><br> 18<a href="#SEE ALSO">SEE ALSO</a><br> 19 20<hr> 21<a name="NAME"></a> 22<h2>NAME</h2> 23<!-- INDENTATION --> 24<table width="100%" border=0 rules="none" frame="void" 25 cols="2" cellspacing="0" cellpadding="0"> 26<tr valign="top" align="left"> 27<td width="8%"></td> 28<td width="91%"> 29<p>gif2tiff − create a <small>TIFF</small> file from a 30GIF87 format image file</p> 31</td> 32</table> 33<a name="SYNOPSIS"></a> 34<h2>SYNOPSIS</h2> 35<!-- INDENTATION --> 36<table width="100%" border=0 rules="none" frame="void" 37 cols="2" cellspacing="0" cellpadding="0"> 38<tr valign="top" align="left"> 39<td width="8%"></td> 40<td width="91%"> 41<p><b>gif2tiff</b> [ <i>options</i> ] <i>input.gif 42output.tif</i></p> 43</td> 44</table> 45<a name="DESCRIPTION"></a> 46<h2>DESCRIPTION</h2> 47<!-- INDENTATION --> 48<table width="100%" border=0 rules="none" frame="void" 49 cols="2" cellspacing="0" cellpadding="0"> 50<tr valign="top" align="left"> 51<td width="8%"></td> 52<td width="91%"> 53<p><i>Gif2tiff</i> converts a file in the GIF87 format to 54<small>TIFF.</small> The <small>TIFF</small> image is 55created as a palette image, with samples compressed with the 56Lempel-Ziv & Welch algorithm (<i>Compression</i>=5). 57These characteristics can overridden, or explicitly 58specified with the options described below.</p> 59</td> 60</table> 61<a name="OPTIONS"></a> 62<h2>OPTIONS</h2> 63<!-- TABS --> 64<table width="100%" border=0 rules="none" frame="void" 65 cols="5" cellspacing="0" cellpadding="0"> 66<tr valign="top" align="left"> 67<td width="10%"></td> 68<td width="3%"> 69 70<p><b>−c</b></p> 71</td> 72<td width="5%"></td> 73<td width="80%"> 74 75<p>Specify a compression scheme to use when writing image 76data: <b>−c none</b> for no compression, <b>−c 77packbits</b> for the PackBits compression algorithm, 78<b>−c zip</b> for the Deflate compression algorithm, 79and <b>−c lzw</b> for Lempel-Ziv & Welch (the 80default).</p> 81</td> 82<td width="0%"> 83</td> 84<tr valign="top" align="left"> 85<td width="10%"></td> 86<td width="3%"> 87 88<p><b>−r</b></p> 89</td> 90<td width="5%"></td> 91<td width="80%"> 92 93<p>Write data with a specified number of rows per strip; by 94default the number of rows/strip is selected so that each 95strip is approximately 8 kilobytes.</p> 96</td> 97<td width="0%"> 98</td> 99</table> 100<a name="NOTES"></a> 101<h2>NOTES</h2> 102<!-- INDENTATION --> 103<table width="100%" border=0 rules="none" frame="void" 104 cols="2" cellspacing="0" cellpadding="0"> 105<tr valign="top" align="left"> 106<td width="8%"></td> 107<td width="91%"> 108<p>The program is based on Paul Haeberli’s 109<i>fromgif</i> program which, in turn, is based on Marcel 110J.E. Mol’s GIF reader.</p> 111</td> 112</table> 113<a name="BUGS"></a> 114<h2>BUGS</h2> 115<!-- INDENTATION --> 116<table width="100%" border=0 rules="none" frame="void" 117 cols="2" cellspacing="0" cellpadding="0"> 118<tr valign="top" align="left"> 119<td width="8%"></td> 120<td width="91%"> 121<p>Should have more options to control output format.</p> 122</td> 123</table> 124<a name="SEE ALSO"></a> 125<h2>SEE ALSO</h2> 126<!-- INDENTATION --> 127<table width="100%" border=0 rules="none" frame="void" 128 cols="2" cellspacing="0" cellpadding="0"> 129<tr valign="top" align="left"> 130<td width="8%"></td> 131<td width="91%"> 132<p><b>pal2rgb</b>(1), <b>tiffinfo</b>(1), <b>tiffcp</b>(1), 133<b>tiffmedian</b>(1), <b>libtiff</b>(3)</p> 134<!-- INDENTATION --> 135<p>Libtiff library home page: 136<b>http://www.remotesensing.org/libtiff/</b></p> 137</td> 138</table> 139<hr> 140</body> 141</html> 142