tiffsplit.1.html 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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>TIFFSPLIT</title>
  8. </head>
  9. <body>
  10. <h1 align=center>TIFFSPLIT</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="#BUGS">BUGS</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>tiffsplit &minus; split a multi-image <small>TIFF</small>
  27. into single-image <small>TIFF</small> files</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>tiffsplit</b> <i>src.tif</i> [ <i>prefix</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>tiffsplit</i> takes a multi-directory (page)
  50. <small>TIFF</small> file and creates one or more
  51. single-directory (page) <small>TIFF</small> files from it.
  52. The output files are given names created by concatenating a
  53. prefix, a lexically ordered suffix in the range
  54. [<i>aaa</i>-<i>zzz</i>], the suffix <i>.tif</i> (e.g.
  55. <i>xaaa.tif</i>, <i>xaab.tif</i>, <i>xzzz.tif</i>). If a
  56. prefix is not specified on the command line, the default
  57. prefix of <i>x</i> is used.</p>
  58. </td>
  59. </table>
  60. <a name="OPTIONS"></a>
  61. <h2>OPTIONS</h2>
  62. <!-- INDENTATION -->
  63. <table width="100%" border=0 rules="none" frame="void"
  64. cols="2" cellspacing="0" cellpadding="0">
  65. <tr valign="top" align="left">
  66. <td width="8%"></td>
  67. <td width="91%">
  68. <p>None.</p>
  69. </td>
  70. </table>
  71. <a name="BUGS"></a>
  72. <h2>BUGS</h2>
  73. <!-- INDENTATION -->
  74. <table width="100%" border=0 rules="none" frame="void"
  75. cols="2" cellspacing="0" cellpadding="0">
  76. <tr valign="top" align="left">
  77. <td width="8%"></td>
  78. <td width="91%">
  79. <p>Only a select set of &lsquo;&lsquo;known
  80. tags&rsquo;&rsquo; is copied when splitting.</p>
  81. </td>
  82. </table>
  83. <a name="SEE ALSO"></a>
  84. <h2>SEE ALSO</h2>
  85. <!-- INDENTATION -->
  86. <table width="100%" border=0 rules="none" frame="void"
  87. cols="2" cellspacing="0" cellpadding="0">
  88. <tr valign="top" align="left">
  89. <td width="8%"></td>
  90. <td width="91%">
  91. <p><b>tiffcp</b>(1), <b>tiffinfo</b>(1),
  92. <b>libtiff</b>(3TIFF)</p>
  93. <!-- INDENTATION -->
  94. <p>Libtiff library home page:
  95. <b>http://www.simplesystems.org/libtiff/</b></p>
  96. </td>
  97. </table>
  98. <hr>
  99. </body>
  100. </html>