Changeset 846 for trunk/src/3rdparty/libtiff/html
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 6 deleted
- 69 edited
- 4 copied
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/bugs.html
r2 r846 15 15 16 16 <P> 17 Thanks to <A HREF=http://www.remotesensing.org/>remotesensing.org</a>, libtiff now uses bugzilla to track bugs. 17 Thanks to <A HREF=http://www.maptools.org/>MapTools.org</a>, libtiff now uses 18 bugzilla to track bugs. All bugs filed in the older bugzilla at 19 bugzilla.remotesensing.org (pre April 2008) have unfortunately been lost. 18 20 <P> 19 21 If you think you've discovered a bug, please first check to see if it is 20 22 already known by looking at the list of already reported bugs. You can do so 21 23 by visiting the buglist at 22 <A HREF=http://bugzilla. remotesensing.org/buglist.cgi?product=libtiff>http://bugzilla.remotesensing.org/buglist.cgi?product=libtiff</A>. Also verify that24 <A HREF=http://bugzilla.maptools.org/buglist.cgi?product=libtiff>http://bugzilla.maptools.org/buglist.cgi?product=libtiff</A>. Also verify that 23 25 the problem is still reproducable with the current development software 24 26 from CVS. 25 <p> 26 If you'd like to enter a new bug, you can do so at <A HREF=http://bugzilla.remotesensing.org/enter_bug.cgi?product=libtiff>http://bugzilla.remotesensing.org/enter_bug.cgi?product=libtiff</A>. 27 <P> 28 If you'd like to enter a new bug, you can do so at 29 <A HREF=http://bugzilla.maptools.org/enter_bug.cgi?product=libtiff>http://bugzilla.maptools.org/enter_bug.cgi?product=libtiff</A>. 30 <P> 31 If you'd like to inform us about some kind of security issue that should not 32 be disclosed for a period of time, then you can contact maintainers directly. 33 Send a copies of your report to the following people: Frank Warmerdam 34 <a href="mailto:warmerdam@pobox.com"><warmerdam@pobox.com></a>, 35 Andrey Kiselev 36 <a href="mailto:dron@ak4719.spb.edu"><dron@ak4719.spb.edu></a>. 27 37 <P> 28 38 … … 49 59 <HR> 50 60 51 Last updated: $Date: 200 5/07/26 14:43:24$61 Last updated: $Date: 2008/09/03 08:04:26 $ 52 62 </BODY> 53 63 </HTML> -
trunk/src/3rdparty/libtiff/html/document.html
r2 r846 15 15 A copy of the 6.0 specification is available from Adobe at 16 16 <A HREF="http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf">http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf</A>, or from the libtiff 17 ftp site at <a href="ftp://ftp.remotesensing.org/pub/libtiff/ TIFF6.pdf">18 ftp://ftp.remotesensing.org/pub/libtiff/ TIFF6.pdf</A>.<p>17 ftp site at <a href="ftp://ftp.remotesensing.org/pub/libtiff/doc/TIFF6.pdf"> 18 ftp://ftp.remotesensing.org/pub/libtiff/doc/TIFF6.pdf</A>.<p> 19 19 20 20 <P> … … 39 39 http://www.awaresystems.be/imaging/tiff/faq.html</A> 40 40 41 <P>42 There is a preliminary <a href="bigtiffdesign.html">BigTIFF Design</a> for43 a TIFF variation supporting files larger than 4GB.44 45 41 <HR> 46 42 47 43 <ADDRESS> 48 Last updated: $Date: 200 4/12/02 14:51:19$44 Last updated: $Date: 2009-08-20 22:31:00 $ 49 45 </ADDRESS> 50 46 -
trunk/src/3rdparty/libtiff/html/index.html
r2 r846 25 25 <tr> 26 26 <th>Latest Stable Release</th> 27 <td><a href="v3.8.2.html">v3.8.2</a></td> 28 </tr> 29 <tr> 30 <th>Latest Development Release</th> 31 <td><a href="v3.8.2.html">v3.8.2</a></td> 27 <td><a href="v3.9.2.html">v3.9.2</a></td> 32 28 </tr> 33 29 <tr> … … 54 50 <th>Anonymous CVS</th> 55 51 <td><tt>export CVSROOT=:pserver:cvsanon@cvs.maptools.org:/cvs/maptools/cvsroot<br> 56 cvs login # use empty password"<br> 57 cvs checkout libtiff<br></tt></td> 52 cvs login</tt><br> 53 (use empty password)<br> 54 <tt>cvs checkout -r branch-3-9 libtiff<br></tt> 55 to get stable libtiff branch, or<br> 56 <tt>cvs checkout libtiff</tt><br> 57 to get bleeding edge development version of libtiff from CVS HEAD.</td> 58 58 </tr> 59 59 </table> … … 66 66 </p> 67 67 <p> 68 Included in this software distribution is a library, libtiff, for 69 reading and writing TIFF, a small collection of tools for doing simple 70 manipulations of TIFF images on UNIX systems, 71 and documentation on the library and 72 tools. A small assortment of TIFF-related software for UNIX 73 that has been contributed by others is also included. 68 Included in this software distribution is a library, libtiff, for reading 69 and writing TIFF, a small collection of tools for doing simple 70 manipulations of TIFF images, and documentation on the 71 library and tools. Libtiff is a portable software, it was built and 72 tested on various systems: UNIX flavors (Linux, BSD, Solaris, MacOS X), 73 Windows, OpenVMS. It should be possible to port libtiff and additional 74 tools on other OSes. 74 75 </p> 75 76 <p> … … 81 82 </p> 82 83 <p> 83 The software was or ginally authored and maintained by Sam Leffler.84 The software was originally authored and maintained by Sam Leffler. 84 85 While he keeps a fatherly eye on the mailing list, he is no longer 85 86 responsible for day to day maintenance. … … 95 96 versions >= 3.5.1 are 96 97 <a href="http://pobox.com/~warmerdam">Frank Warmerdam</a>, 97 <a href="mailto:dron@ak4719.spb.edu">Andrey Kiselev</a> and Mike Welles. 98 <a href="mailto:dron@ak4719.spb.edu">Andrey Kiselev</a>, Bob Friesenhahn, 99 Joris Van Damme and Lee Howard. 98 100 </p> 99 101 <p> … … 116 118 <hr> 117 119 <p> 118 Last updated $Date: 200 6/03/23 14:54:01$.120 Last updated $Date: 2009-08-28 16:24:13 $. 119 121 </p> 120 122 </body> -
trunk/src/3rdparty/libtiff/html/man/TIFFClose.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:08 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:15 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFDataWidth.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:08 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:15 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFError.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:08 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:15 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFFlush.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:08 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:15 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFGetField.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:08 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:15 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFOpen.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:08 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:15 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFPrintDirectory.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:09 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:15 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFRGBAImage.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:10 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:16 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFReadDirectory.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:09 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:16 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFReadEncodedStrip.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:09 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:16 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFReadEncodedTile.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:09 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:16 2007 --> 3 3 <html> 4 4 <head> … … 42 42 <!-- INDENTATION --> 43 43 <p><b>int TIFFReadEncodedTile(TIFF *</b><i>tif</i><b>, 44 u_long</b> <i>tile</i><b>, u_char *</b><i>buf</i><b>,45 u_long</b> <i>size</i><b>)</b></p>44 ttile_t</b> <i>tile</i><b>, tdata_t</b> <i>buf</i><b>, 45 tsize_t</b> <i>size</i><b>)</b></p> 46 46 </td> 47 47 </table> -
trunk/src/3rdparty/libtiff/html/man/TIFFReadRGBAImage.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:09 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:16 2007 --> 3 3 <html> 4 4 <head> … … 48 48 <!-- INDENTATION --> 49 49 <p><b>int TIFFReadRGBAImage(TIFF *</b><i>tif</i><b>, 50 u _long</b> <i>width</i><b>, u_long</b> <i>height</i><b>,51 u _long*</b><i>raster</i><b>, int</b>50 uint32</b> <i>width</i><b>, uint32</b> <i>height</i><b>, 51 uint32 *</b><i>raster</i><b>, int</b> 52 52 <i>stopOnError</i><b>)<br> 53 53 int TIFFReadRGBAImageOriented(TIFF *</b><i>tif</i><b>, 54 u _long</b> <i>width</i><b>, u_long</b> <i>height</i><b>,55 u _long*</b><i>raster</i><b>, int</b> <i>orientation</i><b>,54 uint32</b> <i>width</i><b>, uint32</b> <i>height</i><b>, 55 uint32 *</b><i>raster</i><b>, int</b> <i>orientation</i><b>, 56 56 int</b> <i>stopOnError</i><b>)</b></p> 57 57 </td> -
trunk/src/3rdparty/libtiff/html/man/TIFFReadRGBAStrip.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:10 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:16 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFReadRGBATile.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:10 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:16 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFReadRawStrip.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:09 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:16 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFReadRawTile.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:09 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:16 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFReadScanline.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:10 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:16 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFReadTile.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:10 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:16 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFSetDirectory.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:10 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:17 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFSetField.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:10 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:17 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFWarning.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:11 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:17 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFWriteDirectory.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:11 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:17 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFWriteEncodedStrip.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:11 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:17 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFWriteEncodedTile.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:11 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:17 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFWriteRawStrip.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:11 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:17 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFWriteRawTile.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:11 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:18 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFWriteScanline.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:11 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:18 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFWriteTile.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:11 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:18 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFbuffer.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:08 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:14 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFcodec.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:08 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:15 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFcolor.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:08 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:15 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFmemory.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:08 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:15 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFquery.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:09 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:15 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFsize.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:10 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:17 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFstrip.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:10 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:17 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFswab.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:10 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:17 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/TIFFtile.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:11 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:17 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/fax2ps.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:11 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:18 2007 --> 3 3 <html> 4 4 <head> … … 29 29 <td width="91%"> 30 30 <p>fax2ps − convert a <small>TIFF</small> facsimile to 31 compressed ™</p>31 compressed PostScript™</p> 32 32 </td> 33 33 </table> … … 40 40 <td width="8%"></td> 41 41 <td width="91%"> 42 <p><b>fax2ps</b> [ <i>options</i> ] [ <i>file </i>...]</p>42 <p><b>fax2ps</b> [ <i>options</i> ] [ <i>file ...</i> ]</p> 43 43 </td> 44 44 </table> … … 52 52 <td width="91%"> 53 53 <p><i>fax2ps</i> reads one or more <small>TIFF</small> 54 facsimile image files and prints a compressed form of on the 55 standard output that is suitable for printing.</p> 54 facsimile image files and prints a compressed form of 55 PostScript on the standard output that is suitable for 56 printing.</p> 56 57 <!-- INDENTATION --> 57 58 <p>By default, each page is scaled to reflect the image … … 65 66 <b>−W</b> and <b>−H</b> options.</p> 66 67 <!-- INDENTATION --> 67 <p>By default <i>fax2ps</i> generates for all pages in the 68 file. The <b>−p</b> option can be used to select one 69 or more pages from a multi-page document.</p> 70 <!-- INDENTATION --> 71 <p><i>fax2ps</i> generates a compressed form of that is 72 optimized for sending pages of text to a printer attached to 73 a host through a low-speed link (such as a serial line). 74 Each output page is filled with white and then only the 75 black areas are drawn. The specification of the black 76 drawing operations is optimized by using a special font that 77 encodes the move-draw operations required to fill the black 78 regions on the page. This compression scheme typically 79 results in a substantially reduced description, relative to 80 the straightforward imaging of the page with a <i>image</i> 81 operator. This algorithm can, however, be ineffective for 82 continuous-tone and white-on-black images. For these images, 83 it sometimes is more efficient to send the raster bitmap 84 image directly; see <i>tiff2ps</i>(1).</p> 68 <p>By default <i>fax2ps</i> generates PostScript for all 69 pages in the file. The <b>−p</b> option can be used to 70 select one or more pages from a multi-page document.</p> 71 <!-- INDENTATION --> 72 <p><i>fax2ps</i> generates a compressed form of PostScript 73 that is optimized for sending pages of text to a PostScript 74 printer attached to a host through a low-speed link (such as 75 a serial line). Each output page is filled with white and 76 then only the black areas are drawn. The PostScript 77 specification of the black drawing operations is optimized 78 by using a special font that encodes the move-draw 79 operations required to fill the black regions on the page. 80 This compression scheme typically results in a substantially 81 reduced PostScript description, relative to the 82 straightforward imaging of the page with a PostScript 83 <i>image</i> operator. This algorithm can, however, be 84 ineffective for continuous-tone and white-on-black images. 85 For these images, it sometimes is more efficient to send the 86 raster bitmap image directly; see <b>tiff2ps</b>(1).</p> 85 87 </td> 86 88 </table> … … 89 91 <!-- TABS --> 90 92 <table width="100%" border=0 rules="none" frame="void" 91 cols=" 5" cellspacing="0" cellpadding="0">92 <tr valign="top" align="left"> 93 <td width="1 0%"></td>93 cols="4" cellspacing="0" cellpadding="0"> 94 <tr valign="top" align="left"> 95 <td width="11%"></td> 94 96 <td width="11%"> 95 97 96 98 <p><b>−p</b> <i>number</i></p> 97 99 </td> 98 <td width="1%"></td>99 100 <td width="76%"> 100 101 … … 145 146 <!-- TABS --> 146 147 <table width="100%" border=0 rules="none" frame="void" 147 cols=" 5" cellspacing="0" cellpadding="0">148 cols="4" cellspacing="0" cellpadding="0"> 148 149 <tr valign="top" align="left"> 149 150 <td width="10%"></td> 150 <td width="1 1%">151 <td width="12%"> 151 152 152 153 <p><b>−S</b></p> 153 154 </td> 154 <td width="1%"></td>155 155 <td width="76%"> 156 156 … … 164 164 <tr valign="top" align="left"> 165 165 <td width="10%"></td> 166 <td width="1 1%">166 <td width="12%"> 167 167 168 168 <p><b>−W</b> <i>width</i></p> 169 169 </td> 170 <td width="1%"></td>171 170 <td width="76%"> 172 171 … … 178 177 <tr valign="top" align="left"> 179 178 <td width="10%"></td> 180 <td width="1 1%">179 <td width="12%"> 181 180 182 181 <p><b>−H</b> <i>height</i></p> 183 182 </td> 184 <td width="1%"></td>185 183 <td width="76%"> 186 184 … … 207 205 errors by resynchronizing decoding at the end of the current 208 206 scanline. This can result in long horizontal black lines in 209 the resultant image.</p>207 the resultant PostScript image.</p> 210 208 </td> 211 209 </table> … … 218 216 <td width="8%"></td> 219 217 <td width="91%"> 220 <p>If the destination printer supports Level II then it is221 always faster to just send the encoded bitmap generated by 222 the <b>tiff2ps</b>(1) program.</p>218 <p>If the destination printer supports PostScript Level II 219 then it is always faster to just send the encoded bitmap 220 generated by the <b>tiff2ps</b>(1) program.</p> 223 221 </td> 224 222 </table> … … 232 230 <td width="91%"> 233 231 <p><i>fax2ps</i> should probably figure out when it is doing 234 a poor job of compressing the output and just generate to235 image the bitmap raster instead.</p>232 a poor job of compressing the output and just generate 233 PostScript to image the bitmap raster instead.</p> 236 234 </td> 237 235 </table> -
trunk/src/3rdparty/libtiff/html/man/fax2tiff.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:12 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:18 2007 --> 3 3 <html> 4 4 <head> … … 486 486 rows/strip that no more than 8 kilobytes of data appear in a 487 487 strip (with except of G3/G4 compression schemes). If you 488 specify special value <b> -1</b> it will results in infinite489 number of the rows per strip. The entire image will be the 490 one strip in that case. This is default in case of G3/G4 491 output compression schemes.</p>488 specify special value <b>−1</b> it will results in 489 infinite number of the rows per strip. The entire image will 490 be the one strip in that case. This is default in case of 491 G3/G4 output compression schemes.</p> 492 492 </td> 493 493 <td width="0%"> -
trunk/src/3rdparty/libtiff/html/man/gif2tiff.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:12 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:18 2007 --> 3 3 <html> 4 4 <head> … … 74 74 75 75 <p>Specify a compression scheme to use when writing image 76 data: <b>−c none</b> for no compression, <b> -c77 packbits</b> for the PackBits compression algorithm, <b>-c78 zip</b> for the Deflate compression algorithm, and 79 <b>−c lzw</b> for Lempel-Ziv & Welch (the76 data: <b>−c none</b> for no compression, <b>−c 77 packbits</b> for the PackBits compression algorithm, 78 <b>−c zip</b> for the Deflate compression algorithm, 79 and <b>−c lzw</b> for Lempel-Ziv & Welch (the 80 80 default).</p> 81 81 </td> -
trunk/src/3rdparty/libtiff/html/man/index.html
r2 r846 1 1 <HTML><HEAD><TITLE>Libtiff HTML manpage index</TITLE></HEAD><BODY BGCOLOR=white><ul><H2>Man Pages</h2><p> 2 <li><A HREF=libtiff.3tiff.html>libtiff.3tiff.html</a>3 2 <li><A HREF=TIFFbuffer.3tiff.html>TIFFbuffer.3tiff.html</a> 4 3 <li><A HREF=TIFFClose.3tiff.html>TIFFClose.3tiff.html</a> … … 54 53 <li><A HREF=tiffcmp.1.html>tiffcmp.1.html</a> 55 54 <li><A HREF=tiffcp.1.html>tiffcp.1.html</a> 55 <li><A HREF=tiffcrop.1.html>tiffcrop.1.html</a> 56 56 <li><A HREF=tiffdither.1.html>tiffdither.1.html</a> 57 57 <li><A HREF=tiffdump.1.html>tiffdump.1.html</a> -
trunk/src/3rdparty/libtiff/html/man/libtiff.3tiff.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:07 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:14 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/pal2rgb.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:12 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:18 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/ppm2tiff.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:12 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:18 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/ras2tiff.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:12 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:18 2007 --> 3 3 <html> 4 4 <head> … … 82 82 83 83 <p>Specify a compression scheme to use when writing image 84 data: <b>−c none</b> for no compression, <b> -c85 packbits</b> for the PackBits compression algorithm, <b>-c86 jpeg</b> for the baseline JPEG compression algorithm, <b>-c 87 zip</b> for the Deflate compression algorithm, and 88 <b>−c lzw</b> for Lempel-Ziv & Welch (the 89 default).</p>84 data: <b>−c none</b> for no compression, <b>−c 85 packbits</b> for the PackBits compression algorithm, 86 <b>−c jpeg</b> for the baseline JPEG compression 87 algorithm, <b>−c zip</b> for the Deflate compression 88 algorithm, and <b>−c lzw</b> for Lempel-Ziv & 89 Welch (the default).</p> 90 90 </td> 91 91 <td width="0%"> -
trunk/src/3rdparty/libtiff/html/man/raw2tiff.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:12 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:18 2007 --> 3 3 <html> 4 4 <head> … … 54 54 image is created with data samples packed 55 55 (<i>PlanarConfiguration</i>=1), compressed with the PackBits 56 algorithm (<i>Compression</i>= <i>32773),</i> and with each57 strip no more than 8 kilobytes. These characteristics can 58 o verridden, or explicitly specified with the options59 describedbelow.</p>56 algorithm (<i>Compression</i>=32773), and with each strip no 57 more than 8 kilobytes. These characteristics can overridden, 58 or explicitly specified with the options described 59 below.</p> 60 60 </td> 61 61 </table> … … 68 68 <td width="8%"></td> 69 69 <td width="91%"> 70 <p><b>−H <number></b></p></td>70 <p><b>−H</b> <i>number</i></p></td> 71 71 </table> 72 72 <!-- INDENTATION --> … … 87 87 <td width="8%"></td> 88 88 <td width="91%"> 89 <p><b>−w <number></b></p></td>89 <p><b>−w</b> <i>number</i></p></td> 90 90 </table> 91 91 <!-- INDENTATION --> … … 106 106 <td width="8%"></td> 107 107 <td width="91%"> 108 <p><b>−l <number></b></p></td>109 </table> 110 <!-- INDENTATION --> 111 <table width="100%" border=0 rules="none" frame="void" 112 cols="2" cellspacing="0" cellpadding="0"> 113 <tr valign="top" align="left"> 114 <td width="19%"></td> 115 <td width="80%"> 116 <p>length of input image in lines (can be guessed, see108 <p><b>−l</b> <i>number</i></p></td> 109 </table> 110 <!-- INDENTATION --> 111 <table width="100%" border=0 rules="none" frame="void" 112 cols="2" cellspacing="0" cellpadding="0"> 113 <tr valign="top" align="left"> 114 <td width="19%"></td> 115 <td width="80%"> 116 <p>length of input image in lines (can be guessed, see 117 117 <b><small>GUESSING THE IMAGE GEOMETRY</small></b> 118 118 below).</p> … … 125 125 <td width="8%"></td> 126 126 <td width="91%"> 127 <p><b>−b <number></b></p></td>127 <p><b>−b</b> <i>number</i></p></td> 128 128 </table> 129 129 <!-- INDENTATION --> … … 142 142 <td width="8%"></td> 143 143 <td width="91%"> 144 <p><b>−d data_type</b></p></td>145 </table> 146 <!-- INDENTATION --> 147 <table width="100%" border=0 rules="none" frame="void" 148 cols="2" cellspacing="0" cellpadding="0"> 149 <tr valign="top" align="left"> 150 <td width="19%"></td> 151 <td width="80%"> 152 <p>type of samples in input image, where < b>data_type</b>144 <p><b>−d</b> <i>data_type</i></p></td> 145 </table> 146 <!-- INDENTATION --> 147 <table width="100%" border=0 rules="none" frame="void" 148 cols="2" cellspacing="0" cellpadding="0"> 149 <tr valign="top" align="left"> 150 <td width="19%"></td> 151 <td width="80%"> 152 <p>type of samples in input image, where <i>data_type</i> 153 153 may be:</p></td> 154 154 </table> 155 155 <!-- TABS --> 156 156 <table width="100%" border=0 rules="none" frame="void" 157 cols="5" cellspacing="0" cellpadding="0"> 158 <tr valign="top" align="left"> 159 <td width="19%"></td> 160 <td width="6%"> 161 162 <p><i>byte</i></p> 163 </td> 164 <td width="6%"> 165 </td> 166 <td width="6%"> 157 cols="3" cellspacing="0" cellpadding="0"> 158 <tr valign="top" align="left"> 159 <td width="19%"></td> 160 <td width="10%"> 161 162 <p><b>byte</b></p> 163 </td> 164 <td width="70%"> 167 165 168 166 <p>8-bit unsigned integer (default),</p> 169 167 </td> 170 <td width="61%"> 171 </td> 172 <tr valign="top" align="left"> 173 <td width="19%"></td> 174 <td width="6%"> 175 176 <p><i>short</i></p> 177 </td> 178 <td width="6%"></td> 179 <td width="6%"> 168 <tr valign="top" align="left"> 169 <td width="19%"></td> 170 <td width="10%"> 171 172 <p><b>short</b></p> 173 </td> 174 <td width="70%"> 180 175 181 176 <p>16-bit unsigned integer,</p> 182 177 </td> 183 <td width="61%"> 184 </td> 185 <tr valign="top" align="left"> 186 <td width="19%"></td> 187 <td width="6%"> 188 189 <p><i>long</i></p> 190 </td> 191 <td width="6%"> 192 </td> 193 <td width="6%"> 178 <tr valign="top" align="left"> 179 <td width="19%"></td> 180 <td width="10%"> 181 182 <p><b>long</b></p> 183 </td> 184 <td width="70%"> 194 185 195 186 <p>32-bit unsigned integer,</p> 196 187 </td> 197 <td width="61%"> 198 </td> 199 <tr valign="top" align="left"> 200 <td width="19%"></td> 201 <td width="6%"> 202 203 <p><i>sbyte</i></p> 204 </td> 205 <td width="6%"></td> 206 <td width="6%"> 188 <tr valign="top" align="left"> 189 <td width="19%"></td> 190 <td width="10%"> 191 192 <p><b>sbyte</b></p> 193 </td> 194 <td width="70%"> 207 195 208 196 <p>8-bit signed integer,</p> 209 197 </td> 210 <td width="61%"> 211 </td> 212 <tr valign="top" align="left"> 213 <td width="19%"></td> 214 <td width="6%"> 215 216 <p><i>sshort</i></p> 217 </td> 218 <td width="6%"></td> 219 <td width="6%"> 198 <tr valign="top" align="left"> 199 <td width="19%"></td> 200 <td width="10%"> 201 202 <p><b>sshort</b></p> 203 </td> 204 <td width="70%"> 220 205 221 206 <p>16-bit signed integer,</p> 222 207 </td> 223 <td width="61%"> 224 </td> 225 <tr valign="top" align="left"> 226 <td width="19%"></td> 227 <td width="6%"> 228 229 <p><i>slong</i></p> 230 </td> 231 <td width="6%"></td> 232 <td width="6%"> 208 <tr valign="top" align="left"> 209 <td width="19%"></td> 210 <td width="10%"> 211 212 <p><b>slong</b></p> 213 </td> 214 <td width="70%"> 233 215 234 216 <p>32-bit signed integer,</p> 235 217 </td> 236 <td width="61%"> 237 </td> 238 <tr valign="top" align="left"> 239 <td width="19%"></td> 240 <td width="6%"> 241 242 <p><i>float</i></p> 243 </td> 244 <td width="6%"></td> 245 <td width="6%"> 218 <tr valign="top" align="left"> 219 <td width="19%"></td> 220 <td width="10%"> 221 222 <p><b>float</b></p> 223 </td> 224 <td width="70%"> 246 225 247 226 <p>32-bit IEEE floating point,</p> 248 227 </td> 249 <td width="61%"> 250 </td> 251 <tr valign="top" align="left"> 252 <td width="19%"></td> 253 <td width="6%"> 254 255 <p><i>double</i></p> 256 </td> 257 <td width="6%"></td> 258 <td width="6%"> 259 260 <p>64-bit IEEE floating point,</p> 261 </td> 262 <td width="61%"> 263 </td> 264 </table> 265 <!-- INDENTATION --> 266 <table width="100%" border=0 rules="none" frame="void" 267 cols="2" cellspacing="0" cellpadding="0"> 268 <tr valign="top" align="left"> 269 <td width="8%"></td> 270 <td width="91%"> 271 <p><b>−i config</b></p></td> 228 <tr valign="top" align="left"> 229 <td width="19%"></td> 230 <td width="10%"> 231 232 <p><b>double</b></p> 233 </td> 234 <td width="70%"> 235 236 <p>64-bit IEEE floating point.</p> 237 </td> 238 </table> 239 <!-- INDENTATION --> 240 <table width="100%" border=0 rules="none" frame="void" 241 cols="2" cellspacing="0" cellpadding="0"> 242 <tr valign="top" align="left"> 243 <td width="8%"></td> 244 <td width="91%"> 245 <p><b>−i</b> <i>config</i></p></td> 272 246 </table> 273 247 <!-- INDENTATION --> … … 278 252 <td width="80%"> 279 253 <p>type of samples interleaving in input image, where 280 < b>config</b> may be:</p></td>254 <i>config</i> may be:</p></td> 281 255 </table> 282 256 <!-- TABS --> 283 257 <table width="100%" border=0 rules="none" frame="void" 284 cols="5" cellspacing="0" cellpadding="0"> 285 <tr valign="top" align="left"> 286 <td width="19%"></td> 287 <td width="6%"> 288 289 <p><i>pixel</i></p> 290 </td> 291 <td width="6%"></td> 292 <td width="6%"> 258 cols="3" cellspacing="0" cellpadding="0"> 259 <tr valign="top" align="left"> 260 <td width="19%"></td> 261 <td width="8%"> 262 263 <p><b>pixel</b></p> 264 </td> 265 <td width="71%"> 293 266 294 267 <p>pixel interleaved data (default),</p> 295 268 </td> 296 <td width="61%"> 297 </td> 298 <tr valign="top" align="left"> 299 <td width="19%"></td> 300 <td width="6%"> 301 302 <p><i>band</i></p> 303 </td> 304 <td width="6%"> 305 </td> 306 <td width="6%"> 269 <tr valign="top" align="left"> 270 <td width="19%"></td> 271 <td width="8%"> 272 273 <p><b>band</b></p> 274 </td> 275 <td width="71%"> 307 276 308 277 <p>band interleaved data.</p> 309 278 </td> 310 <td width="61%"> 311 </td> 312 </table> 313 <!-- INDENTATION --> 314 <table width="100%" border=0 rules="none" frame="void" 315 cols="2" cellspacing="0" cellpadding="0"> 316 <tr valign="top" align="left"> 317 <td width="8%"></td> 318 <td width="91%"> 319 <p><b>−p photo</b></p></td> 279 </table> 280 <!-- INDENTATION --> 281 <table width="100%" border=0 rules="none" frame="void" 282 cols="2" cellspacing="0" cellpadding="0"> 283 <tr valign="top" align="left"> 284 <td width="8%"></td> 285 <td width="91%"> 286 <p><b>−p</b> <i>photo</i></p></td> 320 287 </table> 321 288 <!-- INDENTATION --> … … 326 293 <td width="80%"> 327 294 <p>photometric interpretation (color space) of the input 328 image, where <b>photo</b> may be:<i><br> 329 miniswhite</i> white color represented with 0 value,<i><br> 330 minisblack</i> black color represented with 0 value 331 (default),</p></td> 295 image, where <i>photo</i> may be:</p></td> 332 296 </table> 333 297 <!-- TABS --> 334 298 <table width="100%" border=0 rules="none" frame="void" 335 cols="6" cellspacing="0" cellpadding="0"> 336 <tr valign="top" align="left"> 337 <td width="19%"></td> 338 <td width="6%"> 339 340 <p><i>rgb</i></p> 341 </td> 342 <td width="6%"> 343 </td> 344 <td width="6%"> 299 cols="3" cellspacing="0" cellpadding="0"> 300 <tr valign="top" align="left"> 301 <td width="19%"></td> 302 <td width="15%"> 303 304 <p><b>miniswhite</b></p> 305 </td> 306 <td width="65%"> 307 308 <p>white color represented with 0 value,</p> 309 </td> 310 <tr valign="top" align="left"> 311 <td width="19%"></td> 312 <td width="15%"> 313 314 <p><b>minisblack</b></p> 315 </td> 316 <td width="65%"> 317 318 <p>black color represented with 0 value (default),</p> 319 </td> 320 <tr valign="top" align="left"> 321 <td width="19%"></td> 322 <td width="15%"> 323 324 <p><b>rgb</b></p> 325 </td> 326 <td width="65%"> 345 327 346 328 <p>image has RGB color model,</p> 347 329 </td> 348 <td width="6%"></td> 349 <td width="55%"> 350 </td> 351 <tr valign="top" align="left"> 352 <td width="19%"></td> 353 <td width="6%"> 354 355 <p><i>cmyk</i></p> 356 </td> 357 <td width="6%"> 358 </td> 359 <td width="6%"> 330 <tr valign="top" align="left"> 331 <td width="19%"></td> 332 <td width="15%"> 333 334 <p><b>cmyk</b></p> 335 </td> 336 <td width="65%"> 360 337 361 338 <p>image has CMYK (separated) color model,</p> 362 339 </td> 363 <td width="6%"></td> 364 <td width="55%"> 365 </td> 366 <tr valign="top" align="left"> 367 <td width="19%"></td> 368 <td width="6%"> 369 370 <p><i>ycbcr</i></p> 371 </td> 372 <td width="6%"></td> 373 <td width="6%"> 374 </td> 375 <td width="6%"> 340 <tr valign="top" align="left"> 341 <td width="19%"></td> 342 <td width="15%"> 343 344 <p><b>ycbcr</b></p> 345 </td> 346 <td width="65%"> 376 347 377 348 <p>image has YCbCr color model,</p> 378 349 </td> 379 <td width="55%"> 380 </td> 381 <tr valign="top" align="left"> 382 <td width="19%"></td> 383 <td width="6%"> 384 385 <p><i>cielab</i></p> 386 </td> 387 <td width="6%"></td> 388 <td width="6%"> 350 <tr valign="top" align="left"> 351 <td width="19%"></td> 352 <td width="15%"> 353 354 <p><b>cielab</b></p> 355 </td> 356 <td width="65%"> 389 357 390 358 <p>image has CIE L*a*b color model,</p> 391 359 </td> 392 <td width="6%"></td> 393 <td width="55%"> 394 </td> 395 <tr valign="top" align="left"> 396 <td width="19%"></td> 397 <td width="6%"> 398 399 <p><i>icclab</i></p> 400 </td> 401 <td width="6%"></td> 402 <td width="6%"> 360 <tr valign="top" align="left"> 361 <td width="19%"></td> 362 <td width="15%"> 363 364 <p><b>icclab</b></p> 365 </td> 366 <td width="65%"> 403 367 404 368 <p>image has ICC L*a*b color model,</p> 405 369 </td> 406 <td width="6%"></td> 407 <td width="55%"> 408 </td> 409 <tr valign="top" align="left"> 410 <td width="19%"></td> 411 <td width="6%"> 412 413 <p><i>itulab</i></p> 414 </td> 415 <td width="6%"></td> 416 <td width="6%"> 417 418 <p>image has ITU L*a*b color model,</p> 419 </td> 420 <td width="6%"></td> 421 <td width="55%"> 370 <tr valign="top" align="left"> 371 <td width="19%"></td> 372 <td width="15%"> 373 374 <p><b>itulab</b></p> 375 </td> 376 <td width="65%"> 377 378 <p>image has ITU L*a*b color model.</p> 422 379 </td> 423 380 </table> … … 474 431 475 432 <p>Specify a compression scheme to use when writing image 476 data: <b>−c none</b> for no compression, <b> -c433 data: <b>−c none</b> for no compression, <b>−c 477 434 packbits</b> for the PackBits compression algorithm (the 478 default), <b> -c jpeg</b> for the baseline JPEG compression479 algorithm, <b>-c zip</b> for the Deflate compression 480 algorithm, and <b>−c lzw</b> for Lempel-Ziv & 481 Welch.</p>435 default), <b>−c jpeg</b> for the baseline JPEG 436 compression algorithm, <b>−c zip</b> for the Deflate 437 compression algorithm, and <b>−c lzw</b> for 438 Lempel-Ziv & Welch.</p> 482 439 </td> 483 440 <td width="0%"> … … 490 447 <td width="8%"></td> 491 448 <td width="91%"> 492 <p><b>−r <number></b></p></td>449 <p><b>−r</b> <i>number</i></p></td> 493 450 </table> 494 451 <!-- INDENTATION --> -
trunk/src/3rdparty/libtiff/html/man/rgb2ycbcr.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:12 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:19 2007 --> 3 3 <html> 4 4 <head> … … 83 83 84 84 <p>Specify a compression scheme to use when writing image 85 data: <b>−c none</b> for no compression, <b> -c85 data: <b>−c none</b> for no compression, <b>−c 86 86 packbits</b> for the PackBits compression algorithm (the 87 default), <b>-c jpeg</b> for the JPEG compression algorithm, 88 <b>-c zip</b> for the deflate compression algorithm, and 89 <b>−c lzw</b> for Lempel-Ziv & Welch.</p> 87 default), <b>−c jpeg</b> for the JPEG compression 88 algorithm, <b>−c zip</b> for the deflate compression 89 algorithm, and <b>−c lzw</b> for Lempel-Ziv & 90 Welch.</p> 90 91 </td> 91 92 <td width="0%"> -
trunk/src/3rdparty/libtiff/html/man/sgi2tiff.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:12 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:19 2007 --> 3 3 <html> 4 4 <head> … … 75 75 76 76 <p>Specify a compression scheme to use when writing image 77 data: <b>−c none</b> for no compression, <b> -c78 packbits</b> for the PackBits compression algorithm), <b>-c79 jpeg</b> for the baseline JPEG compression algorithm, <b>-c 80 zip</b> for the Deflate compression algorithm, and 81 <b>−c lzw</b> for Lempel-Ziv & Welch (the 82 default).</p>77 data: <b>−c none</b> for no compression, <b>−c 78 packbits</b> for the PackBits compression algorithm), 79 <b>−c jpeg</b> for the baseline JPEG compression 80 algorithm, <b>−c zip</b> for the Deflate compression 81 algorithm, and <b>−c lzw</b> for Lempel-Ziv & 82 Welch (the default).</p> 83 83 </td> 84 84 <td width="0%"> -
trunk/src/3rdparty/libtiff/html/man/thumbnail.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:12 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:19 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/tiff2bw.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:12 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:19 2007 --> 3 3 <html> 4 4 <head> … … 37 37 <td width="8%"></td> 38 38 <td width="91%"> 39 <p><b>tiff2bw</b> [ options] <i>input.tif39 <p><b>tiff2bw</b> [ <i>options</i> ] <i>input.tif 40 40 output.tif</i></p> 41 41 </td> … … 74 74 75 75 <p>Specify a compression scheme to use when writing image 76 data: <b>−c none</b> for no compression, <b>-c 77 packbits</b> for the PackBits compression algorithm, <b>-c 78 zip</b> for the Deflate compression algorithm, <b>-c g3</b> 79 for the CCITT Group 3 compression algorithm, <b>-c g4</b> 80 for the CCITT Group 4 compression algorithm, and <b>−c 81 lzw</b> for Lempel-Ziv & Welch (the default).</p> 76 data: <b>−c none</b> for no compression, <b>−c 77 packbits</b> for the PackBits compression algorithm, 78 <b>−c zip</b> for the Deflate compression algorithm, 79 <b>−c g3</b> for the CCITT Group 3 compression 80 algorithm, <b>−c g4</b> for the CCITT Group 4 81 compression algorithm, and <b>−c lzw</b> for 82 Lempel-Ziv & Welch (the default).</p> 82 83 </td> 83 84 <td width="0%"> -
trunk/src/3rdparty/libtiff/html/man/tiff2pdf.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:12 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:19 2007 --> 3 3 <html> 4 4 <head> … … 27 27 <td width="10%"></td> 28 28 <td width="89%"> 29 <p>tiff2pdf - convert a TIFF image to a PDF document</p> 29 <p>tiff2pdf − convert a TIFF image to a PDF 30 document</p> 30 31 </td> 31 32 </table> … … 38 39 <td width="10%"></td> 39 40 <td width="89%"> 40 <p><b>tiff2pdf [</b> <i>options</i> <b>]</b> 41 <i>input.tiff</i></p> 41 <p><b>tiff2pdf</b> [ <i>options</i> ] <i>input.tiff</i></p> 42 42 </td> 43 43 </table> … … 50 50 <td width="10%"></td> 51 51 <td width="89%"> 52 <p>< b>tiff2pdf</b> opens a TIFF image and writes a PDF52 <p><i>tiff2pdf</i> opens a TIFF image and writes a PDF 53 53 document to standard output.</p> 54 54 <!-- INDENTATION --> … … 68 68 <!-- INDENTATION --> 69 69 <p>The standard output is standard output. Set the output 70 file name with the <b>-o</b><i>output.pdf</i> option.</p> 70 file name with the <b>−o</b> <i>output.pdf</i> 71 option.</p> 71 72 <!-- INDENTATION --> 72 73 <p>All black and white files are compressed into a single … … 110 111 <!-- INDENTATION --> 111 112 <p>Various items of the output document information can be 112 set with the <b>−e, −c, −a, −t, 113 −s,</b> and <b>−k</b> options. Setting the 114 argument of the option to "" for these tags causes 115 the relevant document information field to be not written. 116 Some of the document information values otherwise get their 117 information from the input TIFF image, the software, author, 118 document name, and image description.</p> 113 set with the <b>−e</b>, <b>−c</b>, 114 <b>−a</b>, <b>−t</b>, <b>−s</b>, and 115 <b>−k</b> options. Setting the argument of the option 116 to "" for these tags causes the relevant document 117 information field to be not written. Some of the document 118 information values otherwise get their information from the 119 input TIFF image, the software, author, document name, and 120 image description.</p> 119 121 <!-- INDENTATION --> 120 122 <p>The Portable Document Format (PDF) specification is … … 130 132 <td width="10%"></td> 131 133 <td width="89%"> 132 <p><b>−o</b> <i>output-file</i></p></td>133 </table> 134 <!-- INDENTATION --> 135 <table width="100%" border=0 rules="none" frame="void" 136 cols="2" cellspacing="0" cellpadding="0"> 137 <tr valign="top" align="left"> 138 <td width="21%"></td> 139 <td width="77%"> 140 <p>Set the output to go to file <i>output-file</i></p>134 <p><b>−o</b> <i>output-file</i></p></td> 135 </table> 136 <!-- INDENTATION --> 137 <table width="100%" border=0 rules="none" frame="void" 138 cols="2" cellspacing="0" cellpadding="0"> 139 <tr valign="top" align="left"> 140 <td width="21%"></td> 141 <td width="77%"> 142 <p>Set the output to go to file. <i>output-file</i></p> 141 143 </td> 142 144 </table> … … 153 155 <td width="77%"> 154 156 155 <p>Compress with JPEG (requires libjpeg configured with156 libtiff).</p>157 <p>Compress with JPEG (requires <i>libjpeg</i> configured 158 with <i>libtiff</i>).</p> 157 159 </td> 158 160 <tr valign="top" align="left"> … … 165 167 <td width="77%"> 166 168 167 <p>Compress with Zip/Deflate (requires zlib configured with168 libtiff).</p>169 </td> 170 </table> 171 <!-- INDENTATION --> 172 <table width="100%" border=0 rules="none" frame="void" 173 cols="2" cellspacing="0" cellpadding="0"> 174 <tr valign="top" align="left"> 175 <td width="10%"></td> 176 <td width="89%"> 177 <p><b>−q</b> <i>quality</i></p></td>169 <p>Compress with Zip/Deflate (requires <i>zlib</i> 170 configured with <i>libtiff</i>).</p> 171 </td> 172 </table> 173 <!-- INDENTATION --> 174 <table width="100%" border=0 rules="none" frame="void" 175 cols="2" cellspacing="0" cellpadding="0"> 176 <tr valign="top" align="left"> 177 <td width="10%"></td> 178 <td width="89%"> 179 <p><b>−q</b> <i>quality</i></p></td> 178 180 </table> 179 181 <!-- INDENTATION --> … … 210 212 <td width="77%"> 211 213 212 <p>Set PDF "Interpolate" user preference.</p> 214 <p>Set PDF ‘‘Interpolate’’ user 215 preference.</p> 213 216 </td> 214 217 <tr valign="top" align="left"> … … 241 244 <td width="10%"></td> 242 245 <td width="89%"> 243 <p><b>−p</b> <i>paper-size</i></p></td>244 </table> 245 <!-- INDENTATION --> 246 <table width="100%" border=0 rules="none" frame="void" 247 cols="2" cellspacing="0" cellpadding="0"> 248 <tr valign="top" align="left"> 249 <td width="21%"></td> 250 <td width="77%"> 251 <p>Set paper size, e g "letter", "legal",252 "A4".</p>253 </td> 254 </table> 255 <!-- INDENTATION --> 256 <table width="100%" border=0 rules="none" frame="void" 257 cols="2" cellspacing="0" cellpadding="0"> 258 <tr valign="top" align="left"> 259 <td width="10%"></td> 260 <td width="89%"> 261 <p><b>−u</b> <i>[i|m]</i></p></td>262 </table> 263 <!-- INDENTATION --> 264 <table width="100%" border=0 rules="none" frame="void" 265 cols="2" cellspacing="0" cellpadding="0"> 266 <tr valign="top" align="left"> 267 <td width="21%"></td> 268 <td width="77%"> 269 <p>Set distance unit, < i>i</i> for inch, <i>m</i> for246 <p><b>−p</b> <i>paper-size</i></p></td> 247 </table> 248 <!-- INDENTATION --> 249 <table width="100%" border=0 rules="none" frame="void" 250 cols="2" cellspacing="0" cellpadding="0"> 251 <tr valign="top" align="left"> 252 <td width="21%"></td> 253 <td width="77%"> 254 <p>Set paper size, e.g., <b>letter</b>, <b>legal</b>, 255 <b>A4</b>.</p> 256 </td> 257 </table> 258 <!-- INDENTATION --> 259 <table width="100%" border=0 rules="none" frame="void" 260 cols="2" cellspacing="0" cellpadding="0"> 261 <tr valign="top" align="left"> 262 <td width="10%"></td> 263 <td width="89%"> 264 <p><b>−u</b> [<b>i</b>|<b>m</b>]</p></td> 265 </table> 266 <!-- INDENTATION --> 267 <table width="100%" border=0 rules="none" frame="void" 268 cols="2" cellspacing="0" cellpadding="0"> 269 <tr valign="top" align="left"> 270 <td width="21%"></td> 271 <td width="77%"> 272 <p>Set distance unit, <b>i</b> for inch, <b>m</b> for 270 273 centimeter.</p> 271 274 </td> … … 277 280 <td width="10%"></td> 278 281 <td width="89%"> 279 <p><b>−w</b> <i>width</i></p></td>282 <p><b>−w</b> <i>width</i></p></td> 280 283 </table> 281 284 <!-- INDENTATION --> … … 294 297 <td width="10%"></td> 295 298 <td width="89%"> 296 <p><b>−l</b> <i>length</i></p></td>299 <p><b>−l</b> <i>length</i></p></td> 297 300 </table> 298 301 <!-- INDENTATION --> … … 305 308 </td> 306 309 </table> 310 <!-- INDENTATION --> 311 <table width="100%" border=0 rules="none" frame="void" 312 cols="2" cellspacing="0" cellpadding="0"> 313 <tr valign="top" align="left"> 314 <td width="10%"></td> 315 <td width="89%"> 316 <p><b>−x</b> <i>xres</i></p></td> 317 </table> 318 <!-- INDENTATION --> 319 <table width="100%" border=0 rules="none" frame="void" 320 cols="2" cellspacing="0" cellpadding="0"> 321 <tr valign="top" align="left"> 322 <td width="21%"></td> 323 <td width="77%"> 324 <p>Set x/width resolution default.</p> 325 </td> 326 </table> 327 <!-- INDENTATION --> 328 <table width="100%" border=0 rules="none" frame="void" 329 cols="2" cellspacing="0" cellpadding="0"> 330 <tr valign="top" align="left"> 331 <td width="10%"></td> 332 <td width="89%"> 333 <p><b>−y</b> <i>yres</i></p></td> 334 </table> 335 <!-- INDENTATION --> 336 <table width="100%" border=0 rules="none" frame="void" 337 cols="2" cellspacing="0" cellpadding="0"> 338 <tr valign="top" align="left"> 339 <td width="21%"></td> 340 <td width="77%"> 341 <p>Set y/length resolution default.</p> 342 </td> 343 </table> 344 <!-- INDENTATION --> 345 <table width="100%" border=0 rules="none" frame="void" 346 cols="2" cellspacing="0" cellpadding="0"> 347 <tr valign="top" align="left"> 348 <td width="10%"></td> 349 <td width="89%"> 350 <p><b>−r</b> [<b>d</b>|<b>o</b>]</p></td> 351 </table> 352 <!-- INDENTATION --> 353 <table width="100%" border=0 rules="none" frame="void" 354 cols="2" cellspacing="0" cellpadding="0"> 355 <tr valign="top" align="left"> 356 <td width="21%"></td> 357 <td width="77%"> 358 <p>Set <b>d</b> for resolution default for images without 359 resolution, <b>o</b> for resolution override for all 360 images.</p> 361 </td> 362 </table> 307 363 <!-- TABS --> 308 364 <table width="100%" border=0 rules="none" frame="void" … … 310 366 <tr valign="top" align="left"> 311 367 <td width="11%"></td> 312 <td width=" 8%">313 314 <p><b>− x</b><i>xres</i></p>368 <td width="2%"> 369 370 <p><b>−f</b></p> 315 371 </td> 316 372 <td width="13%"></td> 317 <td width="47%"> 318 319 <p>Set x/width resolution default.</p> 320 </td> 321 <td width="19%"> 322 </td> 323 <tr valign="top" align="left"> 324 <td width="11%"></td> 325 <td width="8%"> 326 327 <p><b>−y</b><i>yres</i></p> 328 </td> 329 <td width="13%"></td> 330 <td width="47%"> 331 332 <p>Set y/length resolution default.</p> 333 </td> 334 <td width="19%"> 335 </td> 336 </table> 337 <!-- INDENTATION --> 338 <table width="100%" border=0 rules="none" frame="void" 339 cols="2" cellspacing="0" cellpadding="0"> 340 <tr valign="top" align="left"> 341 <td width="10%"></td> 342 <td width="89%"> 343 <p><b>−r</b><i>[d|o]</i></p></td> 344 </table> 345 <!-- INDENTATION --> 346 <table width="100%" border=0 rules="none" frame="void" 347 cols="2" cellspacing="0" cellpadding="0"> 348 <tr valign="top" align="left"> 349 <td width="21%"></td> 350 <td width="77%"> 351 <p>Set <i>d</i> for resolution default for images without 352 resolution, <i>o for resolution override for all 353 images.</i></p> 354 </td> 355 </table> 356 <!-- TABS --> 357 <table width="100%" border=0 rules="none" frame="void" 358 cols="5" cellspacing="0" cellpadding="0"> 359 <tr valign="top" align="left"> 360 <td width="11%"></td> 361 <td width="2%"> 362 363 <p><b>−f</b></p> 364 </td> 365 <td width="13%"></td> 366 <td width="54%"> 367 368 <p>Set PDF "Fit Window" user preference.</p> 369 </td> 370 <td width="17%"> 371 </td> 372 </table> 373 <!-- INDENTATION --> 374 <table width="100%" border=0 rules="none" frame="void" 375 cols="2" cellspacing="0" cellpadding="0"> 376 <tr valign="top" align="left"> 377 <td width="10%"></td> 378 <td width="89%"> 379 <p><b>−e</b><i>YYYYMMDDHHMMSS</i></p></td> 373 <td width="57%"> 374 375 <p>Set PDF ‘‘Fit Window’’ user 376 preference.</p> 377 </td> 378 <td width="14%"> 379 </td> 380 </table> 381 <!-- INDENTATION --> 382 <table width="100%" border=0 rules="none" frame="void" 383 cols="2" cellspacing="0" cellpadding="0"> 384 <tr valign="top" align="left"> 385 <td width="10%"></td> 386 <td width="89%"> 387 <p><b>−e</b> <i>YYYYMMDDHHMMSS</i></p></td> 380 388 </table> 381 389 <!-- INDENTATION --> … … 395 403 <td width="10%"></td> 396 404 <td width="89%"> 397 <p><b>−c</b> <i>creator</i></p></td>405 <p><b>−c</b> <i>creator</i></p></td> 398 406 </table> 399 407 <!-- INDENTATION --> … … 413 421 <td width="10%"></td> 414 422 <td width="89%"> 415 <p><b>−a</b> <i>author</i></p></td>423 <p><b>−a</b> <i>author</i></p></td> 416 424 </table> 417 425 <!-- INDENTATION --> … … 422 430 <td width="77%"> 423 431 <p>Set document information author, overrides image artist 424 default </p>425 </td> 426 </table> 427 <!-- INDENTATION --> 428 <table width="100%" border=0 rules="none" frame="void" 429 cols="2" cellspacing="0" cellpadding="0"> 430 <tr valign="top" align="left"> 431 <td width="10%"></td> 432 <td width="89%"> 433 <p><b>−t</b> <i>title</i></p></td>432 default.</p> 433 </td> 434 </table> 435 <!-- INDENTATION --> 436 <table width="100%" border=0 rules="none" frame="void" 437 cols="2" cellspacing="0" cellpadding="0"> 438 <tr valign="top" align="left"> 439 <td width="10%"></td> 440 <td width="89%"> 441 <p><b>−t</b> <i>title</i></p></td> 434 442 </table> 435 443 <!-- INDENTATION --> … … 440 448 <td width="77%"> 441 449 <p>Set document information title, overrides image document 442 name default </p>443 </td> 444 </table> 445 <!-- INDENTATION --> 446 <table width="100%" border=0 rules="none" frame="void" 447 cols="2" cellspacing="0" cellpadding="0"> 448 <tr valign="top" align="left"> 449 <td width="10%"></td> 450 <td width="89%"> 451 <p><b>−s</b> <i>subject</i></p></td>450 name default.</p> 451 </td> 452 </table> 453 <!-- INDENTATION --> 454 <table width="100%" border=0 rules="none" frame="void" 455 cols="2" cellspacing="0" cellpadding="0"> 456 <tr valign="top" align="left"> 457 <td width="10%"></td> 458 <td width="89%"> 459 <p><b>−s</b> <i>subject</i></p></td> 452 460 </table> 453 461 <!-- INDENTATION --> … … 458 466 <td width="77%"> 459 467 <p>Set document information subject, overrides image image 460 description default </p>461 </td> 462 </table> 463 <!-- INDENTATION --> 464 <table width="100%" border=0 rules="none" frame="void" 465 cols="2" cellspacing="0" cellpadding="0"> 466 <tr valign="top" align="left"> 467 <td width="10%"></td> 468 <td width="89%"> 469 <p><b>−k</b> <i>keywords</i></p></td>468 description default.</p> 469 </td> 470 </table> 471 <!-- INDENTATION --> 472 <table width="100%" border=0 rules="none" frame="void" 473 cols="2" cellspacing="0" cellpadding="0"> 474 <tr valign="top" align="left"> 475 <td width="10%"></td> 476 <td width="89%"> 477 <p><b>−k</b> <i>keywords</i></p></td> 470 478 </table> 471 479 <!-- INDENTATION --> … … 494 502 <td width="14%"> 495 503 </td> 496 <tr valign="top" align="left"> 497 <td width="11%"></td> 498 <td width="2%"> 499 </td> 500 <td width="13%"></td> 501 <td width="57%"> 504 </table> 502 505 <a name="EXAMPLES"></a> 503 506 <h2>EXAMPLES</h2> … … 517 520 <td width="20%"></td> 518 521 <td width="79%"> 519 <p>tiff2pdf -o output.pdf input.tiff</p></td> 520 </table> 521 <!-- INDENTATION --> 522 <pre>tiff2pdf −o output.pdf input.tiff 523 </pre> 524 </td> 525 </table> 526 <!-- INDENTATION --> 527 522 528 <table width="100%" border=0 rules="none" frame="void" 523 529 cols="2" cellspacing="0" cellpadding="0"> … … 526 532 <td width="89%"> 527 533 <p>The following example would generate PDF output from 528 input.tiff and write it to standard output.</p> 529 </td> 534 input.tiff and write it to standard output.</p></td> 530 535 </table> 531 536 <!-- INDENTATION --> … … 535 540 <td width="20%"></td> 536 541 <td width="79%"> 537 <p>tiff2pdf input.tiff</p></td> 538 </table> 539 <!-- INDENTATION --> 542 <pre>tiff2pdf input.tiff 543 </pre> 544 </td> 545 </table> 546 <!-- INDENTATION --> 547 540 548 <table width="100%" border=0 rules="none" frame="void" 541 549 cols="2" cellspacing="0" cellpadding="0"> … … 546 554 from input.tiff, putting the image pages on a letter sized 547 555 page, compressing the output with JPEG, with JPEG quality 548 75, setting the title to "Document", and setting549 the "Fit Window" option.</p> 550 </td>556 75, setting the title to 557 ‘‘Document’’, and setting the 558 ‘‘Fit Window’’ option.</p></td> 551 559 </table> 552 560 <!-- INDENTATION --> … … 556 564 <td width="20%"></td> 557 565 <td width="79%"> 558 <p>tiff2pdf -p letter -j -q 75 -t "Document" -f -o 559 output.pdf input.tiff</p></td> 566 <pre>tiff2pdf −p letter −j −q 75 −t "Document" −f −o output.pdf input.tiff 567 </pre> 568 </td> 560 569 </table> 561 570 <a name="BUGS"></a> 562 571 <h2>BUGS</h2> 563 572 <!-- INDENTATION --> 573 564 574 <table width="100%" border=0 rules="none" frame="void" 565 575 cols="2" cellspacing="0" cellpadding="0"> … … 588 598 <td width="10%"></td> 589 599 <td width="89%"> 590 <p><b>libtiff</b>(3) <b>, tiffcp</b>(1)<b>,591 tiff2ps</b>(1)</p>600 <p><b>libtiff</b>(3), <b>tiffcp</b>(1), 601 <b>tiff2ps</b>(1)</p> 592 602 <!-- INDENTATION --> 593 603 <p>Libtiff library home page: -
trunk/src/3rdparty/libtiff/html/man/tiff2ps.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:13 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:19 2007 --> 3 3 <html> 4 4 <head> … … 16 16 <a href="#EXAMPLES">EXAMPLES</a><br> 17 17 <a href="#BUGS">BUGS</a><br> 18 <a href="#BUGS">BUGS</a><br>19 18 <a href="#SEE ALSO">SEE ALSO</a><br> 20 19 … … 29 28 <td width="91%"> 30 29 <p>tiff2ps − convert a <small>TIFF</small> image to 31 ™</p>30 PostScript™</p> 32 31 </td> 33 32 </table> … … 53 52 <td width="91%"> 54 53 <p><i>tiff2ps</i> reads <small>TIFF</small> images and 55 writes or Encapsulated (EPS) on the standard output. By 56 default, <i>tiff2ps</i> writes Encapsulated for the first 57 image in the specified <small>TIFF</small> image file.</p> 58 <!-- INDENTATION --> 59 <p>By default, <i>tiff2ps</i> will generate that fills a 60 printed area specified by the <small>TIFF</small> tags in 61 the input file. If the file does not contain 54 writes PostScript or Encapsulated PostScript (EPS) on the 55 standard output. By default, <i>tiff2ps</i> writes 56 Encapsulated PostScript for the first image in the specified 57 <small>TIFF</small> image file.</p> 58 <!-- INDENTATION --> 59 <p>By default, <i>tiff2ps</i> will generate PostScript that 60 fills a printed area specified by the <small>TIFF</small> 61 tags in the input file. If the file does not contain 62 62 <i>XResolution</i> or <i>YResolution</i> tags, then the 63 63 printed area is set according to the image dimensions. The … … 66 66 overriding any relevant <small>TIFF</small> tags.</p> 67 67 <!-- INDENTATION --> 68 <p>The generated for <small>RGB,</small> palette, and 69 <small>CMYK</small> images uses the <i>colorimage</i> 70 operator. The generated for greyscale and bilevel images 71 uses the <i>image</i> operator. When the <i>colorimage</i> 72 operator is used, code to emulate this operator on older 73 printers is also generated. Note that this emulation code 74 can be very slow.</p> 68 <p>The PostScript generated for <small>RGB,</small> palette, 69 and <small>CMYK</small> images uses the <i>colorimage</i> 70 operator. The PostScript generated for greyscale and bilevel 71 images uses the <i>image</i> operator. When the 72 <i>colorimage</i> operator is used, PostScript code to 73 emulate this operator on older PostScript printers is also 74 generated. Note that this emulation code can be very 75 slow.</p> 75 76 <!-- INDENTATION --> 76 77 <p>Color images with associated alpha data are composited … … 92 93 <td width="80%"> 93 94 94 <p>Generate Level 1 (the default).</p>95 <p>Generate PostScript Level 1 (the default).</p> 95 96 </td> 96 97 <td width="0%"> … … 105 106 <td width="80%"> 106 107 107 <p>Generate Level 2.</p>108 <p>Generate PostScript Level 2.</p> 108 109 </td> 109 110 <td width="0%"> … … 118 119 <td width="80%"> 119 120 120 <p>Generate Level 3. It basically allows one to use the 121 /flateDecode filter for ZIP compressed TIFF images.</p> 121 <p>Generate PostScript Level 3. It basically allows one to 122 use the /flateDecode filter for ZIP compressed TIFF 123 images.</p> 122 124 </td> 123 125 <td width="0%"> … … 161 163 162 164 <p>Center the image in the output. This option only shows 163 an effect if both the -w and the -h option are given.</p> 165 an effect if both the <b>−w</b> and the 166 <b>−h</b> option are given.</p> 164 167 </td> 165 168 <td width="0%"> … … 175 178 176 179 <p>Set the initial <small>TIFF</small> directory to the 177 specified directory number. (NB: directories are numbered180 specified directory number. (NB: Directories are numbered 178 181 starting at zero.) This option is useful for selecting 179 182 individual pages in a multi-page (e.g. facsimile) file.</p> … … 190 193 <td width="80%"> 191 194 192 <p>Force the generation of Encapsulated (implies -z).</p> 195 <p>Force the generation of Encapsulated PostScript (implies 196 <b>−z</b>).</p> 193 197 </td> 194 198 <td width="0%"> … … 277 281 <td width="80%"> 278 282 279 <p>Where possible render using the < b>imagemask</b>280 operator instead of the image operator. When this option is 281 specified <i>tiff2ps</i> will use <b>imagemask</b> for 282 rendering 1 bit deep images. If this option is not specified 283 o r if the image depth is greater than 1 then the image284 operator is used.</p>283 <p>Where possible render using the <i>imagemask</i> 284 PostScript operator instead of the <i>image</i> operator. 285 When this option is specified <i>tiff2ps</i> will use 286 <i>imagemask</i> for rendering 1 bit deep images. If this 287 option is not specified or if the image depth is greater 288 than 1 then the <i>image</i> operator is used.</p> 285 289 </td> 286 290 <td width="0%"> … … 298 302 <small>IFD</small> at the specified file offset. This option 299 303 is useful for selecting thumbnail images and the like which 300 are hidden using the SubIFDtag.</p>304 are hidden using the <i>SubIFD</i> tag.</p> 301 305 </td> 302 306 <td width="0%"> … … 311 315 <td width="80%"> 312 316 313 <p>Force the generation of (non-Encapsulated) .</p> 317 <p>Force the generation of (non-Encapsulated) 318 PostScript.</p> 314 319 </td> 315 320 <td width="0%"> … … 393 398 <td width="80%"> 394 399 395 <p>When generating Level 2, data is scaled so that it does396 not image into the <i>deadzone</i> on a page (the outer 397 margin that the printing device is unable to mark). This 398 option suppresses this behavior. When Level 1 is generated, 399 data is imaged to the entire printed page and this option 400 has no affect.</p>400 <p>When generating PostScript Level 2, data is scaled so 401 that it does not image into the <i>deadzone</i> on a page 402 (the outer margin that the printing device is unable to 403 mark). This option suppresses this behavior. When PostScript 404 Level 1 is generated, data is imaged to the entire printed 405 page and this option has no affect.</p> 401 406 </td> 402 407 <td width="0%"> … … 411 416 <td width="8%"></td> 412 417 <td width="91%"> 413 <p>The following generates Level 2 for all pages of a414 facsimile:</p></td>418 <p>The following generates PostScript Level 2 for all pages 419 of a facsimile:</p></td> 415 420 </table> 416 421 <!-- INDENTATION --> … … 420 425 <td width="17%"></td> 421 426 <td width="82%"> 422 <pre>tiff2ps -a2 fax.tif | lpr427 <pre>tiff2ps −a2 fax.tif | lpr 423 428 </pre> 424 429 </td> … … 435 440 generated with the above command.</p> 436 441 <!-- INDENTATION --> 437 <p>To generate Encapsulated for a the image at directory 2438 of an image use:</p></td>442 <p>To generate Encapsulated PostScript for a the image at 443 directory 2 of an image use:</p></td> 439 444 </table> 440 445 <!-- INDENTATION --> … … 444 449 <td width="17%"></td> 445 450 <td width="82%"> 446 <pre>tiff2ps -d 1 foo.tif451 <pre>tiff2ps −d 1 foo.tif 447 452 </pre> 448 453 </td> … … 455 460 <td width="8%"></td> 456 461 <td width="91%"> 457 <p>( notice that directories are numbered starting at462 <p>(Notice that directories are numbered starting at 458 463 zero.)</p> 459 464 <!-- INDENTATION --> … … 467 472 <td width="17%"></td> 468 473 <td width="82%"> 469 <pre>tiff2ps -h11 -w8.5 -H14 -L.5 foo.tif > foo.ps474 <pre>tiff2ps −h11 −w8.5 −H14 −L.5 foo.tif > foo.ps 470 475 </pre> 471 476 </td> … … 496 501 <td width="8%"></td> 497 502 <td width="91%"> 498 <p>Because does not support the notion of a colormap, 8-bit 499 palette images produce 24-bit images. This conversion 500 results in output that is six times bigger than the original 501 image and which takes a long time to send to a printer over 502 a serial line. Matters are even worse for 4-, 2-, and 1-bit 503 palette images.</p> 504 </td> 505 </table> 506 <a name="BUGS"></a> 507 <h2>BUGS</h2> 508 <!-- INDENTATION --> 509 <table width="100%" border=0 rules="none" frame="void" 510 cols="2" cellspacing="0" cellpadding="0"> 511 <tr valign="top" align="left"> 512 <td width="8%"></td> 513 <td width="91%"> 514 <p>Does not handle tiled images when generating PS Level I 515 output.</p> 503 <p>Because PostScript does not support the notion of a 504 colormap, 8-bit palette images produce 24-bit PostScript 505 images. This conversion results in output that is six times 506 bigger than the original image and which takes a long time 507 to send to a printer over a serial line. Matters are even 508 worse for 4-, 2-, and 1-bit palette images.</p> 509 <!-- INDENTATION --> 510 <p>Does not handle tiled images when generating PostScript 511 Level I output.</p> 516 512 </td> 517 513 </table> -
trunk/src/3rdparty/libtiff/html/man/tiff2rgba.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:13 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:19 2007 --> 3 3 <html> 4 4 <head> … … 37 37 <td width="8%"></td> 38 38 <td width="91%"> 39 <p><b>tiff2rgba</b> [ options] <i>input.tif39 <p><b>tiff2rgba</b> [ <i>options</i> ] <i>input.tif 40 40 output.tif</i></p> 41 41 </td> … … 64 64 <!-- INDENTATION --> 65 65 <p>The generated images are stripped images with four 66 samples per pixel (red, green, blue and alpha) or if the -n67 flag is used, three samples per pixel (red, green, and 68 blue). The resulting images are always planar configuration 69 con tiguous. For this reason, this program is a useful70 u tility for transform exotic TIFF files into a form66 samples per pixel (red, green, blue and alpha) or if the 67 <b>−n</b> flag is used, three samples per pixel (red, 68 green, and blue). The resulting images are always planar 69 configuration contiguous. For this reason, this program is a 70 useful utility for transform exotic TIFF files into a form 71 71 ingestible by almost any TIFF supporting software.</p> 72 72 </td> … … 88 88 <p>Specify a compression scheme to use when writing image 89 89 data: <b>−c none</b> for no compression (the default), 90 <b>-c packbits</b> for the PackBits compression algorithm, 91 <b>-c zip</b> for the Deflate compression algorithm, <b>-c 92 jpeg</b> for the JPEG compression algorithm, and <b>−c 93 lzw</b> for Lempel-Ziv & Welch.</p> 90 <b>−c packbits</b> for the PackBits compression 91 algorithm, <b>−c zip</b> for the Deflate compression 92 algorithm, <b>−c jpeg</b> for the JPEG compression 93 algorithm, and <b>−c lzw</b> for Lempel-Ziv & 94 Welch.</p> 94 95 </td> 95 96 <td width="0%"> … … 136 137 137 138 <p>Drop the alpha component from the output file, producing 138 a pure RGB file. Currently this does not work if the -b flag139 is also in effect.</p>139 a pure RGB file. Currently this does not work if the 140 <b>−b</b> flag is also in effect.</p> 140 141 </td> 141 142 <td width="0%"> -
trunk/src/3rdparty/libtiff/html/man/tiffcmp.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:13 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:19 2007 --> 3 3 <html> 4 4 <head> … … 89 89 <td width="8%"></td> 90 90 <td width="91%"> 91 <p><b>−z number</b></p></td>91 <p><b>−z</b> <i>number</i></p></td> 92 92 </table> 93 93 <!-- INDENTATION --> … … 130 130 <!-- INDENTATION --> 131 131 <p>The image data of tiled files is not compared, since the 132 TIFFReadScanline() function is used. Aerror will be132 <i>TIFFReadScanline()</i> function is used. An error will be 133 133 reported for tiled files.</p> 134 134 <!-- INDENTATION --> -
trunk/src/3rdparty/libtiff/html/man/tiffcp.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:13 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:19 2007 --> 3 3 <html> 4 4 <head> … … 75 75 <td width="8%"></td> 76 76 <td width="91%"> 77 <p><b>−b image</b></p></td>77 <p><b>−b</b> <i>image</i></p></td> 78 78 </table> 79 79 <!-- INDENTATION --> … … 202 202 <td width="3%"> 203 203 204 <p><b>−i</b></p> 205 </td> 206 <td width="5%"></td> 207 <td width="80%"> 208 209 <p>Ignore non-fatal read errors and continue processing of 210 the input file.</p> 211 </td> 212 <td width="0%"> 213 </td> 214 <tr valign="top" align="left"> 215 <td width="10%"></td> 216 <td width="3%"> 217 204 218 <p><b>−l</b></p> 205 219 </td> … … 275 289 <b>0</b> is specified), <i>tiffcp</i> attempts to set the 276 290 rows/strip that no more than 8 kilobytes of data appear in a 277 strip. If you specify special value <b> -1</b> it will291 strip. If you specify special value <b>−1</b> it will 278 292 results in infinite number of the rows per strip. The entire 279 293 image will be the one strip in that case.</p> … … 335 349 <td width="8%"></td> 336 350 <td width="91%"> 337 <p><b>−,= {character}</b></p></td>351 <p><b>−,=</b><i>character</i></p></td> 338 352 </table> 339 353 <!-- INDENTATION --> … … 343 357 <td width="19%"></td> 344 358 <td width="80%"> 345 <p>substitute {character} for ’,’ in parsing346 image directory indices in files. This is necessary if 347 filenames contain commas. Note that ’,=’with359 <p>substitute <i>character</i> for ‘,’ in 360 parsing image directory indices in files. This is necessary 361 if filenames contain commas. Note that <b>−,=</b> with 348 362 whitespace immediately following will disable the special 349 meaning of the & rsquo;,’ entirely. See examples.</p>363 meaning of the ‘,’ entirely. See examples.</p> 350 364 </td> 351 365 </table> … … 367 381 <td width="17%"></td> 368 382 <td width="82%"> 369 <pre>tiffcp -c lzw a.tif b.tif result.tif383 <pre>tiffcp −c lzw a.tif b.tif result.tif 370 384 </pre> 371 385 </td> … … 388 402 <td width="17%"></td> 389 403 <td width="82%"> 390 <pre>tiffcp -c g4 -r 10000 g3.tif g4.tif404 <pre>tiffcp −c g4 −r 10000 g3.tif g4.tif 391 405 </pre> 392 406 </td> … … 404 418 <p>To extract a selected set of images from a multi-image 405 419 TIFF file, the file name may be immediately followed by a 406 & rsquo;,’ separated list of image directory indices.420 ‘,’ separated list of image directory indices. 407 421 The first image is always in directory 0. Thus, to copy the 408 1st and 3rd images of image file "album.tif" to 409 "result.tif":</p></td> 422 1st and 3rd images of image file 423 ‘‘album.tif’’ to 424 ‘‘result.tif’’:</p></td> 410 425 </table> 411 426 <!-- INDENTATION --> … … 426 441 <td width="8%"></td> 427 442 <td width="91%"> 428 <p>Given file "CCD.tif" whose first image is a 429 noise bias followed by images which include that bias, 430 subtract the noise from all those images following it (while 431 decompressing) with the command:</p></td> 432 </table> 433 <!-- INDENTATION --> 434 <table width="100%" border=0 rules="none" frame="void" 435 cols="2" cellspacing="0" cellpadding="0"> 436 <tr valign="top" align="left"> 437 <td width="17%"></td> 438 <td width="82%"> 439 <pre>tiffcp -c none -b CCD.tif CCD.tif,1, result.tif 443 <p>A trailing comma denotes remaining images in sequence. 444 The following command will copy all image with except the 445 first one:</p></td> 446 </table> 447 <!-- INDENTATION --> 448 <table width="100%" border=0 rules="none" frame="void" 449 cols="2" cellspacing="0" cellpadding="0"> 450 <tr valign="top" align="left"> 451 <td width="17%"></td> 452 <td width="82%"> 453 <pre>tiffcp album.tif,1, result.tif 440 454 </pre> 441 455 </td> … … 448 462 <td width="8%"></td> 449 463 <td width="91%"> 450 <p>If the file above were named "CCD,X.tif", the 451 "-,=" option would be required to correctly parse 452 this filename with image numbers, as follows:</p></td> 453 </table> 454 <!-- INDENTATION --> 455 <table width="100%" border=0 rules="none" frame="void" 456 cols="2" cellspacing="0" cellpadding="0"> 457 <tr valign="top" align="left"> 458 <td width="17%"></td> 459 <td width="82%"> 460 <pre>tiffcp -c none -,=% -b CCD,X.tif CCD,X%1%.tif result.tif 464 <p>Given file ‘‘CCD.tif’’ whose 465 first image is a noise bias followed by images which include 466 that bias, subtract the noise from all those images 467 following it (while decompressing) with the 468 command:</p></td> 469 </table> 470 <!-- INDENTATION --> 471 <table width="100%" border=0 rules="none" frame="void" 472 cols="2" cellspacing="0" cellpadding="0"> 473 <tr valign="top" align="left"> 474 <td width="17%"></td> 475 <td width="82%"> 476 <pre>tiffcp −c none −b CCD.tif CCD.tif,1, result.tif 477 </pre> 478 </td> 479 </table> 480 <!-- INDENTATION --> 481 482 <table width="100%" border=0 rules="none" frame="void" 483 cols="2" cellspacing="0" cellpadding="0"> 484 <tr valign="top" align="left"> 485 <td width="8%"></td> 486 <td width="91%"> 487 <p>If the file above were named 488 ‘‘CCD,X.tif’’, the <b>−,=</b> 489 option would be required to correctly parse this filename 490 with image numbers, as follows:</p></td> 491 </table> 492 <!-- INDENTATION --> 493 <table width="100%" border=0 rules="none" frame="void" 494 cols="2" cellspacing="0" cellpadding="0"> 495 <tr valign="top" align="left"> 496 <td width="17%"></td> 497 <td width="82%"> 498 <pre>tiffcp −c none −,=% −b CCD,X.tif CCD,X%1%.tif result.tif 461 499 462 500 </pre> -
trunk/src/3rdparty/libtiff/html/man/tiffdither.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:13 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:19 2007 --> 3 3 <html> 4 4 <head> … … 129 129 with the same fill order as the original. Specifying 130 130 <b>−f lsb2msb</b> will force data to be written with 131 the FillOrder tag set to <small>LSB2MSB ,</small> while 132 <b>−f msb2lsb</b> will force data to be written with 133 the FillOrder tag set to <small>MSB2LSB .</small></p> 131 the <i>FillOrder</i> tag set to <small>LSB2MSB ,</small> 132 while <b>−f msb2lsb</b> will force data to be written 133 with the <i>Fill- Order</i> tag set to <small>MSB2LSB 134 .</small></p> 134 135 </td> 135 136 <td width="0%"> -
trunk/src/3rdparty/libtiff/html/man/tiffdump.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:13 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:20 2007 --> 3 3 <html> 4 4 <head> … … 94 94 <td width="8%"></td> 95 95 <td width="91%"> 96 <p><b>−m items</b></p></td>96 <p><b>−m</b> <i>items</i></p></td> 97 97 </table> 98 98 <!-- INDENTATION --> … … 112 112 <td width="8%"></td> 113 113 <td width="91%"> 114 <p><b>−o offset</b></p></td>114 <p><b>−o</b> <i>offset</i></p></td> 115 115 </table> 116 116 <!-- INDENTATION --> -
trunk/src/3rdparty/libtiff/html/man/tiffgt.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:13 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:20 2007 --> 3 3 <html> 4 4 <head> … … 70 70 <td width="34%"> 71 71 72 <p> BitsPerSample</p>72 <p><i>BitsPerSample</i></p> 73 73 </td> 74 74 <td width="50%"> … … 80 80 <td width="34%"> 81 81 82 <p> SamplesPerPixel</p>82 <p><i>SamplesPerPixel</i></p> 83 83 </td> 84 84 <td width="50%"> … … 90 90 <td width="34%"> 91 91 92 <p> PhotometricInterpretation</p>92 <p><i>PhotometricInterpretation</i></p> 93 93 </td> 94 94 <td width="50%"> … … 101 101 <td width="34%"> 102 102 103 <p> PlanarConfiguration</p>103 <p><i>PlanarConfiguration</i></p> 104 104 </td> 105 105 <td width="50%"> … … 111 111 <td width="34%"> 112 112 113 <p> Orientation</p>113 <p><i>Orientation</i></p> 114 114 </td> 115 115 <td width="50%"> … … 451 451 <p>Override the value of the 452 452 <i>PhotometricInterpretation</i> tag; the parameter may be 453 one of: < i>miniswhite</i>, <i>minisblack</i>, <i>rgb</i>,454 < i>palette</i>, <i>mask</i>, <i>separated</i>, <i>ycbcr</i>,455 and < i>cielab</i>.</p>453 one of: <b>miniswhite</b>, <b>minisblack</b>, <b>rgb</b>, 454 <b>palette</b>, <b>mask</b>, <b>separated</b>, <b>ycbcr</b>, 455 and <b>cielab</b>.</p> 456 456 </td> 457 457 <td width="0%"> -
trunk/src/3rdparty/libtiff/html/man/tiffinfo.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:13 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:20 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/tiffmedian.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:13 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:20 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/tiffset.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:13 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:20 2007 --> 3 3 <html> 4 4 <head> … … 38 38 <td width="8%"></td> 39 39 <td width="91%"> 40 <p><b>tiffset</b> [ options] <i>filename.tif</i></p>40 <p><b>tiffset</b> [ <i>options</i> ] <i>filename.tif</i></p> 41 41 </td> 42 42 </table> … … 61 61 <td width="8%"></td> 62 62 <td width="91%"> 63 <p><b>−s tagnumber [count] value ...</b></p></td> 63 <p><b>−s</b> <i>tagnumber</i> [ <i>count</i> ] 64 <i>value ...</i></p></td> 64 65 </table> 65 66 <!-- INDENTATION --> … … 79 80 <td width="8%"></td> 80 81 <td width="91%"> 81 <p><b>−sf tagnumber filename</b></p></td>82 <p><b>−sf</b> <i>tagnumber filename</i></p></td> 82 83 </table> 83 84 <!-- INDENTATION --> … … 108 109 <td width="17%"></td> 109 110 <td width="82%"> 110 <pre>tiffset -sf 270 descrip a.tif111 <pre>tiffset −sf 270 descrip a.tif 111 112 </pre> 112 113 </td> … … 120 121 <td width="91%"> 121 122 <p>The following example sets the artist tag (315) of a.tif 122 to the string "Anonymous":</p></td> 123 to the string 124 ‘‘Anonymous’’:</p></td> 123 125 </table> 124 126 <!-- INDENTATION --> … … 128 130 <td width="17%"></td> 129 131 <td width="82%"> 130 <pre>tiffset -s 305 Anonymous a.tif132 <pre>tiffset −s 305 Anonymous a.tif 131 133 </pre> 132 134 </td> … … 148 150 <td width="17%"></td> 149 151 <td width="82%"> 150 <pre>tiffset -s 296 2 a.tif151 tiffset -s 282 300.0 a.tif152 tiffset -s 283 300.0 a.tif152 <pre>tiffset −s 296 2 a.tif 153 tiffset −s 282 300.0 a.tif 154 tiffset −s 283 300.0 a.tif 153 155 </pre> 154 156 </td> -
trunk/src/3rdparty/libtiff/html/man/tiffsplit.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:13 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:20 2007 --> 3 3 <html> 4 4 <head> -
trunk/src/3rdparty/libtiff/html/man/tiffsv.1.html
r2 r846 1 1 <!-- Creator : groff version 1.18.1 --> 2 <!-- CreationDate: Mon Mar 13 18:03:14 2006-->2 <!-- CreationDate: Fri Jul 13 17:43:20 2007 --> 3 3 <html> 4 4 <head> -
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> -
trunk/src/3rdparty/libtiff/html/tools.html
r2 r846 12 12 <p>This software distribution comes with a small collection of 13 13 programs for converting non-TIFF format images to TIFF and for 14 manipulating and inter ogating the contents of TIFF images. Several14 manipulating and interrogating the contents of TIFF images. Several 15 15 of these tools are useful in their own right. Many of them however 16 16 are more intended to serve as programming examples for using the … … 22 22 <tr> 23 23 <td valign="top" width="10%"> 24 <tt> tiffgt </tt></td>24 <tt><a href="man/tiffgt.1.html">tiffgt</a> </tt></td> 25 25 <td>Display the contents of one or more TIFF images using OpenGL. 26 26 The software makes extensive use of the <tt>TIFFRGBAImage</tt> … … 28 28 </tr> 29 29 <tr> 30 <td valign="top" width="10%"><tt> tiffsv</tt></td>30 <td valign="top" width="10%"><tt><a href="man/tiffsv.1.html">tiffsv</a></tt></td> 31 31 <td>A program to save all or part of a screen dump on a Silicon 32 32 Graphics system. As for <tt>tiffgt</tt> this code, while written to … … 38 38 <table border cellpadding="3"> 39 39 <tr> 40 <td valign="top" width="10%"><tt> bmp2tiff</tt></td>40 <td valign="top" width="10%"><tt><a href="man/bmp2tiff.1.html">bmp2tiff</a></tt></td> 41 41 <td>Convert BMP images to TIFF</td> 42 42 </tr> 43 43 <tr> 44 <td valign="top" width="10%"><tt> fax2ps</tt></td>44 <td valign="top" width="10%"><tt><a href="man/fax2ps.1.html">fax2ps</a></tt></td> 45 45 <td>Convert a Group 3- or Group 4- compressed TIFF to PostScript 46 46 that is significantly more compressed than is generated by … … 48 48 </tr> 49 49 <tr> 50 <td valign="top" width="10%"><tt> fax2tiff</tt></td>50 <td valign="top" width="10%"><tt><a href="man/fax2tiff.1.html">fax2tiff</a></tt></td> 51 51 <td>Convert raw Group 3 or Group 4 facsimile data to TIFF</td> 52 52 </tr> 53 53 <tr> 54 <td valign="top" width="10%"><tt> gif2tiff</tt></td>55 <td>A quick hack that converts GIF 87a format images to TIFF</td>54 <td valign="top" width="10%"><tt><a href="man/gif2tiff.1.html">gif2tiff</a></tt></td> 55 <td>A quick hack that converts GIF 87a (old) format images to TIFF</td> 56 56 </tr> 57 57 <tr> 58 <td valign="top" width="10%"><tt> pal2rgb</tt></td>58 <td valign="top" width="10%"><tt><a href="man/pal2rgb.1.html">pal2rgb</a></tt></td> 59 59 <td>Convert a Palette-style image to a full color RGB image by 60 60 applying the colormap</td> 61 61 </tr> 62 62 <tr> 63 <td valign="top" width="10%"><tt> ppm2tiff</tt></td>64 <td>A quick hack that converts PPM format images to TIFF</td>63 <td valign="top" width="10%"><tt><a href="man/ppm2tiff.1.html">ppm2tiff</a></tt></td> 64 <td>A quick hack that converts 8-bit PPM format images to TIFF</td> 65 65 </tr> 66 66 <tr> 67 <td valign="top" width="10%"><tt> ras2tiff</tt></td>67 <td valign="top" width="10%"><tt><a href="man/ras2tiff.1.html">ras2tiff</a></tt></td> 68 68 <td>A quick hack that converts Sun rasterfile format images to TIFF 69 69 -- it's less than complete</td> 70 70 </tr> 71 71 <tr> 72 <td valign="top" width="10%"><tt> raw2tiff</tt></td>72 <td valign="top" width="10%"><tt><a href="man/raw2tiff.1.html">raw2tiff</a></tt></td> 73 73 <td>Create a TIFF file from raw data</td> 74 74 </tr> 75 75 <tr> 76 <td valign="top" width="10%"><tt> rgb2ycbcr</tt></td>76 <td valign="top" width="10%"><tt><a href="man/rgb2ycbcr.1.html">rgb2ycbcr</a></tt></td> 77 77 <td>Convert an RGB, grayscale, or bilevel TIFF image to a YCbCr 78 78 TIFF image; it's mainly provided for testing</td> 79 79 </tr> 80 80 <tr> 81 <td valign="top" width="10%"><tt> sgi2tiff</tt></td>81 <td valign="top" width="10%"><tt><a href="man/sgi2tiff.1.html">sgi2tiff</a></tt></td> 82 82 <td>A program to convert SGI image files to TIFF. This program is 83 83 only useful on SGI machines as it uses <tt>-limage</tt>.</td> 84 84 </tr> 85 85 <tr> 86 <td valign="top" width="10%"><tt> thumbnail</tt></td>86 <td valign="top" width="10%"><tt><a href="man/thumbnail.1.html">thumbnail</a></tt></tt></td> 87 87 <td>Copy a bilevel TIFF to one that includes 8-bit greyscale 88 88 "thumbnail images" for each page; it is provided as an example of … … 91 91 </tr> 92 92 <tr> 93 <td valign="top" width="10%"><tt> tiff2bw</tt></td>93 <td valign="top" width="10%"><tt><a href="man/tiff2bw.1.html">tiff2bw</a></tt></td> 94 94 <td>A simple program to convert a color image to grayscale</td> 95 95 </tr> 96 96 <tr> 97 <td valign="top" width="10%"><tt> tiff2pdf</tt></td>97 <td valign="top" width="10%"><tt><a href="man/tiff2pdf.1.html">tiff2pdf</a></tt></td> 98 98 <td>Convert TIFF images to PDF</td> 99 99 </tr> 100 100 <tr> 101 <td valign="top" width="10%"><tt> tiff2ps</tt></td>101 <td valign="top" width="10%"><tt><a href="man/tiff2ps.1.html">tiff2ps</a></tt></td> 102 102 <td>Convert TIFF images to PostScript</td> 103 103 </tr> 104 104 <tr> 105 <td valign="top" width="10%"><tt> tiff2rgba</tt></td>105 <td valign="top" width="10%"><tt><a href="man/tiff2rgba.1.html">tiff2rgba</a></tt></td> 106 106 <td>Convert a TIFF image to RGBA color space</td> 107 107 </tr> 108 108 <tr> 109 <td valign="top" width="10%"><tt> tiffcmp</tt></td>109 <td valign="top" width="10%"><tt><a href="man/tiffcmp.1.html">tiffcmp</a></tt></td> 110 110 <td>Compare the contents of two TIFF files (it does not check all 111 111 the directory information, but does check all the data)</td> 112 112 </tr> 113 113 <tr> 114 <td valign="top" width="10%"><tt> tiffcp</tt></td>114 <td valign="top" width="10%"><tt><a href="man/tiffcp.1.html">tiffcp</a></tt></td> 115 115 <td>Copy, concatenate, and convert TIFF images (e.g. switching from 116 116 Compression=5 to Compression=1)</td> 117 117 </tr> 118 118 <tr> 119 <td valign="top" width="10%"><tt>tiffdither</tt></td> 119 <td valign="top" width="10%"><tt><a href="man/tiffcrop.1.html">tiffcrop</a></tt></td> 120 <td>Provides selection of images from within one or more multi-image 121 TIFF files, with orthogonal rotation, mirroring, cropping, and 122 extraction of multiple sections and exporting to one or more files. 123 It extends the functionality of tiffcp to support additional bit 124 depths in strips and tiles and enhances the selection capabilities of 125 tiffsplit. Bilevel images can be inverted and images may be split into 126 segments to fit on multiple /pages/ (standard paper sizes), plus other 127 functions described in the tiffcrop man page</td> 128 </tr> 129 <tr> 130 <td valign="top" width="10%"><tt><a href="man/tiffdither.1.html">tiffdither</a></tt></td> 120 131 <td>Dither a b&w image into a bilevel image (suitable for use 121 132 in creating fax files)</td> 122 133 </tr> 123 134 <tr> 124 <td valign="top" width="10%"><tt> tiffdump</tt></td>135 <td valign="top" width="10%"><tt><a href="man/tiffdump.1.html">tiffdump</a></tt></td> 125 136 <td>Display the verbatim contents of the TIFF directory in a file 126 137 (it's very useful for debugging bogus files that you may get from … … 128 139 </tr> 129 140 <tr> 130 <td valign="top" width="10%"><tt> tiffinfo</tt></td>141 <td valign="top" width="10%"><tt><a href="man/tiffinfo.1.html">tiffinfo</a></tt></td> 131 142 <td>Display information about one or more TIFF files.</td> 132 143 </tr> 133 144 <tr> 134 <td valign="top" width="10%"><tt> tiffmedian</tt></td>145 <td valign="top" width="10%"><tt><a href="man/tiffmedian.1.html">tiffmedian</a></tt></td> 135 146 <td>A version of Paul Heckbert's median cut program that reads an 136 RGB TIFF image, and creates a TIFF palette file as a result; it's 137 useful for converting full-color RGB images to 8-bit color for your 138 friends that have cheapo 8-bit framebuffers.</td> 147 RGB TIFF image, and creates a TIFF palette file as a result</td> 139 148 </tr> 140 149 <tr> 141 <td valign="top" width="10%"><tt> tiffset</tt></td>150 <td valign="top" width="10%"><tt><a href="man/tiffset.1.html">tiffset</a></tt></td> 142 151 <td>Set a field in a TIFF header</td> 143 152 </tr> 144 153 <tr> 145 <td valign="top" width="10%"><tt> tiffsplit</tt></td>154 <td valign="top" width="10%"><tt><a href="man/tiffsplit.1.html">tiffsplit</a></tt></td> 146 155 <td>Create one or more single-image files from a (possibly) 147 156 multi-image file</td> … … 151 160 programs.</p> 152 161 <hr> 153 Last updated: $Date: 200 6/01/03 02:16:07$162 Last updated: $Date: 2009-10-28 22:13:58 $ 154 163 </body> 155 164 </html>
Note:
See TracChangeset
for help on using the changeset viewer.