1<HTML> 2<HEAD> 3<TITLE> 4Contributed TIFF Software 5</TITLE> 6</HEAD> 7 8<BODY BGCOLOR=white> 9<H1> 10<IMG SRC=images/smallliz.jpg WIDTH=144 HEIGHT=108 ALIGN=left BORDER=1 HSPACE=6> 11Contributed TIFF Software 12</H1> 13 14 15<P> 16The <B>contrib</B> directory has contributed software that 17uses the TIFF library or which is associated with the library 18(typically glue and guidance for ports to non-UNIX platforms, or tools that 19aren't directly TIFF related). 20 21<BR CLEAR=left> 22 23<P> 24<TABLE BORDER CELLPADDING=3> 25 26<TR> 27<TD VALIGN=top> 28<B>contrib/vms</B> 29</TD> 30<TD> 31scripts and files from Karsten Spang for building 32 the library and tools under VMS 33</TD> 34</TR> 35 36<TR> 37<TD VALIGN=top> 38<B>contrib/dbs</B> 39</TD> 40<TD> 41various tools from Dan & Chris Sears, including a simple X-based viewer 42</TD> 43</TR> 44 45<TR> 46<TD VALIGN=top> 47<B>contrib/ras</B> 48</TD> 49<TD> 50two programs by Patrick Naughton for converting 51 between Sun rasterfile format and TIFF (these 52 require <TT>libpixrect.a</TT>, as opposed to the one in 53 tools that doesn't) 54</TD> 55</TR> 56 57<TR> 58<TD VALIGN=top> 59<B>contrib/mac-mpw</B> 60</TD> 61<TD> 62scripts and files from Niles Ritter for building 63 the library and tools under Macintosh/MPW C. 64</TD> 65</TR> 66 67<TR> 68<TD VALIGN=top> 69<B>contrib/acorn</B> 70</TD> 71<TD> 72scripts and files from Peter Greenham for building 73 the library and tools on an Acorn RISC OS system. 74</TD> 75</TR> 76 77<TR> 78<TD VALIGN=top> 79<B>contrib/win32</B> 80</TD> 81<TD> 82scripts and files from Scott Wagner for building 83 the library under Windows NT and Windows 95. 84</TD> 85</TR> 86 87<TR> 88<TD VALIGN=top> 89<B>contrib/dosdjgpp</B> 90</TD> 91<TD> 92scripts and files from Alexander Lehmann for building 93 the library under MSDOS with the DJGPP v2 compiler. 94</TD> 95</TR> 96 97<TR> 98<TD VALIGN=top> 99<B>contrib/tags</B> 100</TD> 101<TD> 102scripts and files from Niles Ritter for adding private 103 tag support at runtime, without changing libtiff. 104</TD> 105</TR> 106 107<TR> 108<TD VALIGN=top> 109<B>contrib/mfs</B> 110</TD> 111<TD> 112code from Mike Johnson to read+write images in memory 113without modifying the library 114</TD> 115</TR> 116 117<TR> 118<TD VALIGN=top> 119<B>contrib/pds</B> 120</TD> 121<TD> 122various routines from Conrad Poelman; a TIFF image iterator and 123 code to support ``private sub-directories'' 124</TD> 125</TR> 126 127<TR> 128<TD VALIGN=top> 129<B>contrib/iptcutil</B> 130</TD> 131 132<TD> 133 134A utility by <A HREF=mailto:[email protected]>Bill Radcliffe</a> to 135convert an extracted IPTC Newsphoto caption from a binary blob to 136ASCII text, and vice versa. IPTC binary blobs can be extracted from 137images via the <A 138HREF=http://www.wizards.dupont.com/magick>ImageMagick</a> convert(1) 139utility. 140 141 142</TD> 143</TR> 144 145</TABLE> 146 147<P> 148Questions regarding these packages are usually best directed toward 149their authors. 150 151<P> 152<HR> 153 154Last updated: $Date: 1999-08-09 18:38:27 $ 155 156</BODY> 157</HTML> 158