contrib.html 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. <HTML>
  2. <HEAD>
  3. <TITLE>
  4. Contributed TIFF Software
  5. </TITLE>
  6. </HEAD>
  7. <BODY BGCOLOR=white>
  8. <FONT FACE="Arial, Helvetica, Sans">
  9. <H1>
  10. <IMG SRC=images/smallliz.jpg WIDTH=144 HEIGHT=108 ALIGN=left BORDER=1 HSPACE=6>
  11. Contributed TIFF Software
  12. </H1>
  13. <P>
  14. The <B>contrib</B> directory has contributed software that
  15. uses the TIFF library or which is associated with the library
  16. (typically glue and guidance for ports to non-UNIX platforms, or tools that
  17. aren't directly TIFF related).
  18. <BR CLEAR=left>
  19. <P>
  20. <TABLE BORDER CELLPADDING=3>
  21. <TR>
  22. <TD VALIGN=top>
  23. <B>contrib/vms</B>
  24. </TD>
  25. <TD>
  26. scripts and files from Karsten Spang for building
  27. the library and tools under VMS
  28. </TD>
  29. </TR>
  30. <TR>
  31. <TD VALIGN=top>
  32. <B>contrib/dbs</B>
  33. </TD>
  34. <TD>
  35. various tools from Dan & Chris Sears, including a simple X-based viewer
  36. </TD>
  37. </TR>
  38. <TR>
  39. <TD VALIGN=top>
  40. <B>contrib/ras</B>
  41. </TD>
  42. <TD>
  43. two programs by Patrick Naughton for converting
  44. between Sun rasterfile format and TIFF (these
  45. require <TT>libpixrect.a</TT>, as opposed to the one in
  46. tools that doesn't)
  47. </TD>
  48. </TR>
  49. <TR>
  50. <TD VALIGN=top>
  51. <B>contrib/mac-mpw</B><br>
  52. <B>contrib/mac-cw</B>
  53. </TD>
  54. <TD>
  55. scripts and files from Niles Ritter for building
  56. the library and tools under Macintosh/MPW C and
  57. code warrior.
  58. </TD>
  59. </TR>
  60. <TR>
  61. <TD VALIGN=top>
  62. <B>contrib/acorn</B>
  63. </TD>
  64. <TD>
  65. scripts and files from Peter Greenham for building
  66. the library and tools on an Acorn RISC OS system.
  67. </TD>
  68. </TR>
  69. <TR>
  70. <TD VALIGN=top>
  71. <B>contrib/win32</B>
  72. </TD>
  73. <TD>
  74. scripts and files from Scott Wagner for building
  75. the library under Windows NT and Windows 95. (The makefile.vc in the
  76. libtiff/libtiff directory may be sufficient for most users.)
  77. </TD>
  78. </TR>
  79. <TR>
  80. <TD VALIGN=top>
  81. <B>contrib/win_dib</B>
  82. </TD>
  83. <TD>
  84. two separate implementations of TIFF to DIB code suitable for any Win32
  85. platform. Contributed by Mark James, and Philippe Tenenhaus.
  86. </TD>
  87. </TR>
  88. <TR>
  89. <TD VALIGN=top>
  90. <B>contrib/ojpeg</B>
  91. </TD>
  92. <TD>
  93. Patch for IJG JPEG library related to support for some Old JPEG in TIFF files.
  94. Contributed by Scott Marovich.
  95. </TD>
  96. </TR>
  97. <TR>
  98. <TD VALIGN=top>
  99. <B>contrib/dosdjgpp</B>
  100. </TD>
  101. <TD>
  102. scripts and files from Alexander Lehmann for building
  103. the library under MSDOS with the DJGPP v2 compiler.
  104. </TD>
  105. </TR>
  106. <TR>
  107. <TD VALIGN=top>
  108. <B>contrib/tags</B>
  109. </TD>
  110. <TD>
  111. scripts and files from Niles Ritter for adding private
  112. tag support at runtime, without changing libtiff.
  113. </TD>
  114. </TR>
  115. <TR>
  116. <TD VALIGN=top>
  117. <B>contrib/mfs</B>
  118. </TD>
  119. <TD>
  120. code from Mike Johnson to read+write images in memory
  121. without modifying the library
  122. </TD>
  123. </TR>
  124. <TR>
  125. <TD VALIGN=top>
  126. <B>contrib/pds</B>
  127. </TD>
  128. <TD>
  129. various routines from Conrad Poelman; a TIFF image iterator and
  130. code to support ``private sub-directories''
  131. </TD>
  132. </TR>
  133. <TR>
  134. <TD VALIGN=top>
  135. <B>contrib/iptcutil</B>
  136. </TD>
  137. <TD>
  138. A utility by <A HREF=mailto:billr@corbis.com>Bill Radcliffe</a> to
  139. convert an extracted IPTC Newsphoto caption from a binary blob to
  140. ASCII text, and vice versa. IPTC binary blobs can be extracted from
  141. images via the <A
  142. HREF=http://www.ImageMagick.org/>ImageMagick</a> convert(1)
  143. utility.
  144. </TD>
  145. </TR>
  146. <TR>
  147. <TD VALIGN=top>
  148. <B>contrib/addtiffo</B>
  149. </TD>
  150. <TD>
  151. A utility (and supporting subroutine) for building
  152. one or more reduce resolution
  153. overviews to an existing TIFF file. Supplied by
  154. <a href="http://pobox.com/~warmerdam">Frank Warmerdam</a>.
  155. </TD>
  156. </TR>
  157. <TR>
  158. <TD VALIGN=top>
  159. <B>contrib/stream</B>
  160. </TD>
  161. <TD>
  162. A class (TiffStream) for accessing TIFF files through a C++ stream
  163. interface. Supplied by <a href="mailto:avi@shutterfly.com">Avi Bleiweiss</a>.
  164. </TD>
  165. </TR>
  166. </TABLE>
  167. <P>
  168. Questions regarding these packages are usually best directed toward
  169. their authors.
  170. <P>
  171. <HR>
  172. Last updated: $Date: 2006-01-03 01:42:30 $
  173. </BODY>
  174. </HTML>