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