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:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • 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.