contrib.html 3.6 KB

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