tiff2pdf.1.html 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  1. <!-- Creator : groff version 1.18.1 -->
  2. <!-- CreationDate: Sat Feb 24 18:37:19 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>TIFF2PDF</title>
  8. </head>
  9. <body>
  10. <h1 align=center>TIFF2PDF</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="#BUGS">BUGS</a><br>
  17. <a href="#SEE ALSO">SEE ALSO</a><br>
  18. <hr>
  19. <a name="NAME"></a>
  20. <h2>NAME</h2>
  21. <!-- INDENTATION -->
  22. <table width="100%" border=0 rules="none" frame="void"
  23. cols="2" cellspacing="0" cellpadding="0">
  24. <tr valign="top" align="left">
  25. <td width="10%"></td>
  26. <td width="89%">
  27. <p>tiff2pdf &minus; convert a TIFF image to a PDF
  28. document</p>
  29. </td>
  30. </table>
  31. <a name="SYNOPSIS"></a>
  32. <h2>SYNOPSIS</h2>
  33. <!-- INDENTATION -->
  34. <table width="100%" border=0 rules="none" frame="void"
  35. cols="2" cellspacing="0" cellpadding="0">
  36. <tr valign="top" align="left">
  37. <td width="10%"></td>
  38. <td width="89%">
  39. <p><b>tiff2pdf</b> [ <i>options</i> ] <i>input.tiff</i></p>
  40. </td>
  41. </table>
  42. <a name="DESCRIPTION"></a>
  43. <h2>DESCRIPTION</h2>
  44. <!-- INDENTATION -->
  45. <table width="100%" border=0 rules="none" frame="void"
  46. cols="2" cellspacing="0" cellpadding="0">
  47. <tr valign="top" align="left">
  48. <td width="10%"></td>
  49. <td width="89%">
  50. <p><i>tiff2pdf</i> opens a TIFF image and writes a PDF
  51. document to standard output.</p>
  52. <!-- INDENTATION -->
  53. <p>The program converts one TIFF file to one PDF file,
  54. including multiple page TIFF files, tiled TIFF files, black
  55. and white. grayscale, and color TIFF files that contain data
  56. of TIFF photometric interpretations of bilevel, grayscale,
  57. RGB, YCbCr, CMYK separation, and ICC L*a*b* as supported by
  58. <i>libtiff</i> and PDF.</p>
  59. <!-- INDENTATION -->
  60. <p>If you have multiple TIFF files to convert into one PDF
  61. file then use <i>tiffcp</i> or other program to concatenate
  62. the files into a multiple page TIFF file. If the input TIFF
  63. file is of huge dimensions (greater than 10000 pixels height
  64. or width) convert the input image to a tiled TIFF if it is
  65. not already.</p>
  66. <!-- INDENTATION -->
  67. <p>The standard output is standard output. Set the output
  68. file name with the <b>&minus;o</b> <i>output.pdf</i>
  69. option.</p>
  70. <!-- INDENTATION -->
  71. <p>All black and white files are compressed into a single
  72. strip CCITT G4 Fax compressed PDF, unless tiled, where tiled
  73. black and white images are compressed into tiled CCITT G4
  74. Fax compressed PDF, <i>libtiff</i> CCITT support is
  75. assumed.</p>
  76. <!-- INDENTATION -->
  77. <p>Color and grayscale data can be compressed using either
  78. JPEG compression, ITU-T T.81, or Zip/Deflate LZ77
  79. compression. Set the compression type using the
  80. <b>&minus;j</b> or <b>&minus;z</b> options. JPEG compression
  81. support requires that <i>libtiff</i> be configured with JPEG
  82. support, and Zip/Deflate compression support requires that
  83. <i>libtiff</i> be configured with Zip support, in
  84. tiffconf.h. Use only one or the other of <b>&minus;j</b> and
  85. <b>&minus;z.</b></p>
  86. <!-- INDENTATION -->
  87. <p>If the input TIFF contains single strip CCITT G4 Fax
  88. compressed information, then that is written to the PDF file
  89. without transcoding, unless the options of no compression
  90. and no passthrough are set, <b>&minus;d</b> and
  91. <b>&minus;n.</b></p>
  92. <!-- INDENTATION -->
  93. <p>If the input TIFF contains JPEG or single strip
  94. Zip/Deflate compressed information, and they are configured,
  95. then that is written to the PDF file without transcoding,
  96. unless the options of no compression and no passthrough are
  97. set.</p>
  98. <!-- INDENTATION -->
  99. <p>The default page size upon which the TIFF image is placed
  100. is determined by the resolution and extent of the image
  101. data. Default values for the TIFF image resolution can be
  102. set using the <b>&minus;x</b> and <b>&minus;y</b> options.
  103. The page size can be set using the <b>&minus;p</b> option
  104. for paper size, or <b>&minus;w</b> and <b>&minus;l</b> for
  105. paper width and length, then each page of the TIFF image is
  106. centered on its page. The distance unit for default
  107. resolution and page width and length can be set by the
  108. <b>&minus;u</b> option, the default unit is inch.</p>
  109. <!-- INDENTATION -->
  110. <p>Various items of the output document information can be
  111. set with the <b>&minus;e</b>, <b>&minus;c</b>,
  112. <b>&minus;a</b>, <b>&minus;t</b>, <b>&minus;s</b>, and
  113. <b>&minus;k</b> options. Setting the argument of the option
  114. to &quot;&quot; for these tags causes the relevant document
  115. information field to be not written. Some of the document
  116. information values otherwise get their information from the
  117. input TIFF image, the software, author, document name, and
  118. image description.</p>
  119. <!-- INDENTATION -->
  120. <p>The Portable Document Format (PDF) specification is
  121. copyrighted by Adobe Systems, Incorporated.</p>
  122. </td>
  123. </table>
  124. <a name="OPTIONS"></a>
  125. <h2>OPTIONS</h2>
  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="10%"></td>
  131. <td width="89%">
  132. <p><b>&minus;o</b> <i>output-file</i></p></td>
  133. </table>
  134. <!-- INDENTATION -->
  135. <table width="100%" border=0 rules="none" frame="void"
  136. cols="2" cellspacing="0" cellpadding="0">
  137. <tr valign="top" align="left">
  138. <td width="21%"></td>
  139. <td width="77%">
  140. <p>Set the output to go to file. <i>output-file</i></p>
  141. </td>
  142. </table>
  143. <!-- TABS -->
  144. <table width="100%" border=0 rules="none" frame="void"
  145. cols="4" cellspacing="0" cellpadding="0">
  146. <tr valign="top" align="left">
  147. <td width="11%"></td>
  148. <td width="4%">
  149. <p><b>&minus;j</b></p>
  150. </td>
  151. <td width="5%"></td>
  152. <td width="77%">
  153. <p>Compress with JPEG (requires <i>libjpeg</i> configured
  154. with <i>libtiff</i>).</p>
  155. </td>
  156. <tr valign="top" align="left">
  157. <td width="11%"></td>
  158. <td width="4%">
  159. <p><b>&minus;z</b></p>
  160. </td>
  161. <td width="5%"></td>
  162. <td width="77%">
  163. <p>Compress with Zip/Deflate (requires <i>zlib</i>
  164. configured with <i>libtiff</i>).</p>
  165. </td>
  166. </table>
  167. <!-- INDENTATION -->
  168. <table width="100%" border=0 rules="none" frame="void"
  169. cols="2" cellspacing="0" cellpadding="0">
  170. <tr valign="top" align="left">
  171. <td width="10%"></td>
  172. <td width="89%">
  173. <p><b>&minus;q</b> <i>quality</i></p></td>
  174. </table>
  175. <!-- INDENTATION -->
  176. <table width="100%" border=0 rules="none" frame="void"
  177. cols="2" cellspacing="0" cellpadding="0">
  178. <tr valign="top" align="left">
  179. <td width="21%"></td>
  180. <td width="77%">
  181. <p>Set the compression quality, 1-100 for JPEG.</p>
  182. </td>
  183. </table>
  184. <!-- TABS -->
  185. <table width="100%" border=0 rules="none" frame="void"
  186. cols="4" cellspacing="0" cellpadding="0">
  187. <tr valign="top" align="left">
  188. <td width="11%"></td>
  189. <td width="2%">
  190. <p><b>&minus;n</b></p>
  191. </td>
  192. <td width="7%"></td>
  193. <td width="77%">
  194. <p>Do not allow data to be converted without uncompressing,
  195. no compressed data passthrough.</p>
  196. </td>
  197. <tr valign="top" align="left">
  198. <td width="11%"></td>
  199. <td width="2%">
  200. <p><b>&minus;b</b></p>
  201. </td>
  202. <td width="7%"></td>
  203. <td width="77%">
  204. <p>Set PDF &lsquo;&lsquo;Interpolate&rsquo;&rsquo; user
  205. preference.</p>
  206. </td>
  207. <tr valign="top" align="left">
  208. <td width="11%"></td>
  209. <td width="2%">
  210. <p><b>&minus;d</b></p>
  211. </td>
  212. <td width="7%"></td>
  213. <td width="77%">
  214. <p>Do not compress (decompress).</p>
  215. </td>
  216. <tr valign="top" align="left">
  217. <td width="11%"></td>
  218. <td width="2%">
  219. <p><b>&minus;i</b></p>
  220. </td>
  221. <td width="7%"></td>
  222. <td width="77%">
  223. <p>Invert colors.</p>
  224. </td>
  225. </table>
  226. <!-- INDENTATION -->
  227. <table width="100%" border=0 rules="none" frame="void"
  228. cols="2" cellspacing="0" cellpadding="0">
  229. <tr valign="top" align="left">
  230. <td width="10%"></td>
  231. <td width="89%">
  232. <p><b>&minus;p</b> <i>paper-size</i></p></td>
  233. </table>
  234. <!-- INDENTATION -->
  235. <table width="100%" border=0 rules="none" frame="void"
  236. cols="2" cellspacing="0" cellpadding="0">
  237. <tr valign="top" align="left">
  238. <td width="21%"></td>
  239. <td width="77%">
  240. <p>Set paper size, e.g., <b>letter</b>, <b>legal</b>,
  241. <b>A4</b>.</p>
  242. </td>
  243. </table>
  244. <!-- INDENTATION -->
  245. <table width="100%" border=0 rules="none" frame="void"
  246. cols="2" cellspacing="0" cellpadding="0">
  247. <tr valign="top" align="left">
  248. <td width="10%"></td>
  249. <td width="89%">
  250. <p><b>&minus;u</b> [<b>i</b>|<b>m</b>]</p></td>
  251. </table>
  252. <!-- INDENTATION -->
  253. <table width="100%" border=0 rules="none" frame="void"
  254. cols="2" cellspacing="0" cellpadding="0">
  255. <tr valign="top" align="left">
  256. <td width="21%"></td>
  257. <td width="77%">
  258. <p>Set distance unit, <b>i</b> for inch, <b>m</b> for
  259. centimeter.</p>
  260. </td>
  261. </table>
  262. <!-- INDENTATION -->
  263. <table width="100%" border=0 rules="none" frame="void"
  264. cols="2" cellspacing="0" cellpadding="0">
  265. <tr valign="top" align="left">
  266. <td width="10%"></td>
  267. <td width="89%">
  268. <p><b>&minus;w</b> <i>width</i></p></td>
  269. </table>
  270. <!-- INDENTATION -->
  271. <table width="100%" border=0 rules="none" frame="void"
  272. cols="2" cellspacing="0" cellpadding="0">
  273. <tr valign="top" align="left">
  274. <td width="21%"></td>
  275. <td width="77%">
  276. <p>Set width in units.</p>
  277. </td>
  278. </table>
  279. <!-- INDENTATION -->
  280. <table width="100%" border=0 rules="none" frame="void"
  281. cols="2" cellspacing="0" cellpadding="0">
  282. <tr valign="top" align="left">
  283. <td width="10%"></td>
  284. <td width="89%">
  285. <p><b>&minus;l</b> <i>length</i></p></td>
  286. </table>
  287. <!-- INDENTATION -->
  288. <table width="100%" border=0 rules="none" frame="void"
  289. cols="2" cellspacing="0" cellpadding="0">
  290. <tr valign="top" align="left">
  291. <td width="21%"></td>
  292. <td width="77%">
  293. <p>Set length in units.</p>
  294. </td>
  295. </table>
  296. <!-- INDENTATION -->
  297. <table width="100%" border=0 rules="none" frame="void"
  298. cols="2" cellspacing="0" cellpadding="0">
  299. <tr valign="top" align="left">
  300. <td width="10%"></td>
  301. <td width="89%">
  302. <p><b>&minus;x</b> <i>xres</i></p></td>
  303. </table>
  304. <!-- INDENTATION -->
  305. <table width="100%" border=0 rules="none" frame="void"
  306. cols="2" cellspacing="0" cellpadding="0">
  307. <tr valign="top" align="left">
  308. <td width="21%"></td>
  309. <td width="77%">
  310. <p>Set x/width resolution default.</p>
  311. </td>
  312. </table>
  313. <!-- INDENTATION -->
  314. <table width="100%" border=0 rules="none" frame="void"
  315. cols="2" cellspacing="0" cellpadding="0">
  316. <tr valign="top" align="left">
  317. <td width="10%"></td>
  318. <td width="89%">
  319. <p><b>&minus;y</b> <i>yres</i></p></td>
  320. </table>
  321. <!-- INDENTATION -->
  322. <table width="100%" border=0 rules="none" frame="void"
  323. cols="2" cellspacing="0" cellpadding="0">
  324. <tr valign="top" align="left">
  325. <td width="21%"></td>
  326. <td width="77%">
  327. <p>Set y/length resolution default.</p>
  328. </td>
  329. </table>
  330. <!-- INDENTATION -->
  331. <table width="100%" border=0 rules="none" frame="void"
  332. cols="2" cellspacing="0" cellpadding="0">
  333. <tr valign="top" align="left">
  334. <td width="10%"></td>
  335. <td width="89%">
  336. <p><b>&minus;r</b> [<b>d</b>|<b>o</b>]</p></td>
  337. </table>
  338. <!-- INDENTATION -->
  339. <table width="100%" border=0 rules="none" frame="void"
  340. cols="2" cellspacing="0" cellpadding="0">
  341. <tr valign="top" align="left">
  342. <td width="21%"></td>
  343. <td width="77%">
  344. <p>Set <b>d</b> for resolution default for images without
  345. resolution, <b>o</b> for resolution override for all
  346. images.</p>
  347. </td>
  348. </table>
  349. <!-- TABS -->
  350. <table width="100%" border=0 rules="none" frame="void"
  351. cols="5" cellspacing="0" cellpadding="0">
  352. <tr valign="top" align="left">
  353. <td width="11%"></td>
  354. <td width="2%">
  355. <p><b>&minus;f</b></p>
  356. </td>
  357. <td width="13%"></td>
  358. <td width="57%">
  359. <p>Set PDF &lsquo;&lsquo;Fit Window&rsquo;&rsquo; user
  360. preference.</p>
  361. </td>
  362. <td width="14%">
  363. </td>
  364. </table>
  365. <!-- INDENTATION -->
  366. <table width="100%" border=0 rules="none" frame="void"
  367. cols="2" cellspacing="0" cellpadding="0">
  368. <tr valign="top" align="left">
  369. <td width="10%"></td>
  370. <td width="89%">
  371. <p><b>&minus;e</b> <i>YYYYMMDDHHMMSS</i></p></td>
  372. </table>
  373. <!-- INDENTATION -->
  374. <table width="100%" border=0 rules="none" frame="void"
  375. cols="2" cellspacing="0" cellpadding="0">
  376. <tr valign="top" align="left">
  377. <td width="21%"></td>
  378. <td width="77%">
  379. <p>Set document information date, overrides image or current
  380. date/time default, <i>YYYYMMDDHHMMSS.</i></p>
  381. </td>
  382. </table>
  383. <!-- INDENTATION -->
  384. <table width="100%" border=0 rules="none" frame="void"
  385. cols="2" cellspacing="0" cellpadding="0">
  386. <tr valign="top" align="left">
  387. <td width="10%"></td>
  388. <td width="89%">
  389. <p><b>&minus;c</b> <i>creator</i></p></td>
  390. </table>
  391. <!-- INDENTATION -->
  392. <table width="100%" border=0 rules="none" frame="void"
  393. cols="2" cellspacing="0" cellpadding="0">
  394. <tr valign="top" align="left">
  395. <td width="21%"></td>
  396. <td width="77%">
  397. <p>Set document information creator, overrides image
  398. software default.</p>
  399. </td>
  400. </table>
  401. <!-- INDENTATION -->
  402. <table width="100%" border=0 rules="none" frame="void"
  403. cols="2" cellspacing="0" cellpadding="0">
  404. <tr valign="top" align="left">
  405. <td width="10%"></td>
  406. <td width="89%">
  407. <p><b>&minus;a</b> <i>author</i></p></td>
  408. </table>
  409. <!-- INDENTATION -->
  410. <table width="100%" border=0 rules="none" frame="void"
  411. cols="2" cellspacing="0" cellpadding="0">
  412. <tr valign="top" align="left">
  413. <td width="21%"></td>
  414. <td width="77%">
  415. <p>Set document information author, overrides image artist
  416. default.</p>
  417. </td>
  418. </table>
  419. <!-- INDENTATION -->
  420. <table width="100%" border=0 rules="none" frame="void"
  421. cols="2" cellspacing="0" cellpadding="0">
  422. <tr valign="top" align="left">
  423. <td width="10%"></td>
  424. <td width="89%">
  425. <p><b>&minus;t</b> <i>title</i></p></td>
  426. </table>
  427. <!-- INDENTATION -->
  428. <table width="100%" border=0 rules="none" frame="void"
  429. cols="2" cellspacing="0" cellpadding="0">
  430. <tr valign="top" align="left">
  431. <td width="21%"></td>
  432. <td width="77%">
  433. <p>Set document information title, overrides image document
  434. name default.</p>
  435. </td>
  436. </table>
  437. <!-- INDENTATION -->
  438. <table width="100%" border=0 rules="none" frame="void"
  439. cols="2" cellspacing="0" cellpadding="0">
  440. <tr valign="top" align="left">
  441. <td width="10%"></td>
  442. <td width="89%">
  443. <p><b>&minus;s</b> <i>subject</i></p></td>
  444. </table>
  445. <!-- INDENTATION -->
  446. <table width="100%" border=0 rules="none" frame="void"
  447. cols="2" cellspacing="0" cellpadding="0">
  448. <tr valign="top" align="left">
  449. <td width="21%"></td>
  450. <td width="77%">
  451. <p>Set document information subject, overrides image image
  452. description default.</p>
  453. </td>
  454. </table>
  455. <!-- INDENTATION -->
  456. <table width="100%" border=0 rules="none" frame="void"
  457. cols="2" cellspacing="0" cellpadding="0">
  458. <tr valign="top" align="left">
  459. <td width="10%"></td>
  460. <td width="89%">
  461. <p><b>&minus;k</b> <i>keywords</i></p></td>
  462. </table>
  463. <!-- INDENTATION -->
  464. <table width="100%" border=0 rules="none" frame="void"
  465. cols="2" cellspacing="0" cellpadding="0">
  466. <tr valign="top" align="left">
  467. <td width="21%"></td>
  468. <td width="77%">
  469. <p>Set document information keywords.</p>
  470. </td>
  471. </table>
  472. <!-- TABS -->
  473. <table width="100%" border=0 rules="none" frame="void"
  474. cols="5" cellspacing="0" cellpadding="0">
  475. <tr valign="top" align="left">
  476. <td width="11%"></td>
  477. <td width="2%">
  478. <p><b>&minus;h</b></p>
  479. </td>
  480. <td width="13%"></td>
  481. <td width="57%">
  482. <p>List usage reminder to stderr and exit.</p>
  483. </td>
  484. <td width="14%">
  485. </td>
  486. </table>
  487. <a name="EXAMPLES"></a>
  488. <h2>EXAMPLES</h2>
  489. <!-- INDENTATION -->
  490. <table width="100%" border=0 rules="none" frame="void"
  491. cols="2" cellspacing="0" cellpadding="0">
  492. <tr valign="top" align="left">
  493. <td width="10%"></td>
  494. <td width="89%">
  495. <p>The following example would generate the file output.pdf
  496. from input.tiff.</p></td>
  497. </table>
  498. <!-- INDENTATION -->
  499. <table width="100%" border=0 rules="none" frame="void"
  500. cols="2" cellspacing="0" cellpadding="0">
  501. <tr valign="top" align="left">
  502. <td width="20%"></td>
  503. <td width="79%">
  504. <pre>tiff2pdf &minus;o output.pdf input.tiff
  505. </pre>
  506. </td>
  507. </table>
  508. <!-- INDENTATION -->
  509. <table width="100%" border=0 rules="none" frame="void"
  510. cols="2" cellspacing="0" cellpadding="0">
  511. <tr valign="top" align="left">
  512. <td width="10%"></td>
  513. <td width="89%">
  514. <p>The following example would generate PDF output from
  515. input.tiff and write it to standard output.</p></td>
  516. </table>
  517. <!-- INDENTATION -->
  518. <table width="100%" border=0 rules="none" frame="void"
  519. cols="2" cellspacing="0" cellpadding="0">
  520. <tr valign="top" align="left">
  521. <td width="20%"></td>
  522. <td width="79%">
  523. <pre>tiff2pdf input.tiff
  524. </pre>
  525. </td>
  526. </table>
  527. <!-- INDENTATION -->
  528. <table width="100%" border=0 rules="none" frame="void"
  529. cols="2" cellspacing="0" cellpadding="0">
  530. <tr valign="top" align="left">
  531. <td width="10%"></td>
  532. <td width="89%">
  533. <p>The following example would generate the file output.pdf
  534. from input.tiff, putting the image pages on a letter sized
  535. page, compressing the output with JPEG, with JPEG quality
  536. 75, setting the title to
  537. &lsquo;&lsquo;Document&rsquo;&rsquo;, and setting the
  538. &lsquo;&lsquo;Fit Window&rsquo;&rsquo; option.</p></td>
  539. </table>
  540. <!-- INDENTATION -->
  541. <table width="100%" border=0 rules="none" frame="void"
  542. cols="2" cellspacing="0" cellpadding="0">
  543. <tr valign="top" align="left">
  544. <td width="20%"></td>
  545. <td width="79%">
  546. <pre>tiff2pdf &minus;p letter &minus;j &minus;q 75 &minus;t &quot;Document&quot; &minus;f &minus;o output.pdf input.tiff
  547. </pre>
  548. </td>
  549. </table>
  550. <a name="BUGS"></a>
  551. <h2>BUGS</h2>
  552. <!-- INDENTATION -->
  553. <table width="100%" border=0 rules="none" frame="void"
  554. cols="2" cellspacing="0" cellpadding="0">
  555. <tr valign="top" align="left">
  556. <td width="10%"></td>
  557. <td width="89%">
  558. <p>Please report bugs via the web interface at</p>
  559. </td>
  560. </table>
  561. <!-- INDENTATION -->
  562. <table width="100%" border=0 rules="none" frame="void"
  563. cols="2" cellspacing="0" cellpadding="0">
  564. <tr valign="top" align="left">
  565. <td width="20%"></td>
  566. <td width="79%">
  567. <p>http://bugzilla.remotesensing.org/enter_bug.cgi?product=libtiff</p>
  568. </td>
  569. </table>
  570. <a name="SEE ALSO"></a>
  571. <h2>SEE ALSO</h2>
  572. <!-- INDENTATION -->
  573. <table width="100%" border=0 rules="none" frame="void"
  574. cols="2" cellspacing="0" cellpadding="0">
  575. <tr valign="top" align="left">
  576. <td width="10%"></td>
  577. <td width="89%">
  578. <p><b>libtiff</b>(3), <b>tiffcp</b>(1),
  579. <b>tiff2ps</b>(1)</p>
  580. <!-- INDENTATION -->
  581. <p>Libtiff library home page:
  582. <b>http://www.simplesystems.org/libtiff/</b></p>
  583. </td>
  584. </table>
  585. <hr>
  586. </body>
  587. </html>