src/3rdparty/libtiff/html/man/tiff2rgba.1.html
changeset 30 5dc02b23752f
parent 0 1918ee327afb
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
     1 <!-- Creator     : groff version 1.18.1 -->
     1 <!-- Creator     : groff version 1.18.1 -->
     2 <!-- CreationDate: Mon Mar 13 18:03:13 2006 -->
     2 <!-- CreationDate: Fri Jul 13 17:43:19 2007 -->
     3 <html>
     3 <html>
     4 <head>
     4 <head>
     5 <meta name="generator" content="groff -Thtml, see www.gnu.org">
     5 <meta name="generator" content="groff -Thtml, see www.gnu.org">
     6 <meta name="Content-Style" content="text/css">
     6 <meta name="Content-Style" content="text/css">
     7 <title>TIFF2RGBA</title>
     7 <title>TIFF2RGBA</title>
    34 <table width="100%" border=0 rules="none" frame="void"
    34 <table width="100%" border=0 rules="none" frame="void"
    35        cols="2" cellspacing="0" cellpadding="0">
    35        cols="2" cellspacing="0" cellpadding="0">
    36 <tr valign="top" align="left">
    36 <tr valign="top" align="left">
    37 <td width="8%"></td>
    37 <td width="8%"></td>
    38 <td width="91%">
    38 <td width="91%">
    39 <p><b>tiff2rgba</b> [ options ] <i>input.tif
    39 <p><b>tiff2rgba</b> [ <i>options</i> ] <i>input.tif
    40 output.tif</i></p>
    40 output.tif</i></p>
    41 </td>
    41 </td>
    42 </table>
    42 </table>
    43 <a name="DESCRIPTION"></a>
    43 <a name="DESCRIPTION"></a>
    44 <h2>DESCRIPTION</h2>
    44 <h2>DESCRIPTION</h2>
    61 &gt; 8 BitsPerSample images, and flaws with some esoteric
    61 &gt; 8 BitsPerSample images, and flaws with some esoteric
    62 combinations of BitsPerSample, photometric interpretation,
    62 combinations of BitsPerSample, photometric interpretation,
    63 block organization and planar configuration.</p>
    63 block organization and planar configuration.</p>
    64 <!-- INDENTATION -->
    64 <!-- INDENTATION -->
    65 <p>The generated images are stripped images with four
    65 <p>The generated images are stripped images with four
    66 samples per pixel (red, green, blue and alpha) or if the -n
    66 samples per pixel (red, green, blue and alpha) or if the
    67 flag is used, three samples per pixel (red, green, and
    67 <b>&minus;n</b> flag is used, three samples per pixel (red,
    68 blue). The resulting images are always planar configuration
    68 green, and blue). The resulting images are always planar
    69 contiguous. For this reason, this program is a useful
    69 configuration contiguous. For this reason, this program is a
    70 utility for transform exotic TIFF files into a form
    70 useful utility for transform exotic TIFF files into a form
    71 ingestible by almost any TIFF supporting software.</p>
    71 ingestible by almost any TIFF supporting software.</p>
    72 </td>
    72 </td>
    73 </table>
    73 </table>
    74 <a name="OPTIONS"></a>
    74 <a name="OPTIONS"></a>
    75 <h2>OPTIONS</h2>
    75 <h2>OPTIONS</h2>
    85 <td width="5%"></td>
    85 <td width="5%"></td>
    86 <td width="80%">
    86 <td width="80%">
    87 
    87 
    88 <p>Specify a compression scheme to use when writing image
    88 <p>Specify a compression scheme to use when writing image
    89 data: <b>&minus;c none</b> for no compression (the default),
    89 data: <b>&minus;c none</b> for no compression (the default),
    90 <b>-c packbits</b> for the PackBits compression algorithm,
    90 <b>&minus;c packbits</b> for the PackBits compression
    91 <b>-c zip</b> for the Deflate compression algorithm, <b>-c
    91 algorithm, <b>&minus;c zip</b> for the Deflate compression
    92 jpeg</b> for the JPEG compression algorithm, and <b>&minus;c
    92 algorithm, <b>&minus;c jpeg</b> for the JPEG compression
    93 lzw</b> for Lempel-Ziv &amp; Welch.</p>
    93 algorithm, and <b>&minus;c lzw</b> for Lempel-Ziv &amp;
       
    94 Welch.</p>
    94 </td>
    95 </td>
    95 <td width="0%">
    96 <td width="0%">
    96 </td>
    97 </td>
    97 <tr valign="top" align="left">
    98 <tr valign="top" align="left">
    98 <td width="11%"></td>
    99 <td width="11%"></td>
   133 </td>
   134 </td>
   134 <td width="5%"></td>
   135 <td width="5%"></td>
   135 <td width="80%">
   136 <td width="80%">
   136 
   137 
   137 <p>Drop the alpha component from the output file, producing
   138 <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 a pure RGB file. Currently this does not work if the
   139 is also in effect.</p>
   140 <b>&minus;b</b> flag is also in effect.</p>
   140 </td>
   141 </td>
   141 <td width="0%">
   142 <td width="0%">
   142 </td>
   143 </td>
   143 </table>
   144 </table>
   144 <a name="SEE ALSO"></a>
   145 <a name="SEE ALSO"></a>