Changeset 846 for trunk/src/3rdparty/libtiff/html/misc.html
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/3rdparty/libtiff/html/misc.html
r2 r846 26 26 Silicon Graphics.<p> 27 27 28 The LZW algorithm is derived from the compress program (the proper 29 attribution is included in the source code). The Group 3 fax stuff 30 originated as code from Jef Poskanzer, but has since been rewritten 31 several times. The latest version uses an algorithm from Frank 32 Cringle -- consult <TT>libtiff/mkg3states.c</TT> and 33 <TT>libtiff/tif_fax3.h</TT> for further information. 34 The JPEG support was written by Tom Lane and is dependent on the 35 excellent work of Tom Lane and the Independent JPEG Group (IJG) 36 who distribute their work under friendly licensing similar to this 37 software. 38 Many other people have by now helped with bug fixes and code; a 39 few of the more persistent contributors have been: 28 The LZW algorithm is derived from the compress program (the proper attribution 29 is included in the source code). The Group 3 fax stuff originated as code 30 from Jef Poskanzer, but has since been rewritten several times. The latest 31 version uses an algorithm from Frank Cringle -- consult 32 <TT>libtiff/mkg3states.c</TT> and <TT>libtiff/tif_fax3.h</TT> for further 33 information. The JPEG support was written by Tom Lane and is dependent on the 34 excellent work of Tom Lane and the Independent JPEG Group (IJG) who distribute 35 their work under friendly licensing similar to this software. Joris Van Damme 36 implemented the robust Old JPEG decoder (as included in libtiff since version 37 3.9.0, there was another Old JPEG module in older releases, which was 38 incomplete and unsuitable for many existing images of that format). JBIG 39 module was written by Lee Howard and depends on JBIG library from the Markus 40 Kuhn. Many other people have by now helped with bug fixes and code; a few of 41 the more persistent contributors have been: 40 42 41 43 <PRE> … … 74 76 Lee Howard 75 77 Joris Van Damme 78 Tavis Ormandy 79 Richard Nolde 76 80 </PRE> 77 81 … … 108 112 109 113 110 Last updated: $Date: 200 5/10/23 19:43:29$114 Last updated: $Date: 2007/02/24 15:47:04 $ 111 115 </BODY> 112 116 </HTML>
Note:
See TracChangeset
for help on using the changeset viewer.