~ubuntu-branches/ubuntu/oneiric/tiff/oneiric

« back to all changes in this revision

Viewing changes to html/man/tiffset.1.html

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2009-08-28 15:44:23 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090828154423-7oisj77n302jrroa
Tags: 3.9.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- Creator     : groff version 1.18.1 -->
 
2
<!-- CreationDate: Fri Jul 13 17:43:20 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>TIFFSET</title>
 
8
</head>
 
9
<body>
 
10
 
 
11
<h1 align=center>TIFFSET</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="#EXAMPLES">EXAMPLES</a><br>
 
17
<a href="#SEE ALSO">SEE ALSO</a><br>
 
18
 
 
19
<hr>
 
20
<a name="NAME"></a>
 
21
<h2>NAME</h2>
 
22
<!-- INDENTATION -->
 
23
<table width="100%" border=0 rules="none" frame="void"
 
24
       cols="2" cellspacing="0" cellpadding="0">
 
25
<tr valign="top" align="left">
 
26
<td width="8%"></td>
 
27
<td width="91%">
 
28
<p>tiffset &minus; set a field in a <small>TIFF</small>
 
29
header</p>
 
30
</td>
 
31
</table>
 
32
<a name="SYNOPSIS"></a>
 
33
<h2>SYNOPSIS</h2>
 
34
<!-- INDENTATION -->
 
35
<table width="100%" border=0 rules="none" frame="void"
 
36
       cols="2" cellspacing="0" cellpadding="0">
 
37
<tr valign="top" align="left">
 
38
<td width="8%"></td>
 
39
<td width="91%">
 
40
<p><b>tiffset</b> [ <i>options</i> ] <i>filename.tif</i></p>
 
41
</td>
 
42
</table>
 
43
<a name="DESCRIPTION"></a>
 
44
<h2>DESCRIPTION</h2>
 
45
<!-- INDENTATION -->
 
46
<table width="100%" border=0 rules="none" frame="void"
 
47
       cols="2" cellspacing="0" cellpadding="0">
 
48
<tr valign="top" align="left">
 
49
<td width="8%"></td>
 
50
<td width="91%">
 
51
<p><i>Tiffset</i> sets the value of a <small>TIFF</small>
 
52
header to a specified value.</p>
 
53
</td>
 
54
</table>
 
55
<a name="OPTIONS"></a>
 
56
<h2>OPTIONS</h2>
 
57
<!-- INDENTATION -->
 
58
<table width="100%" border=0 rules="none" frame="void"
 
59
       cols="2" cellspacing="0" cellpadding="0">
 
60
<tr valign="top" align="left">
 
61
<td width="8%"></td>
 
62
<td width="91%">
 
63
<p><b>&minus;s</b> <i>tagnumber</i> [ <i>count</i> ]
 
64
<i>value ...</i></p></td>
 
65
</table>
 
66
<!-- INDENTATION -->
 
67
<table width="100%" border=0 rules="none" frame="void"
 
68
       cols="2" cellspacing="0" cellpadding="0">
 
69
<tr valign="top" align="left">
 
70
<td width="19%"></td>
 
71
<td width="80%">
 
72
<p>Set the value of the named tag to the value or values
 
73
specified.</p>
 
74
</td>
 
75
</table>
 
76
<!-- INDENTATION -->
 
77
<table width="100%" border=0 rules="none" frame="void"
 
78
       cols="2" cellspacing="0" cellpadding="0">
 
79
<tr valign="top" align="left">
 
80
<td width="8%"></td>
 
81
<td width="91%">
 
82
<p><b>&minus;sf</b> <i>tagnumber filename</i></p></td>
 
83
</table>
 
84
<!-- INDENTATION -->
 
85
<table width="100%" border=0 rules="none" frame="void"
 
86
       cols="2" cellspacing="0" cellpadding="0">
 
87
<tr valign="top" align="left">
 
88
<td width="19%"></td>
 
89
<td width="80%">
 
90
<p>Set the value of the tag to the contents of filename.
 
91
This option is supported for ASCII tags only.</p>
 
92
</td>
 
93
</table>
 
94
<a name="EXAMPLES"></a>
 
95
<h2>EXAMPLES</h2>
 
96
<!-- INDENTATION -->
 
97
<table width="100%" border=0 rules="none" frame="void"
 
98
       cols="2" cellspacing="0" cellpadding="0">
 
99
<tr valign="top" align="left">
 
100
<td width="8%"></td>
 
101
<td width="91%">
 
102
<p>The following example sets the image description tag
 
103
(270) of a.tif to the contents of the file descrip:</p></td>
 
104
</table>
 
105
<!-- INDENTATION -->
 
106
<table width="100%" border=0 rules="none" frame="void"
 
107
       cols="2" cellspacing="0" cellpadding="0">
 
108
<tr valign="top" align="left">
 
109
<td width="17%"></td>
 
110
<td width="82%">
 
111
<pre>tiffset &minus;sf 270 descrip a.tif
 
112
</pre>
 
113
</td>
 
114
</table>
 
115
<!-- INDENTATION -->
 
116
 
 
117
<table width="100%" border=0 rules="none" frame="void"
 
118
       cols="2" cellspacing="0" cellpadding="0">
 
119
<tr valign="top" align="left">
 
120
<td width="8%"></td>
 
121
<td width="91%">
 
122
<p>The following example sets the artist tag (315) of a.tif
 
123
to the string
 
124
&lsquo;&lsquo;Anonymous&rsquo;&rsquo;:</p></td>
 
125
</table>
 
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="17%"></td>
 
131
<td width="82%">
 
132
<pre>tiffset &minus;s 305 Anonymous a.tif
 
133
</pre>
 
134
</td>
 
135
</table>
 
136
<!-- INDENTATION -->
 
137
 
 
138
<table width="100%" border=0 rules="none" frame="void"
 
139
       cols="2" cellspacing="0" cellpadding="0">
 
140
<tr valign="top" align="left">
 
141
<td width="8%"></td>
 
142
<td width="91%">
 
143
<p>This example sets the resolution of the file a.tif to 300
 
144
dpi:</p></td>
 
145
</table>
 
146
<!-- INDENTATION -->
 
147
<table width="100%" border=0 rules="none" frame="void"
 
148
       cols="2" cellspacing="0" cellpadding="0">
 
149
<tr valign="top" align="left">
 
150
<td width="17%"></td>
 
151
<td width="82%">
 
152
<pre>tiffset &minus;s 296 2 a.tif
 
153
tiffset &minus;s 282 300.0 a.tif
 
154
tiffset &minus;s 283 300.0 a.tif
 
155
</pre>
 
156
</td>
 
157
</table>
 
158
<a name="SEE ALSO"></a>
 
159
<h2>SEE ALSO</h2>
 
160
<!-- INDENTATION -->
 
161
 
 
162
<table width="100%" border=0 rules="none" frame="void"
 
163
       cols="2" cellspacing="0" cellpadding="0">
 
164
<tr valign="top" align="left">
 
165
<td width="8%"></td>
 
166
<td width="91%">
 
167
<p><b>tiffdump</b>(1), <b>tiffinfo</b>(1), <b>tiffcp</b>(1),
 
168
<b>libtiff</b>(3TIFF)</p>
 
169
<!-- INDENTATION -->
 
170
<p>Libtiff library home page:
 
171
<b>http://www.remotesensing.org/libtiff/</b></p>
 
172
</td>
 
173
</table>
 
174
<hr>
 
175
</body>
 
176
</html>