tiffset.1.html 4.8 KB

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