diff options
Diffstat (limited to 'src/3rdparty/libtiff/html/man/tiffset.1.html')
-rw-r--r-- | src/3rdparty/libtiff/html/man/tiffset.1.html | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/src/3rdparty/libtiff/html/man/tiffset.1.html b/src/3rdparty/libtiff/html/man/tiffset.1.html index 0069cb6..fb4d0ed 100644 --- a/src/3rdparty/libtiff/html/man/tiffset.1.html +++ b/src/3rdparty/libtiff/html/man/tiffset.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:20 2007 --> <html> <head> <meta name="generator" content="groff -Thtml, see www.gnu.org"> @@ -37,7 +37,7 @@ header</p> <tr valign="top" align="left"> <td width="8%"></td> <td width="91%"> -<p><b>tiffset</b> [ options ] <i>filename.tif</i></p> +<p><b>tiffset</b> [ <i>options</i> ] <i>filename.tif</i></p> </td> </table> <a name="DESCRIPTION"></a> @@ -60,7 +60,8 @@ header to a specified value.</p> <tr valign="top" align="left"> <td width="8%"></td> <td width="91%"> -<p><b>−s tagnumber [count] value ...</b></p></td> +<p><b>−s</b> <i>tagnumber</i> [ <i>count</i> ] +<i>value ...</i></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" @@ -78,7 +79,7 @@ specified.</p> <tr valign="top" align="left"> <td width="8%"></td> <td width="91%"> -<p><b>−sf tagnumber filename</b></p></td> +<p><b>−sf</b> <i>tagnumber filename</i></p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" @@ -107,7 +108,7 @@ This option is supported for ASCII tags only.</p> <tr valign="top" align="left"> <td width="17%"></td> <td width="82%"> -<pre>tiffset -sf 270 descrip a.tif +<pre>tiffset −sf 270 descrip a.tif </pre> </td> </table> @@ -119,7 +120,8 @@ This option is supported for ASCII tags only.</p> <td width="8%"></td> <td width="91%"> <p>The following example sets the artist tag (315) of a.tif -to the string "Anonymous":</p></td> +to the string +‘‘Anonymous’’:</p></td> </table> <!-- INDENTATION --> <table width="100%" border=0 rules="none" frame="void" @@ -127,7 +129,7 @@ to the string "Anonymous":</p></td> <tr valign="top" align="left"> <td width="17%"></td> <td width="82%"> -<pre>tiffset -s 305 Anonymous a.tif +<pre>tiffset −s 305 Anonymous a.tif </pre> </td> </table> @@ -147,9 +149,9 @@ dpi:</p></td> <tr valign="top" align="left"> <td width="17%"></td> <td width="82%"> -<pre>tiffset -s 296 2 a.tif -tiffset -s 282 300.0 a.tif -tiffset -s 283 300.0 a.tif +<pre>tiffset −s 296 2 a.tif +tiffset −s 282 300.0 a.tif +tiffset −s 283 300.0 a.tif </pre> </td> </table> |