1 <!-- Creator : groff version 1.18.1 -->
2 <!-- CreationDate: Mon Mar 13 18:03:13 2006 -->
5 <meta name=
"generator" content=
"groff -Thtml, see www.gnu.org">
6 <meta name=
"Content-Style" content=
"text/css">
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>
23 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
24 cols=
"2" cellspacing=
"0" cellpadding=
"0">
25 <tr valign=
"top" align=
"left">
28 <p>tiffset
− set a field in a
<small>TIFF
</small>
32 <a name=
"SYNOPSIS"></a>
35 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
36 cols=
"2" cellspacing=
"0" cellpadding=
"0">
37 <tr valign=
"top" align=
"left">
40 <p><b>tiffset
</b> [ options ]
<i>filename.tif
</i></p>
43 <a name=
"DESCRIPTION"></a>
46 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
47 cols=
"2" cellspacing=
"0" cellpadding=
"0">
48 <tr valign=
"top" align=
"left">
51 <p><i>Tiffset
</i> sets the value of a
<small>TIFF
</small>
52 header to a specified value.
</p>
55 <a name=
"OPTIONS"></a>
58 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
59 cols=
"2" cellspacing=
"0" cellpadding=
"0">
60 <tr valign=
"top" align=
"left">
63 <p><b>−s tagnumber [count] value ...
</b></p></td>
66 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
67 cols=
"2" cellspacing=
"0" cellpadding=
"0">
68 <tr valign=
"top" align=
"left">
71 <p>Set the value of the named tag to the value or values
76 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
77 cols=
"2" cellspacing=
"0" cellpadding=
"0">
78 <tr valign=
"top" align=
"left">
81 <p><b>−sf tagnumber filename
</b></p></td>
84 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
85 cols=
"2" cellspacing=
"0" cellpadding=
"0">
86 <tr valign=
"top" align=
"left">
89 <p>Set the value of the tag to the contents of filename.
90 This option is supported for ASCII tags only.
</p>
93 <a name=
"EXAMPLES"></a>
96 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
97 cols=
"2" cellspacing=
"0" cellpadding=
"0">
98 <tr valign=
"top" align=
"left">
101 <p>The following example sets the image description tag
102 (
270) of a.tif to the contents of the file descrip:
</p></td>
105 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
106 cols=
"2" cellspacing=
"0" cellpadding=
"0">
107 <tr valign=
"top" align=
"left">
108 <td width=
"17%"></td>
110 <pre>tiffset -sf
270 descrip a.tif
116 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
117 cols=
"2" cellspacing=
"0" cellpadding=
"0">
118 <tr valign=
"top" align=
"left">
121 <p>The following example sets the artist tag (
315) of a.tif
122 to the string
"Anonymous
":
</p></td>
125 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
126 cols=
"2" cellspacing=
"0" cellpadding=
"0">
127 <tr valign=
"top" align=
"left">
128 <td width=
"17%"></td>
130 <pre>tiffset -s
305 Anonymous a.tif
136 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
137 cols=
"2" cellspacing=
"0" cellpadding=
"0">
138 <tr valign=
"top" align=
"left">
141 <p>This example sets the resolution of the file a.tif to
300
145 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
146 cols=
"2" cellspacing=
"0" cellpadding=
"0">
147 <tr valign=
"top" align=
"left">
148 <td width=
"17%"></td>
150 <pre>tiffset -s
296 2 a.tif
151 tiffset -s
282 300.0 a.tif
152 tiffset -s
283 300.0 a.tif
156 <a name=
"SEE ALSO"></a>
160 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
161 cols=
"2" cellspacing=
"0" cellpadding=
"0">
162 <tr valign=
"top" align=
"left">
165 <p><b>tiffdump
</b>(
1),
<b>tiffinfo
</b>(
1),
<b>tiffcp
</b>(
1),
166 <b>libtiff
</b>(
3TIFF)
</p>
168 <p>Libtiff library home page:
169 <b>http://www.remotesensing.org/libtiff/
</b></p>