<!-- Creator : groff version 1.18.1 -->
-<!-- CreationDate: Mon Mar 13 18:03:13 2006 -->
+<!-- CreationDate: Sat Feb 24 18:37:20 2007 -->
<html>
<head>
<meta name="generator" content="groff -Thtml, see www.gnu.org">
<tr valign="top" align="left">
<td width="8%"></td>
<td width="91%">
-<p><b>−b image</b></p></td>
+<p><b>−b</b> <i>image</i></p></td>
</table>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
<td width="10%"></td>
<td width="3%">
+<p><b>−i</b></p>
+</td>
+<td width="5%"></td>
+<td width="80%">
+
+<p>Ignore non-fatal read errors and continue processing of
+the input file.</p>
+</td>
+<td width="0%">
+</td>
+<tr valign="top" align="left">
+<td width="10%"></td>
+<td width="3%">
+
<p><b>−l</b></p>
</td>
<td width="5%"></td>
data written to the output file. By default (or when value
<b>0</b> is specified), <i>tiffcp</i> attempts to set the
rows/strip that no more than 8 kilobytes of data appear in a
-strip. If you specify special value <b>-1</b> it will
+strip. If you specify special value <b>−1</b> it will
results in infinite number of the rows per strip. The entire
image will be the one strip in that case.</p>
</td>
</td>
<td width="0%">
</td>
+<tr valign="top" align="left">
+<td width="10%"></td>
+<td width="3%">
+
+<p><b>−x</b></p>
+</td>
+<td width="5%"></td>
+<td width="80%">
+
+<p>Force the output file to be written with PAGENUMBER value
+in sequence.</p>
+</td>
+<td width="0%">
+</td>
</table>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
<tr valign="top" align="left">
<td width="8%"></td>
<td width="91%">
-<p><b>−,={character}</b></p></td>
+<p><b>−,=</b><i>character</i></p></td>
</table>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
<tr valign="top" align="left">
<td width="19%"></td>
<td width="80%">
-<p>substitute {character} for ’,’ in parsing
-image directory indices in files. This is necessary if
-filenames contain commas. Note that ’,=’ with
+<p>substitute <i>character</i> for ‘,’ in
+parsing image directory indices in files. This is necessary
+if filenames contain commas. Note that <b>−,=</b> with
whitespace immediately following will disable the special
-meaning of the ’,’ entirely. See examples.</p>
+meaning of the ‘,’ entirely. See examples.</p>
</td>
</table>
<a name="EXAMPLES"></a>
<tr valign="top" align="left">
<td width="17%"></td>
<td width="82%">
-<pre>tiffcp -c lzw a.tif b.tif result.tif
+<pre>tiffcp −c lzw a.tif b.tif result.tif
</pre>
</td>
</table>
<tr valign="top" align="left">
<td width="17%"></td>
<td width="82%">
-<pre>tiffcp -c g4 -r 10000 g3.tif g4.tif
+<pre>tiffcp −c g4 −r 10000 g3.tif g4.tif
</pre>
</td>
</table>
<!-- INDENTATION -->
<p>To extract a selected set of images from a multi-image
TIFF file, the file name may be immediately followed by a
-’,’ separated list of image directory indices.
+‘,’ separated list of image directory indices.
The first image is always in directory 0. Thus, to copy the
-1st and 3rd images of image file "album.tif" to
-"result.tif":</p></td>
+1st and 3rd images of image file
+‘‘album.tif’’ to
+‘‘result.tif’’:</p></td>
</table>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
<tr valign="top" align="left">
<td width="8%"></td>
<td width="91%">
-<p>Given file "CCD.tif" whose first image is a
-noise bias followed by images which include that bias,
-subtract the noise from all those images following it (while
-decompressing) with the command:</p></td>
+<p>A trailing comma denotes remaining images in sequence.
+The following command will copy all image with except the
+first one:</p></td>
+</table>
+<!-- INDENTATION -->
+<table width="100%" border=0 rules="none" frame="void"
+ cols="2" cellspacing="0" cellpadding="0">
+<tr valign="top" align="left">
+<td width="17%"></td>
+<td width="82%">
+<pre>tiffcp album.tif,1, result.tif
+</pre>
+</td>
+</table>
+<!-- INDENTATION -->
+
+<table width="100%" border=0 rules="none" frame="void"
+ cols="2" cellspacing="0" cellpadding="0">
+<tr valign="top" align="left">
+<td width="8%"></td>
+<td width="91%">
+<p>Given file ‘‘CCD.tif’’ whose
+first image is a noise bias followed by images which include
+that bias, subtract the noise from all those images
+following it (while decompressing) with the
+command:</p></td>
</table>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
<tr valign="top" align="left">
<td width="17%"></td>
<td width="82%">
-<pre>tiffcp -c none -b CCD.tif CCD.tif,1, result.tif
+<pre>tiffcp −c none −b CCD.tif CCD.tif,1, result.tif
</pre>
</td>
</table>
<tr valign="top" align="left">
<td width="8%"></td>
<td width="91%">
-<p>If the file above were named "CCD,X.tif", the
-"-,=" option would be required to correctly parse
-this filename with image numbers, as follows:</p></td>
+<p>If the file above were named
+‘‘CCD,X.tif’’, the <b>−,=</b>
+option would be required to correctly parse this filename
+with image numbers, as follows:</p></td>
</table>
<!-- INDENTATION -->
<table width="100%" border=0 rules="none" frame="void"
<tr valign="top" align="left">
<td width="17%"></td>
<td width="82%">
-<pre>tiffcp -c none -,=% -b CCD,X.tif CCD,X%1%.tif result.tif
+<pre>tiffcp −c none −,=% −b CCD,X.tif CCD,X%1%.tif result.tif
</pre>
</td>