diff options
Diffstat (limited to 'src/3rdparty/libtiff/html/man/tiffcp.1.html')
-rw-r--r-- | src/3rdparty/libtiff/html/man/tiffcp.1.html | 82 |
1 files changed, 60 insertions, 22 deletions
diff --git a/src/3rdparty/libtiff/html/man/tiffcp.1.html b/src/3rdparty/libtiff/html/man/tiffcp.1.html index 310783a..2b30d5f 100644 --- a/src/3rdparty/libtiff/html/man/tiffcp.1.html +++ b/src/3rdparty/libtiff/html/man/tiffcp.1.html @@ -1,5 +1,5 @@ <!-- Creator : groff version 1.18.1 --> -<!-- CreationDate: Mon Mar 13 18:03:13 2006 --> +<!-- CreationDate: Fri Jul 13 17:43:19 2007 --> <html> <head> <meta name="generator" content="groff -Thtml, see www.gnu.org"> @@ -74,7 +74,7 @@ any way.</p> <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" @@ -201,6 +201,20 @@ tag set to <small>MSB2LSB.</small></p> <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> @@ -274,7 +288,7 @@ force samples to be written in separate planes.</p> 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> @@ -334,7 +348,7 @@ of data appear in a tile.</p> <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" @@ -342,11 +356,11 @@ of data appear in a tile.</p> <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> @@ -366,7 +380,7 @@ result using <small>LZW</small> encoding:</p></td> <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> @@ -387,7 +401,7 @@ used:</p></td> <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> @@ -403,10 +417,11 @@ rows in the source file.)</p> <!-- 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" @@ -425,10 +440,32 @@ The first image is always in directory 0. Thus, to copy the <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" @@ -436,7 +473,7 @@ decompressing) with the command:</p></td> <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> @@ -447,9 +484,10 @@ decompressing) with the command:</p></td> <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" @@ -457,7 +495,7 @@ this filename with image numbers, as follows:</p></td> <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> |