libtiff/html/man/tiffset.1.html

110 lines
2.7 KiB
HTML
Raw Normal View History

<!-- Creator : groff version 1.19.2 -->
<!-- CreationDate: Mon Jan 2 17:41:59 2006 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
2004-12-20 14:00:57 -05:00
<html>
<head>
<meta name="generator" content="groff -Thtml, see www.gnu.org">
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
2004-12-20 14:00:57 -05:00
<meta name="Content-Style" content="text/css">
<style type="text/css">
p { margin-top: 0; margin-bottom: 0; }
pre { margin-top: 0; margin-bottom: 0; }
table { margin-top: 0; margin-bottom: 0; }
</style>
2004-12-20 14:00:57 -05:00
<title>TIFFSET</title>
2004-12-20 14:00:57 -05:00
</head>
<body>
<h1 align=center>TIFFSET</h1>
2004-12-20 14:00:57 -05:00
<a href="#NAME">NAME</a><br>
<a href="#SYNOPSIS">SYNOPSIS</a><br>
<a href="#DESCRIPTION">DESCRIPTION</a><br>
<a href="#OPTIONS">OPTIONS</a><br>
<a href="#EXAMPLES">EXAMPLES</a><br>
<a href="#SEE ALSO">SEE ALSO</a><br>
<hr>
2004-12-20 14:00:57 -05:00
<a name="NAME"></a>
<h2>NAME</h2>
<p style="margin-left:11%; margin-top: 1em">tiffset &minus;
set a field in a <small>TIFF</small> header</p>
2004-12-20 14:00:57 -05:00
<a name="SYNOPSIS"></a>
<h2>SYNOPSIS</h2>
<p style="margin-left:11%; margin-top: 1em"><b>tiffset</b>
[ options ] <i>filename.tif</i></p>
2004-12-20 14:00:57 -05:00
<a name="DESCRIPTION"></a>
<h2>DESCRIPTION</h2>
<p style="margin-left:11%; margin-top: 1em"><i>Tiffset</i>
sets the value of a <small>TIFF</small> header to a
specified value.</p>
2004-12-20 14:00:57 -05:00
<a name="OPTIONS"></a>
<h2>OPTIONS</h2>
<p style="margin-left:11%; margin-top: 1em"><b>&minus;s
tagnumber [count] value ...</b></p>
<p style="margin-left:22%;">Set the value of the named tag
to the value or values specified.</p>
<p style="margin-left:11%;"><b>&minus;sf tagnumber
filename</b></p>
<p style="margin-left:22%;">Set the value of the tag to the
contents of filename. This option is supported for ASCII
tags only.</p>
2004-12-20 14:00:57 -05:00
<a name="EXAMPLES"></a>
<h2>EXAMPLES</h2>
<p style="margin-left:11%; margin-top: 1em">The following
example sets the image description tag (270) of a.tif to the
contents of the file descrip:</p>
<p style="margin-left:22%;">tiffset -sf 270 descrip
a.tif</p>
<p style="margin-left:11%; margin-top: 1em">The following
example sets the artist tag (315) of a.tif to the string
&quot;Anonymous&quot;:</p>
<p style="margin-left:22%;">tiffset -s 305 Anonymous
a.tif</p>
<p style="margin-left:11%; margin-top: 1em">This example
sets the resolution of the file a.tif to 300 dpi:</p>
<p style="margin-left:22%;">tiffset -s 296 2 a.tif <br>
tiffset -s 282 300.0 a.tif <br>
tiffset -s 283 300.0 a.tif</p>
2004-12-20 14:00:57 -05:00
<a name="SEE ALSO"></a>
<h2>SEE ALSO</h2>
<p style="margin-left:11%; margin-top: 1em"><b>tiffdump</b>(1),
<b>tiffinfo</b>(1), <b>tiffcp</b>(1),
2005-12-29 17:01:44 -05:00
<b>libtiff</b>(3TIFF)</p>
<p style="margin-left:11%; margin-top: 1em">Libtiff library
home page: <b>http://www.remotesensing.org/libtiff/</b></p>
2004-12-20 14:00:57 -05:00
<hr>
</body>
</html>