Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
6 deleted
69 edited
4 copied

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/libtiff/html/bugs.html

    r2 r846  
    1515
    1616<P>
    17 Thanks to <A HREF=http://www.remotesensing.org/>remotesensing.org</a>, libtiff now uses bugzilla to track bugs.
     17Thanks to <A HREF=http://www.maptools.org/>MapTools.org</a>, libtiff now uses
     18bugzilla to track bugs.  All bugs filed in the older bugzilla at
     19bugzilla.remotesensing.org (pre April 2008) have unfortunately been lost.
    1820<P>
    1921If you think you've discovered a bug, please first check to see if it is
    2022already known by looking at the list of already reported bugs.  You can do so
    2123by 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 that
     24<A HREF=http://bugzilla.maptools.org/buglist.cgi?product=libtiff>http://bugzilla.maptools.org/buglist.cgi?product=libtiff</A>.  Also verify that
    2325the problem is still reproducable with the current development software
    2426from 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>
     28If 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>
     31If you'd like to inform us about some kind of security issue that should not
     32be disclosed for a period of time, then you can contact maintainers directly.
     33Send a copies of your report to the following people: Frank Warmerdam
     34<a href="mailto:warmerdam@pobox.com">&lt;warmerdam@pobox.com&gt;</a>,
     35Andrey Kiselev
     36<a href="mailto:dron@ak4719.spb.edu">&lt;dron@ak4719.spb.edu&gt;</a>.
    2737<P>
    2838
     
    4959<HR>
    5060
    51 Last updated: $Date: 2005/07/26 14:43:24 $
     61Last updated: $Date: 2008/09/03 08:04:26 $
    5262</BODY>
    5363</HTML>
  • trunk/src/3rdparty/libtiff/html/document.html

    r2 r846  
    1515A copy of the 6.0 specification is available from Adobe at
    1616<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>
     17ftp site at <a href="ftp://ftp.remotesensing.org/pub/libtiff/doc/TIFF6.pdf">
     18ftp://ftp.remotesensing.org/pub/libtiff/doc/TIFF6.pdf</A>.<p>
    1919
    2020<P>
     
    3939http://www.awaresystems.be/imaging/tiff/faq.html</A>
    4040
    41 <P>
    42 There is a preliminary <a href="bigtiffdesign.html">BigTIFF Design</a> for
    43 a TIFF variation supporting files larger than 4GB.
    44 
    4541<HR>
    4642
    4743<ADDRESS>
    48  Last updated: $Date: 2004/12/02 14:51:19 $
     44 Last updated: $Date: 2009-08-20 22:31:00 $
    4945</ADDRESS>
    5046
  • trunk/src/3rdparty/libtiff/html/index.html

    r2 r846  
    2525    <tr>
    2626      <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>
    3228    </tr>
    3329    <tr>
     
    5450      <th>Anonymous CVS</th>
    5551      <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>
    5858    </tr>
    5959  </table>
     
    6666  </p>
    6767  <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.
    7475  </p>
    7576  <p>
     
    8182  </p>
    8283  <p>
    83     The software was orginally authored and maintained by Sam Leffler.
     84    The software was originally authored and maintained by Sam Leffler.
    8485    While he keeps a fatherly eye on the mailing list, he is no longer
    8586    responsible for day to day maintenance.
     
    9596    versions &gt;= 3.5.1 are
    9697    <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,
     99Joris Van Damme and Lee Howard.
    98100  </p>
    99101  <p>
     
    116118  <hr>
    117119  <p>
    118     Last updated  $Date: 2006/03/23 14:54:01 $.
     120    Last updated  $Date: 2009-08-28 16:24:13 $.
    119121  </p>
    120122</body>
  • trunk/src/3rdparty/libtiff/html/man/TIFFClose.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:08 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:15 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFDataWidth.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:08 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:15 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFError.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:08 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:15 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFFlush.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:08 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:15 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFGetField.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:08 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:15 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFOpen.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:08 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:15 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFPrintDirectory.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:09 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:15 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFRGBAImage.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:10 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:16 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFReadDirectory.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:09 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:16 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFReadEncodedStrip.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:09 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:16 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFReadEncodedTile.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:09 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:16 2007 -->
    33<html>
    44<head>
     
    4242<!-- INDENTATION -->
    4343<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>
     44ttile_t</b> <i>tile</i><b>, tdata_t</b> <i>buf</i><b>,
     45tsize_t</b> <i>size</i><b>)</b></p>
    4646</td>
    4747</table>
  • trunk/src/3rdparty/libtiff/html/man/TIFFReadRGBAImage.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:09 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:16 2007 -->
    33<html>
    44<head>
     
    4848<!-- INDENTATION -->
    4949<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>
     50uint32</b> <i>width</i><b>, uint32</b> <i>height</i><b>,
     51uint32 *</b><i>raster</i><b>, int</b>
    5252<i>stopOnError</i><b>)<br>
    5353int 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>,
     54uint32</b> <i>width</i><b>, uint32</b> <i>height</i><b>,
     55uint32 *</b><i>raster</i><b>, int</b> <i>orientation</i><b>,
    5656int</b> <i>stopOnError</i><b>)</b></p>
    5757</td>
  • trunk/src/3rdparty/libtiff/html/man/TIFFReadRGBAStrip.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:10 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:16 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFReadRGBATile.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:10 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:16 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFReadRawStrip.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:09 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:16 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFReadRawTile.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:09 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:16 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFReadScanline.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:10 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:16 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFReadTile.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:10 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:16 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFSetDirectory.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:10 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:17 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFSetField.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:10 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:17 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFWarning.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:11 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:17 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFWriteDirectory.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:11 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:17 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFWriteEncodedStrip.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:11 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:17 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFWriteEncodedTile.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:11 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:17 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFWriteRawStrip.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:11 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:17 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFWriteRawTile.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:11 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:18 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFWriteScanline.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:11 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:18 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFWriteTile.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:11 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:18 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFbuffer.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:08 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:14 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFcodec.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:08 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:15 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFcolor.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:08 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:15 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFmemory.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:08 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:15 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFquery.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:09 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:15 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFsize.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:10 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:17 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFstrip.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:10 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:17 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFswab.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:10 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:17 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/TIFFtile.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:11 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:17 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/fax2ps.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:11 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:18 2007 -->
    33<html>
    44<head>
     
    2929<td width="91%">
    3030<p>fax2ps &minus; convert a <small>TIFF</small> facsimile to
    31 compressed &trade;</p>
     31compressed PostScript&trade;</p>
    3232</td>
    3333</table>
     
    4040<td width="8%"></td>
    4141<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>
    4343</td>
    4444</table>
     
    5252<td width="91%">
    5353<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>
     54facsimile image files and prints a compressed form of
     55PostScript on the standard output that is suitable for
     56printing.</p>
    5657<!-- INDENTATION -->
    5758<p>By default, each page is scaled to reflect the image
     
    6566<b>&minus;W</b> and <b>&minus;H</b> options.</p>
    6667<!-- INDENTATION -->
    67 <p>By default <i>fax2ps</i> generates for all pages in the
    68 file. The <b>&minus;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
     69pages in the file. The <b>&minus;p</b> option can be used to
     70select one or more pages from a multi-page document.</p>
     71<!-- INDENTATION -->
     72<p><i>fax2ps</i> generates a compressed form of PostScript
     73that is optimized for sending pages of text to a PostScript
     74printer attached to a host through a low-speed link (such as
     75a serial line). Each output page is filled with white and
     76then only the black areas are drawn. The PostScript
     77specification of the black drawing operations is optimized
     78by using a special font that encodes the move-draw
     79operations required to fill the black regions on the page.
     80This compression scheme typically results in a substantially
     81reduced PostScript description, relative to the
     82straightforward imaging of the page with a PostScript
     83<i>image</i> operator. This algorithm can, however, be
     84ineffective for continuous-tone and white-on-black images.
     85For these images, it sometimes is more efficient to send the
     86raster bitmap image directly; see <b>tiff2ps</b>(1).</p>
    8587</td>
    8688</table>
     
    8991<!-- TABS -->
    9092<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="10%"></td>
     93       cols="4" cellspacing="0" cellpadding="0">
     94<tr valign="top" align="left">
     95<td width="11%"></td>
    9496<td width="11%">
    9597
    9698<p><b>&minus;p</b> <i>number</i></p>
    9799</td>
    98 <td width="1%"></td>
    99100<td width="76%">
    100101
     
    145146<!-- TABS -->
    146147<table width="100%" border=0 rules="none" frame="void"
    147        cols="5" cellspacing="0" cellpadding="0">
     148       cols="4" cellspacing="0" cellpadding="0">
    148149<tr valign="top" align="left">
    149150<td width="10%"></td>
    150 <td width="11%">
     151<td width="12%">
    151152
    152153<p><b>&minus;S</b></p>
    153154</td>
    154 <td width="1%"></td>
    155155<td width="76%">
    156156
     
    164164<tr valign="top" align="left">
    165165<td width="10%"></td>
    166 <td width="11%">
     166<td width="12%">
    167167
    168168<p><b>&minus;W</b> <i>width</i></p>
    169169</td>
    170 <td width="1%"></td>
    171170<td width="76%">
    172171
     
    178177<tr valign="top" align="left">
    179178<td width="10%"></td>
    180 <td width="11%">
     179<td width="12%">
    181180
    182181<p><b>&minus;H</b> <i>height</i></p>
    183182</td>
    184 <td width="1%"></td>
    185183<td width="76%">
    186184
     
    207205errors by resynchronizing decoding at the end of the current
    208206scanline. This can result in long horizontal black lines in
    209 the resultant image.</p>
     207the resultant PostScript image.</p>
    210208</td>
    211209</table>
     
    218216<td width="8%"></td>
    219217<td width="91%">
    220 <p>If the destination printer supports Level II then it is
    221 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
     219then it is always faster to just send the encoded bitmap
     220generated by the <b>tiff2ps</b>(1) program.</p>
    223221</td>
    224222</table>
     
    232230<td width="91%">
    233231<p><i>fax2ps</i> should probably figure out when it is doing
    234 a poor job of compressing the output and just generate to
    235 image the bitmap raster instead.</p>
     232a poor job of compressing the output and just generate
     233PostScript to image the bitmap raster instead.</p>
    236234</td>
    237235</table>
  • trunk/src/3rdparty/libtiff/html/man/fax2tiff.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:12 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:18 2007 -->
    33<html>
    44<head>
     
    486486rows/strip that no more than 8 kilobytes of data appear in a
    487487strip (with except of G3/G4 compression schemes). If you
    488 specify special value <b>-1</b> it will results in infinite
    489 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>
     488specify special value <b>&minus;1</b> it will results in
     489infinite number of the rows per strip. The entire image will
     490be the one strip in that case. This is default in case of
     491G3/G4 output compression schemes.</p>
    492492</td>
    493493<td width="0%">
  • trunk/src/3rdparty/libtiff/html/man/gif2tiff.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:12 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:18 2007 -->
    33<html>
    44<head>
     
    7474
    7575<p>Specify a compression scheme to use when writing image
    76 data: <b>&minus;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, and
    79 <b>&minus;c lzw</b> for Lempel-Ziv &amp; Welch (the
     76data: <b>&minus;c none</b> for no compression, <b>&minus;c
     77packbits</b> for the PackBits compression algorithm,
     78<b>&minus;c zip</b> for the Deflate compression algorithm,
     79and <b>&minus;c lzw</b> for Lempel-Ziv &amp; Welch (the
    8080default).</p>
    8181</td>
  • trunk/src/3rdparty/libtiff/html/man/index.html

    r2 r846  
    11<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>
    32<li><A HREF=TIFFbuffer.3tiff.html>TIFFbuffer.3tiff.html</a>
    43<li><A HREF=TIFFClose.3tiff.html>TIFFClose.3tiff.html</a>
     
    5453<li><A HREF=tiffcmp.1.html>tiffcmp.1.html</a>
    5554<li><A HREF=tiffcp.1.html>tiffcp.1.html</a>
     55<li><A HREF=tiffcrop.1.html>tiffcrop.1.html</a>
    5656<li><A HREF=tiffdither.1.html>tiffdither.1.html</a>
    5757<li><A HREF=tiffdump.1.html>tiffdump.1.html</a>
  • trunk/src/3rdparty/libtiff/html/man/libtiff.3tiff.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:07 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:14 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/pal2rgb.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:12 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:18 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/ppm2tiff.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:12 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:18 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/ras2tiff.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:12 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:18 2007 -->
    33<html>
    44<head>
     
    8282
    8383<p>Specify a compression scheme to use when writing image
    84 data: <b>&minus;c none</b> for no compression, <b>-c
    85 packbits</b> for the PackBits compression algorithm, <b>-c
    86 jpeg</b> for the baseline JPEG compression algorithm, <b>-c
    87 zip</b> for the Deflate compression algorithm, and
    88 <b>&minus;c lzw</b> for Lempel-Ziv &amp; Welch (the
    89 default).</p>
     84data: <b>&minus;c none</b> for no compression, <b>&minus;c
     85packbits</b> for the PackBits compression algorithm,
     86<b>&minus;c jpeg</b> for the baseline JPEG compression
     87algorithm, <b>&minus;c zip</b> for the Deflate compression
     88algorithm, and <b>&minus;c lzw</b> for Lempel-Ziv &amp;
     89Welch (the default).</p>
    9090</td>
    9191<td width="0%">
  • trunk/src/3rdparty/libtiff/html/man/raw2tiff.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:12 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:18 2007 -->
    33<html>
    44<head>
     
    5454image is created with data samples packed
    5555(<i>PlanarConfiguration</i>=1), compressed with the PackBits
    56 algorithm (<i>Compression</i>=<i>32773),</i> and with each
    57 strip no more than 8 kilobytes. These characteristics can
    58 overridden, or explicitly specified with the options
    59 described below.</p>
     56algorithm (<i>Compression</i>=32773), and with each strip no
     57more than 8 kilobytes. These characteristics can overridden,
     58or explicitly specified with the options described
     59below.</p>
    6060</td>
    6161</table>
     
    6868<td width="8%"></td>
    6969<td width="91%">
    70 <p><b>&minus;H &lt;number&gt;</b></p></td>
     70<p><b>&minus;H</b> <i>number</i></p></td>
    7171</table>
    7272<!-- INDENTATION -->
     
    8787<td width="8%"></td>
    8888<td width="91%">
    89 <p><b>&minus;w &lt;number&gt;</b></p></td>
     89<p><b>&minus;w</b> <i>number</i></p></td>
    9090</table>
    9191<!-- INDENTATION -->
     
    106106<td width="8%"></td>
    107107<td width="91%">
    108 <p><b>&minus;l &lt;number&gt;</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, see
     108<p><b>&minus;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
    117117<b><small>GUESSING THE IMAGE GEOMETRY</small></b>
    118118below).</p>
     
    125125<td width="8%"></td>
    126126<td width="91%">
    127 <p><b>&minus;b &lt;number&gt;</b></p></td>
     127<p><b>&minus;b</b> <i>number</i></p></td>
    128128</table>
    129129<!-- INDENTATION -->
     
    142142<td width="8%"></td>
    143143<td width="91%">
    144 <p><b>&minus;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>&minus;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>
    153153may be:</p></td>
    154154</table>
    155155<!-- TABS -->
    156156<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%">
    167165
    168166<p>8-bit unsigned integer (default),</p>
    169167</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%">
    180175
    181176<p>16-bit unsigned integer,</p>
    182177</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%">
    194185
    195186<p>32-bit unsigned integer,</p>
    196187</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%">
    207195
    208196<p>8-bit signed integer,</p>
    209197</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%">
    220205
    221206<p>16-bit signed integer,</p>
    222207</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%">
    233215
    234216<p>32-bit signed integer,</p>
    235217</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%">
    246225
    247226<p>32-bit IEEE floating point,</p>
    248227</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>&minus;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>&minus;i</b> <i>config</i></p></td>
    272246</table>
    273247<!-- INDENTATION -->
     
    278252<td width="80%">
    279253<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>
    281255</table>
    282256<!-- TABS -->
    283257<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%">
    293266
    294267<p>pixel interleaved data (default),</p>
    295268</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%">
    307276
    308277<p>band interleaved data.</p>
    309278</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>&minus;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>&minus;p</b> <i>photo</i></p></td>
    320287</table>
    321288<!-- INDENTATION -->
     
    326293<td width="80%">
    327294<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>
     295image, where <i>photo</i> may be:</p></td>
    332296</table>
    333297<!-- TABS -->
    334298<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%">
    345327
    346328<p>image has RGB color model,</p>
    347329</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%">
    360337
    361338<p>image has CMYK (separated) color model,</p>
    362339</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%">
    376347
    377348<p>image has YCbCr color model,</p>
    378349</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%">
    389357
    390358<p>image has CIE L*a*b color model,</p>
    391359</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%">
    403367
    404368<p>image has ICC L*a*b color model,</p>
    405369</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>
    422379</td>
    423380</table>
     
    474431
    475432<p>Specify a compression scheme to use when writing image
    476 data: <b>&minus;c none</b> for no compression, <b>-c
     433data: <b>&minus;c none</b> for no compression, <b>&minus;c
    477434packbits</b> for the PackBits compression algorithm (the
    478 default), <b>-c jpeg</b> for the baseline JPEG compression
    479 algorithm, <b>-c zip</b> for the Deflate compression
    480 algorithm, and <b>&minus;c lzw</b> for Lempel-Ziv &amp;
    481 Welch.</p>
     435default), <b>&minus;c jpeg</b> for the baseline JPEG
     436compression algorithm, <b>&minus;c zip</b> for the Deflate
     437compression algorithm, and <b>&minus;c lzw</b> for
     438Lempel-Ziv &amp; Welch.</p>
    482439</td>
    483440<td width="0%">
     
    490447<td width="8%"></td>
    491448<td width="91%">
    492 <p><b>&minus;r &lt;number&gt;</b></p></td>
     449<p><b>&minus;r</b> <i>number</i></p></td>
    493450</table>
    494451<!-- INDENTATION -->
  • trunk/src/3rdparty/libtiff/html/man/rgb2ycbcr.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:12 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:19 2007 -->
    33<html>
    44<head>
     
    8383
    8484<p>Specify a compression scheme to use when writing image
    85 data: <b>&minus;c none</b> for no compression, <b>-c
     85data: <b>&minus;c none</b> for no compression, <b>&minus;c
    8686packbits</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>&minus;c lzw</b> for Lempel-Ziv &amp; Welch.</p>
     87default), <b>&minus;c jpeg</b> for the JPEG compression
     88algorithm, <b>&minus;c zip</b> for the deflate compression
     89algorithm, and <b>&minus;c lzw</b> for Lempel-Ziv &amp;
     90Welch.</p>
    9091</td>
    9192<td width="0%">
  • trunk/src/3rdparty/libtiff/html/man/sgi2tiff.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:12 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:19 2007 -->
    33<html>
    44<head>
     
    7575
    7676<p>Specify a compression scheme to use when writing image
    77 data: <b>&minus;c none</b> for no compression, <b>-c
    78 packbits</b> for the PackBits compression algorithm), <b>-c
    79 jpeg</b> for the baseline JPEG compression algorithm, <b>-c
    80 zip</b> for the Deflate compression algorithm, and
    81 <b>&minus;c lzw</b> for Lempel-Ziv &amp; Welch (the
    82 default).</p>
     77data: <b>&minus;c none</b> for no compression, <b>&minus;c
     78packbits</b> for the PackBits compression algorithm),
     79<b>&minus;c jpeg</b> for the baseline JPEG compression
     80algorithm, <b>&minus;c zip</b> for the Deflate compression
     81algorithm, and <b>&minus;c lzw</b> for Lempel-Ziv &amp;
     82Welch (the default).</p>
    8383</td>
    8484<td width="0%">
  • trunk/src/3rdparty/libtiff/html/man/thumbnail.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:12 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:19 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/tiff2bw.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:12 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:19 2007 -->
    33<html>
    44<head>
     
    3737<td width="8%"></td>
    3838<td width="91%">
    39 <p><b>tiff2bw</b> [ options ] <i>input.tif
     39<p><b>tiff2bw</b> [ <i>options</i> ] <i>input.tif
    4040output.tif</i></p>
    4141</td>
     
    7474
    7575<p>Specify a compression scheme to use when writing image
    76 data: <b>&minus;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>&minus;c
    81 lzw</b> for Lempel-Ziv &amp; Welch (the default).</p>
     76data: <b>&minus;c none</b> for no compression, <b>&minus;c
     77packbits</b> for the PackBits compression algorithm,
     78<b>&minus;c zip</b> for the Deflate compression algorithm,
     79<b>&minus;c g3</b> for the CCITT Group 3 compression
     80algorithm, <b>&minus;c g4</b> for the CCITT Group 4
     81compression algorithm, and <b>&minus;c lzw</b> for
     82Lempel-Ziv &amp; Welch (the default).</p>
    8283</td>
    8384<td width="0%">
  • trunk/src/3rdparty/libtiff/html/man/tiff2pdf.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:12 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:19 2007 -->
    33<html>
    44<head>
     
    2727<td width="10%"></td>
    2828<td width="89%">
    29 <p>tiff2pdf - convert a TIFF image to a PDF document</p>
     29<p>tiff2pdf &minus; convert a TIFF image to a PDF
     30document</p>
    3031</td>
    3132</table>
     
    3839<td width="10%"></td>
    3940<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>
    4242</td>
    4343</table>
     
    5050<td width="10%"></td>
    5151<td width="89%">
    52 <p><b>tiff2pdf</b> opens a TIFF image and writes a PDF
     52<p><i>tiff2pdf</i> opens a TIFF image and writes a PDF
    5353document to standard output.</p>
    5454<!-- INDENTATION -->
     
    6868<!-- INDENTATION -->
    6969<p>The standard output is standard output. Set the output
    70 file name with the <b>-o</b><i>output.pdf</i> option.</p>
     70file name with the <b>&minus;o</b> <i>output.pdf</i>
     71option.</p>
    7172<!-- INDENTATION -->
    7273<p>All black and white files are compressed into a single
     
    110111<!-- INDENTATION -->
    111112<p>Various items of the output document information can be
    112 set with the <b>&minus;e, &minus;c, &minus;a, &minus;t,
    113 &minus;s,</b> and <b>&minus;k</b> options. Setting the
    114 argument of the option to &quot;&quot; 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>
     113set with the <b>&minus;e</b>, <b>&minus;c</b>,
     114<b>&minus;a</b>, <b>&minus;t</b>, <b>&minus;s</b>, and
     115<b>&minus;k</b> options. Setting the argument of the option
     116to &quot;&quot; for these tags causes the relevant document
     117information field to be not written. Some of the document
     118information values otherwise get their information from the
     119input TIFF image, the software, author, document name, and
     120image description.</p>
    119121<!-- INDENTATION -->
    120122<p>The Portable Document Format (PDF) specification is
     
    130132<td width="10%"></td>
    131133<td width="89%">
    132 <p><b>&minus;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>&minus;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>
    141143</td>
    142144</table>
     
    153155<td width="77%">
    154156
    155 <p>Compress with JPEG (requires libjpeg configured with
    156 libtiff).</p>
     157<p>Compress with JPEG (requires <i>libjpeg</i> configured
     158with <i>libtiff</i>).</p>
    157159</td>
    158160<tr valign="top" align="left">
     
    165167<td width="77%">
    166168
    167 <p>Compress with Zip/Deflate (requires zlib configured with
    168 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>&minus;q</b><i>quality</i></p></td>
     169<p>Compress with Zip/Deflate (requires <i>zlib</i>
     170configured 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>&minus;q</b> <i>quality</i></p></td>
    178180</table>
    179181<!-- INDENTATION -->
     
    210212<td width="77%">
    211213
    212 <p>Set PDF &quot;Interpolate&quot; user preference.</p>
     214<p>Set PDF &lsquo;&lsquo;Interpolate&rsquo;&rsquo; user
     215preference.</p>
    213216</td>
    214217<tr valign="top" align="left">
     
    241244<td width="10%"></td>
    242245<td width="89%">
    243 <p><b>&minus;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, eg &quot;letter&quot;, &quot;legal&quot;,
    252 &quot;A4&quot;.</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>&minus;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> for
     246<p><b>&minus;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>&minus;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
    270273centimeter.</p>
    271274</td>
     
    277280<td width="10%"></td>
    278281<td width="89%">
    279 <p><b>&minus;w</b><i>width</i></p></td>
     282<p><b>&minus;w</b> <i>width</i></p></td>
    280283</table>
    281284<!-- INDENTATION -->
     
    294297<td width="10%"></td>
    295298<td width="89%">
    296 <p><b>&minus;l</b><i>length</i></p></td>
     299<p><b>&minus;l</b> <i>length</i></p></td>
    297300</table>
    298301<!-- INDENTATION -->
     
    305308</td>
    306309</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>&minus;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>&minus;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>&minus;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
     359resolution, <b>o</b> for resolution override for all
     360images.</p>
     361</td>
     362</table>
    307363<!-- TABS -->
    308364<table width="100%" border=0 rules="none" frame="void"
     
    310366<tr valign="top" align="left">
    311367<td width="11%"></td>
    312 <td width="8%">
    313 
    314 <p><b>&minus;x</b><i>xres</i></p>
     368<td width="2%">
     369
     370<p><b>&minus;f</b></p>
    315371</td>
    316372<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>&minus;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>&minus;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>&minus;f</b></p>
    364 </td>
    365 <td width="13%"></td>
    366 <td width="54%">
    367 
    368 <p>Set PDF &quot;Fit Window&quot; 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>&minus;e</b><i>YYYYMMDDHHMMSS</i></p></td>
     373<td width="57%">
     374
     375<p>Set PDF &lsquo;&lsquo;Fit Window&rsquo;&rsquo; user
     376preference.</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>&minus;e</b> <i>YYYYMMDDHHMMSS</i></p></td>
    380388</table>
    381389<!-- INDENTATION -->
     
    395403<td width="10%"></td>
    396404<td width="89%">
    397 <p><b>&minus;c</b><i>creator</i></p></td>
     405<p><b>&minus;c</b> <i>creator</i></p></td>
    398406</table>
    399407<!-- INDENTATION -->
     
    413421<td width="10%"></td>
    414422<td width="89%">
    415 <p><b>&minus;a</b><i>author</i></p></td>
     423<p><b>&minus;a</b> <i>author</i></p></td>
    416424</table>
    417425<!-- INDENTATION -->
     
    422430<td width="77%">
    423431<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>&minus;t</b><i>title</i></p></td>
     432default.</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>&minus;t</b> <i>title</i></p></td>
    434442</table>
    435443<!-- INDENTATION -->
     
    440448<td width="77%">
    441449<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>&minus;s</b><i>subject</i></p></td>
     450name 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>&minus;s</b> <i>subject</i></p></td>
    452460</table>
    453461<!-- INDENTATION -->
     
    458466<td width="77%">
    459467<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>&minus;k</b><i>keywords</i></p></td>
     468description 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>&minus;k</b> <i>keywords</i></p></td>
    470478</table>
    471479<!-- INDENTATION -->
     
    494502<td width="14%">
    495503</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>
    502505<a name="EXAMPLES"></a>
    503506<h2>EXAMPLES</h2>
     
    517520<td width="20%"></td>
    518521<td width="79%">
    519 <p>tiff2pdf -o output.pdf input.tiff</p></td>
    520 </table>
    521 <!-- INDENTATION -->
     522<pre>tiff2pdf &minus;o output.pdf input.tiff
     523</pre>
     524</td>
     525</table>
     526<!-- INDENTATION -->
     527
    522528<table width="100%" border=0 rules="none" frame="void"
    523529       cols="2" cellspacing="0" cellpadding="0">
     
    526532<td width="89%">
    527533<p>The following example would generate PDF output from
    528 input.tiff and write it to standard output.</p>
    529 </td>
     534input.tiff and write it to standard output.</p></td>
    530535</table>
    531536<!-- INDENTATION -->
     
    535540<td width="20%"></td>
    536541<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
    540548<table width="100%" border=0 rules="none" frame="void"
    541549       cols="2" cellspacing="0" cellpadding="0">
     
    546554from input.tiff, putting the image pages on a letter sized
    547555page, compressing the output with JPEG, with JPEG quality
    548 75, setting the title to &quot;Document&quot;, and setting
    549 the &quot;Fit Window&quot; option.</p>
    550 </td>
     55675, setting the title to
     557&lsquo;&lsquo;Document&rsquo;&rsquo;, and setting the
     558&lsquo;&lsquo;Fit Window&rsquo;&rsquo; option.</p></td>
    551559</table>
    552560<!-- INDENTATION -->
     
    556564<td width="20%"></td>
    557565<td width="79%">
    558 <p>tiff2pdf -p letter -j -q 75 -t &quot;Document&quot; -f -o
    559 output.pdf input.tiff</p></td>
     566<pre>tiff2pdf &minus;p letter &minus;j &minus;q 75 &minus;t &quot;Document&quot; &minus;f &minus;o output.pdf input.tiff
     567</pre>
     568</td>
    560569</table>
    561570<a name="BUGS"></a>
    562571<h2>BUGS</h2>
    563572<!-- INDENTATION -->
     573
    564574<table width="100%" border=0 rules="none" frame="void"
    565575       cols="2" cellspacing="0" cellpadding="0">
     
    588598<td width="10%"></td>
    589599<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>
    592602<!-- INDENTATION -->
    593603<p>Libtiff library home page:
  • trunk/src/3rdparty/libtiff/html/man/tiff2ps.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:13 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:19 2007 -->
    33<html>
    44<head>
     
    1616<a href="#EXAMPLES">EXAMPLES</a><br>
    1717<a href="#BUGS">BUGS</a><br>
    18 <a href="#BUGS">BUGS</a><br>
    1918<a href="#SEE ALSO">SEE ALSO</a><br>
    2019
     
    2928<td width="91%">
    3029<p>tiff2ps &minus; convert a <small>TIFF</small> image to
    31 &trade;</p>
     30PostScript&trade;</p>
    3231</td>
    3332</table>
     
    5352<td width="91%">
    5453<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
     54writes PostScript or Encapsulated PostScript (EPS) on the
     55standard output. By default, <i>tiff2ps</i> writes
     56Encapsulated 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
     60fills a printed area specified by the <small>TIFF</small>
     61tags in the input file. If the file does not contain
    6262<i>XResolution</i> or <i>YResolution</i> tags, then the
    6363printed area is set according to the image dimensions. The
     
    6666overriding any relevant <small>TIFF</small> tags.</p>
    6767<!-- 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,
     69and <small>CMYK</small> images uses the <i>colorimage</i>
     70operator. The PostScript generated for greyscale and bilevel
     71images uses the <i>image</i> operator. When the
     72<i>colorimage</i> operator is used, PostScript code to
     73emulate this operator on older PostScript printers is also
     74generated. Note that this emulation code can be very
     75slow.</p>
    7576<!-- INDENTATION -->
    7677<p>Color images with associated alpha data are composited
     
    9293<td width="80%">
    9394
    94 <p>Generate Level 1 (the default).</p>
     95<p>Generate PostScript Level 1 (the default).</p>
    9596</td>
    9697<td width="0%">
     
    105106<td width="80%">
    106107
    107 <p>Generate Level 2.</p>
     108<p>Generate PostScript Level 2.</p>
    108109</td>
    109110<td width="0%">
     
    118119<td width="80%">
    119120
    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
     122use the /flateDecode filter for ZIP compressed TIFF
     123images.</p>
    122124</td>
    123125<td width="0%">
     
    161163
    162164<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>
     165an effect if both the <b>&minus;w</b> and the
     166<b>&minus;h</b> option are given.</p>
    164167</td>
    165168<td width="0%">
     
    175178
    176179<p>Set the initial <small>TIFF</small> directory to the
    177 specified directory number. (NB: directories are numbered
     180specified directory number. (NB: Directories are numbered
    178181starting at zero.) This option is useful for selecting
    179182individual pages in a multi-page (e.g. facsimile) file.</p>
     
    190193<td width="80%">
    191194
    192 <p>Force the generation of Encapsulated (implies -z).</p>
     195<p>Force the generation of Encapsulated PostScript (implies
     196<b>&minus;z</b>).</p>
    193197</td>
    194198<td width="0%">
     
    277281<td width="80%">
    278282
    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 or if the image depth is greater than 1 then the image
    284 operator is used.</p>
     283<p>Where possible render using the <i>imagemask</i>
     284PostScript operator instead of the <i>image</i> operator.
     285When this option is specified <i>tiff2ps</i> will use
     286<i>imagemask</i> for rendering 1 bit deep images. If this
     287option is not specified or if the image depth is greater
     288than 1 then the <i>image</i> operator is used.</p>
    285289</td>
    286290<td width="0%">
     
    298302<small>IFD</small> at the specified file offset. This option
    299303is useful for selecting thumbnail images and the like which
    300 are hidden using the SubIFD tag.</p>
     304are hidden using the <i>SubIFD</i> tag.</p>
    301305</td>
    302306<td width="0%">
     
    311315<td width="80%">
    312316
    313 <p>Force the generation of (non-Encapsulated) .</p>
     317<p>Force the generation of (non-Encapsulated)
     318PostScript.</p>
    314319</td>
    315320<td width="0%">
     
    393398<td width="80%">
    394399
    395 <p>When generating Level 2, data is scaled so that it does
    396 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
     401that it does not image into the <i>deadzone</i> on a page
     402(the outer margin that the printing device is unable to
     403mark). This option suppresses this behavior. When PostScript
     404Level 1 is generated, data is imaged to the entire printed
     405page and this option has no affect.</p>
    401406</td>
    402407<td width="0%">
     
    411416<td width="8%"></td>
    412417<td width="91%">
    413 <p>The following generates Level 2 for all pages of a
    414 facsimile:</p></td>
     418<p>The following generates PostScript Level 2 for all pages
     419of a facsimile:</p></td>
    415420</table>
    416421<!-- INDENTATION -->
     
    420425<td width="17%"></td>
    421426<td width="82%">
    422 <pre>tiff2ps -a2 fax.tif | lpr
     427<pre>tiff2ps &minus;a2 fax.tif | lpr
    423428</pre>
    424429</td>
     
    435440generated with the above command.</p>
    436441<!-- INDENTATION -->
    437 <p>To generate Encapsulated for a the image at directory 2
    438 of an image use:</p></td>
     442<p>To generate Encapsulated PostScript for a the image at
     443directory 2 of an image use:</p></td>
    439444</table>
    440445<!-- INDENTATION -->
     
    444449<td width="17%"></td>
    445450<td width="82%">
    446 <pre>tiff2ps -d 1 foo.tif
     451<pre>tiff2ps &minus;d 1 foo.tif
    447452</pre>
    448453</td>
     
    455460<td width="8%"></td>
    456461<td width="91%">
    457 <p>(notice that directories are numbered starting at
     462<p>(Notice that directories are numbered starting at
    458463zero.)</p>
    459464<!-- INDENTATION -->
     
    467472<td width="17%"></td>
    468473<td width="82%">
    469 <pre>tiff2ps -h11 -w8.5 -H14 -L.5 foo.tif &gt; foo.ps
     474<pre>tiff2ps &minus;h11 &minus;w8.5 &minus;H14 &minus;L.5 foo.tif &gt; foo.ps
    470475</pre>
    471476</td>
     
    496501<td width="8%"></td>
    497502<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
     504colormap, 8-bit palette images produce 24-bit PostScript
     505images. This conversion results in output that is six times
     506bigger than the original image and which takes a long time
     507to send to a printer over a serial line. Matters are even
     508worse for 4-, 2-, and 1-bit palette images.</p>
     509<!-- INDENTATION -->
     510<p>Does not handle tiled images when generating PostScript
     511Level I output.</p>
    516512</td>
    517513</table>
  • trunk/src/3rdparty/libtiff/html/man/tiff2rgba.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:13 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:19 2007 -->
    33<html>
    44<head>
     
    3737<td width="8%"></td>
    3838<td width="91%">
    39 <p><b>tiff2rgba</b> [ options ] <i>input.tif
     39<p><b>tiff2rgba</b> [ <i>options</i> ] <i>input.tif
    4040output.tif</i></p>
    4141</td>
     
    6464<!-- INDENTATION -->
    6565<p>The generated images are stripped images with four
    66 samples per pixel (red, green, blue and alpha) or if the -n
    67 flag is used, three samples per pixel (red, green, and
    68 blue). The resulting images are always planar configuration
    69 contiguous. For this reason, this program is a useful
    70 utility for transform exotic TIFF files into a form
     66samples per pixel (red, green, blue and alpha) or if the
     67<b>&minus;n</b> flag is used, three samples per pixel (red,
     68green, and blue). The resulting images are always planar
     69configuration contiguous. For this reason, this program is a
     70useful utility for transform exotic TIFF files into a form
    7171ingestible by almost any TIFF supporting software.</p>
    7272</td>
     
    8888<p>Specify a compression scheme to use when writing image
    8989data: <b>&minus;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>&minus;c
    93 lzw</b> for Lempel-Ziv &amp; Welch.</p>
     90<b>&minus;c packbits</b> for the PackBits compression
     91algorithm, <b>&minus;c zip</b> for the Deflate compression
     92algorithm, <b>&minus;c jpeg</b> for the JPEG compression
     93algorithm, and <b>&minus;c lzw</b> for Lempel-Ziv &amp;
     94Welch.</p>
    9495</td>
    9596<td width="0%">
     
    136137
    137138<p>Drop the alpha component from the output file, producing
    138 a pure RGB file. Currently this does not work if the -b flag
    139 is also in effect.</p>
     139a pure RGB file. Currently this does not work if the
     140<b>&minus;b</b> flag is also in effect.</p>
    140141</td>
    141142<td width="0%">
  • trunk/src/3rdparty/libtiff/html/man/tiffcmp.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:13 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:19 2007 -->
    33<html>
    44<head>
     
    8989<td width="8%"></td>
    9090<td width="91%">
    91 <p><b>&minus;z number</b></p></td>
     91<p><b>&minus;z</b> <i>number</i></p></td>
    9292</table>
    9393<!-- INDENTATION -->
     
    130130<!-- INDENTATION -->
    131131<p>The image data of tiled files is not compared, since the
    132 TIFFReadScanline() function is used. A error will be
     132<i>TIFFReadScanline()</i> function is used. An error will be
    133133reported for tiled files.</p>
    134134<!-- INDENTATION -->
  • trunk/src/3rdparty/libtiff/html/man/tiffcp.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:13 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:19 2007 -->
    33<html>
    44<head>
     
    7575<td width="8%"></td>
    7676<td width="91%">
    77 <p><b>&minus;b image</b></p></td>
     77<p><b>&minus;b</b> <i>image</i></p></td>
    7878</table>
    7979<!-- INDENTATION -->
     
    202202<td width="3%">
    203203
     204<p><b>&minus;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
     210the 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
    204218<p><b>&minus;l</b></p>
    205219</td>
     
    275289<b>0</b> is specified), <i>tiffcp</i> attempts to set the
    276290rows/strip that no more than 8 kilobytes of data appear in a
    277 strip. If you specify special value <b>-1</b> it will
     291strip. If you specify special value <b>&minus;1</b> it will
    278292results in infinite number of the rows per strip. The entire
    279293image will be the one strip in that case.</p>
     
    335349<td width="8%"></td>
    336350<td width="91%">
    337 <p><b>&minus;,={character}</b></p></td>
     351<p><b>&minus;,=</b><i>character</i></p></td>
    338352</table>
    339353<!-- INDENTATION -->
     
    343357<td width="19%"></td>
    344358<td width="80%">
    345 <p>substitute {character} for &rsquo;,&rsquo; in parsing
    346 image directory indices in files. This is necessary if
    347 filenames contain commas. Note that &rsquo;,=&rsquo; with
     359<p>substitute <i>character</i> for &lsquo;,&rsquo; in
     360parsing image directory indices in files. This is necessary
     361if filenames contain commas. Note that <b>&minus;,=</b> with
    348362whitespace immediately following will disable the special
    349 meaning of the &rsquo;,&rsquo; entirely. See examples.</p>
     363meaning of the &lsquo;,&rsquo; entirely. See examples.</p>
    350364</td>
    351365</table>
     
    367381<td width="17%"></td>
    368382<td width="82%">
    369 <pre>tiffcp -c lzw a.tif b.tif result.tif
     383<pre>tiffcp &minus;c lzw a.tif b.tif result.tif
    370384</pre>
    371385</td>
     
    388402<td width="17%"></td>
    389403<td width="82%">
    390 <pre>tiffcp -c g4 -r 10000 g3.tif g4.tif
     404<pre>tiffcp &minus;c g4 &minus;r 10000 g3.tif g4.tif
    391405</pre>
    392406</td>
     
    404418<p>To extract a selected set of images from a multi-image
    405419TIFF file, the file name may be immediately followed by a
    406 &rsquo;,&rsquo; separated list of image directory indices.
     420&lsquo;,&rsquo; separated list of image directory indices.
    407421The first image is always in directory 0. Thus, to copy the
    408 1st and 3rd images of image file &quot;album.tif&quot; to
    409 &quot;result.tif&quot;:</p></td>
     4221st and 3rd images of image file
     423&lsquo;&lsquo;album.tif&rsquo;&rsquo; to
     424&lsquo;&lsquo;result.tif&rsquo;&rsquo;:</p></td>
    410425</table>
    411426<!-- INDENTATION -->
     
    426441<td width="8%"></td>
    427442<td width="91%">
    428 <p>Given file &quot;CCD.tif&quot; 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.
     444The following command will copy all image with except the
     445first 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
    440454</pre>
    441455</td>
     
    448462<td width="8%"></td>
    449463<td width="91%">
    450 <p>If the file above were named &quot;CCD,X.tif&quot;, the
    451 &quot;-,=&quot; 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 &lsquo;&lsquo;CCD.tif&rsquo;&rsquo; whose
     465first image is a noise bias followed by images which include
     466that bias, subtract the noise from all those images
     467following it (while decompressing) with the
     468command:</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 &minus;c none &minus;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&lsquo;&lsquo;CCD,X.tif&rsquo;&rsquo;, the <b>&minus;,=</b>
     489option would be required to correctly parse this filename
     490with 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 &minus;c none &minus;,=% &minus;b CCD,X.tif CCD,X%1%.tif result.tif
    461499
    462500</pre>
  • trunk/src/3rdparty/libtiff/html/man/tiffdither.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:13 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:19 2007 -->
    33<html>
    44<head>
     
    129129with the same fill order as the original. Specifying
    130130<b>&minus;f lsb2msb</b> will force data to be written with
    131 the FillOrder tag set to <small>LSB2MSB ,</small> while
    132 <b>&minus;f msb2lsb</b> will force data to be written with
    133 the FillOrder tag set to <small>MSB2LSB .</small></p>
     131the <i>FillOrder</i> tag set to <small>LSB2MSB ,</small>
     132while <b>&minus;f msb2lsb</b> will force data to be written
     133with the <i>Fill- Order</i> tag set to <small>MSB2LSB
     134.</small></p>
    134135</td>
    135136<td width="0%">
  • trunk/src/3rdparty/libtiff/html/man/tiffdump.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:13 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:20 2007 -->
    33<html>
    44<head>
     
    9494<td width="8%"></td>
    9595<td width="91%">
    96 <p><b>&minus;m items</b></p></td>
     96<p><b>&minus;m</b> <i>items</i></p></td>
    9797</table>
    9898<!-- INDENTATION -->
     
    112112<td width="8%"></td>
    113113<td width="91%">
    114 <p><b>&minus;o offset</b></p></td>
     114<p><b>&minus;o</b> <i>offset</i></p></td>
    115115</table>
    116116<!-- INDENTATION -->
  • trunk/src/3rdparty/libtiff/html/man/tiffgt.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:13 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:20 2007 -->
    33<html>
    44<head>
     
    7070<td width="34%">
    7171
    72 <p>BitsPerSample</p>
     72<p><i>BitsPerSample</i></p>
    7373</td>
    7474<td width="50%">
     
    8080<td width="34%">
    8181
    82 <p>SamplesPerPixel</p>
     82<p><i>SamplesPerPixel</i></p>
    8383</td>
    8484<td width="50%">
     
    9090<td width="34%">
    9191
    92 <p>PhotometricInterpretation</p>
     92<p><i>PhotometricInterpretation</i></p>
    9393</td>
    9494<td width="50%">
     
    101101<td width="34%">
    102102
    103 <p>PlanarConfiguration</p>
     103<p><i>PlanarConfiguration</i></p>
    104104</td>
    105105<td width="50%">
     
    111111<td width="34%">
    112112
    113 <p>Orientation</p>
     113<p><i>Orientation</i></p>
    114114</td>
    115115<td width="50%">
     
    451451<p>Override the value of the
    452452<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>
     453one of: <b>miniswhite</b>, <b>minisblack</b>, <b>rgb</b>,
     454<b>palette</b>, <b>mask</b>, <b>separated</b>, <b>ycbcr</b>,
     455and <b>cielab</b>.</p>
    456456</td>
    457457<td width="0%">
  • trunk/src/3rdparty/libtiff/html/man/tiffinfo.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:13 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:20 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/tiffmedian.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:13 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:20 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/tiffset.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:13 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:20 2007 -->
    33<html>
    44<head>
     
    3838<td width="8%"></td>
    3939<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>
    4141</td>
    4242</table>
     
    6161<td width="8%"></td>
    6262<td width="91%">
    63 <p><b>&minus;s tagnumber [count] value ...</b></p></td>
     63<p><b>&minus;s</b> <i>tagnumber</i> [ <i>count</i> ]
     64<i>value ...</i></p></td>
    6465</table>
    6566<!-- INDENTATION -->
     
    7980<td width="8%"></td>
    8081<td width="91%">
    81 <p><b>&minus;sf tagnumber filename</b></p></td>
     82<p><b>&minus;sf</b> <i>tagnumber filename</i></p></td>
    8283</table>
    8384<!-- INDENTATION -->
     
    108109<td width="17%"></td>
    109110<td width="82%">
    110 <pre>tiffset -sf 270 descrip a.tif
     111<pre>tiffset &minus;sf 270 descrip a.tif
    111112</pre>
    112113</td>
     
    120121<td width="91%">
    121122<p>The following example sets the artist tag (315) of a.tif
    122 to the string &quot;Anonymous&quot;:</p></td>
     123to the string
     124&lsquo;&lsquo;Anonymous&rsquo;&rsquo;:</p></td>
    123125</table>
    124126<!-- INDENTATION -->
     
    128130<td width="17%"></td>
    129131<td width="82%">
    130 <pre>tiffset -s 305 Anonymous a.tif
     132<pre>tiffset &minus;s 305 Anonymous a.tif
    131133</pre>
    132134</td>
     
    148150<td width="17%"></td>
    149151<td width="82%">
    150 <pre>tiffset -s 296 2 a.tif
    151 tiffset -s 282 300.0 a.tif
    152 tiffset -s 283 300.0 a.tif
     152<pre>tiffset &minus;s 296 2 a.tif
     153tiffset &minus;s 282 300.0 a.tif
     154tiffset &minus;s 283 300.0 a.tif
    153155</pre>
    154156</td>
  • trunk/src/3rdparty/libtiff/html/man/tiffsplit.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:13 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:20 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/man/tiffsv.1.html

    r2 r846  
    11<!-- Creator     : groff version 1.18.1 -->
    2 <!-- CreationDate: Mon Mar 13 18:03:14 2006 -->
     2<!-- CreationDate: Fri Jul 13 17:43:20 2007 -->
    33<html>
    44<head>
  • trunk/src/3rdparty/libtiff/html/misc.html

    r2 r846  
    2626Silicon Graphics.<p>
    2727
    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:
     28The LZW algorithm is derived from the compress program (the proper attribution
     29is included in the source code).  The Group 3 fax stuff originated as code
     30from Jef Poskanzer, but has since been rewritten several times.  The latest
     31version uses an algorithm from Frank Cringle -- consult
     32<TT>libtiff/mkg3states.c</TT> and <TT>libtiff/tif_fax3.h</TT> for further
     33information. The JPEG support was written by Tom Lane and is dependent on the
     34excellent work of Tom Lane and the Independent JPEG Group (IJG) who distribute
     35their work under friendly licensing similar to this software. Joris Van Damme
     36implemented the robust Old JPEG decoder (as included in libtiff since version
     373.9.0, there was another Old JPEG module in older releases, which was
     38incomplete and unsuitable for many existing images of that format). JBIG
     39module was written by Lee Howard and depends on JBIG library from the Markus
     40Kuhn. Many other people have by now helped with bug fixes and code; a few of
     41the more persistent contributors have been:
    4042
    4143<PRE>
     
    7476    Lee Howard
    7577    Joris Van Damme
     78    Tavis Ormandy
     79    Richard Nolde
    7680</PRE>
    7781
     
    108112
    109113
    110 Last updated: $Date: 2005/10/23 19:43:29 $
     114Last updated: $Date: 2007/02/24 15:47:04 $
    111115</BODY>
    112116</HTML>
  • trunk/src/3rdparty/libtiff/html/tools.html

    r2 r846  
    1212<p>This software distribution comes with a small collection of
    1313programs for converting non-TIFF format images to TIFF and for
    14 manipulating and interogating the contents of TIFF images. Several
     14manipulating and interrogating the contents of TIFF images. Several
    1515of these tools are useful in their own right. Many of them however
    1616are more intended to serve as programming examples for using the
     
    2222<tr>
    2323<td valign="top" width="10%">
    24 <tt>tiffgt&nbsp;&nbsp;&nbsp;&nbsp;</tt></td>
     24<tt><a href="man/tiffgt.1.html">tiffgt</a>&nbsp;&nbsp;&nbsp;&nbsp;</tt></td>
    2525<td>Display the contents of one or more TIFF images using OpenGL.
    2626The software makes extensive use of the <tt>TIFFRGBAImage</tt>
     
    2828</tr>
    2929<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>
    3131<td>A program to save all or part of a screen dump on a Silicon
    3232Graphics system. As for <tt>tiffgt</tt> this code, while written to
     
    3838<table border cellpadding="3">
    3939<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>
    4141<td>Convert BMP images to TIFF</td>
    4242</tr>
    4343<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>
    4545<td>Convert a Group 3- or Group 4- compressed TIFF to PostScript
    4646that is significantly more compressed than is generated by
     
    4848</tr>
    4949<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>
    5151<td>Convert raw Group 3 or Group 4 facsimile data to TIFF</td>
    5252</tr>
    5353<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>
    5656</tr>
    5757<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>
    5959<td>Convert a Palette-style image to a full color RGB image by
    6060applying the colormap</td>
    6161</tr>
    6262<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>
    6565</tr>
    6666<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>
    6868<td>A quick hack that converts Sun rasterfile format images to TIFF
    6969-- it's less than complete</td>
    7070</tr>
    7171<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>
    7373<td>Create a TIFF file from raw data</td>
    7474</tr>
    7575<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>
    7777<td>Convert an RGB, grayscale, or bilevel TIFF image to a YCbCr
    7878TIFF image; it's mainly provided for testing</td>
    7979</tr>
    8080<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>
    8282<td>A program to convert SGI image files to TIFF. This program is
    8383only useful on SGI machines as it uses <tt>-limage</tt>.</td>
    8484</tr>
    8585<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>
    8787<td>Copy a bilevel TIFF to one that includes 8-bit greyscale
    8888"thumbnail images" for each page; it is provided as an example of
     
    9191</tr>
    9292<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>
    9494<td>A simple program to convert a color image to grayscale</td>
    9595</tr>
    9696<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>
    9898<td>Convert TIFF images to PDF</td>
    9999</tr>
    100100<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>
    102102<td>Convert TIFF images to PostScript</td>
    103103</tr>
    104104<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>
    106106<td>Convert a TIFF image to RGBA color space</td>
    107107</tr>
    108108<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>
    110110<td>Compare the contents of two TIFF files (it does not check all
    111111the directory information, but does check all the data)</td>
    112112</tr>
    113113<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>
    115115<td>Copy, concatenate, and convert TIFF images (e.g. switching from
    116116Compression=5 to Compression=1)</td>
    117117</tr>
    118118<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
     121TIFF files, with orthogonal rotation, mirroring, cropping, and
     122extraction of multiple sections and exporting to one or more files.
     123It extends the functionality of tiffcp to support additional bit
     124depths in strips and tiles and enhances the selection capabilities of
     125tiffsplit. Bilevel images can be inverted and images may be split into
     126segments to fit on multiple /pages/ (standard paper sizes), plus other
     127functions 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>
    120131<td>Dither a b&amp;w image into a bilevel image (suitable for use
    121132in creating fax files)</td>
    122133</tr>
    123134<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>
    125136<td>Display the verbatim contents of the TIFF directory in a file
    126137(it's very useful for debugging bogus files that you may get from
     
    128139</tr>
    129140<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>
    131142<td>Display information about one or more TIFF files.</td>
    132143</tr>
    133144<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>
    135146<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>
     147RGB TIFF image, and creates a TIFF palette file as a result</td>
    139148</tr>
    140149<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>
    142151<td>Set a field in a TIFF header</td>
    143152</tr>
    144153<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>
    146155<td>Create one or more single-image files from a (possibly)
    147156multi-image file</td>
     
    151160programs.</p>
    152161<hr>
    153 Last updated: $Date: 2006/01/03 02:16:07 $
     162Last updated: $Date: 2009-10-28 22:13:58 $
    154163</body>
    155164</html>
Note: See TracChangeset for help on using the changeset viewer.