diff options
author | Andrey Kiselev <dron@ak4719.spb.edu> | 2002-10-07 13:47:36 +0000 |
---|---|---|
committer | Andrey Kiselev <dron@ak4719.spb.edu> | 2002-10-07 13:47:36 +0000 |
commit | fd935fb235129d7159b9a6be408ecdcf9c459d4d (patch) | |
tree | 661a87be472084cf3237225db2832788373b71f7 /html/man/ras2tiff.1.html | |
parent | e985fcbddb286596b7788eec197f43ea2f280a9f (diff) | |
download | libtiff-git-fd935fb235129d7159b9a6be408ecdcf9c459d4d.tar.gz |
Updated from the actual manual pages.
Diffstat (limited to 'html/man/ras2tiff.1.html')
-rw-r--r-- | html/man/ras2tiff.1.html | 263 |
1 files changed, 136 insertions, 127 deletions
diff --git a/html/man/ras2tiff.1.html b/html/man/ras2tiff.1.html index 61f03d69..608f9d2f 100644 --- a/html/man/ras2tiff.1.html +++ b/html/man/ras2tiff.1.html @@ -1,127 +1,136 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> -<HTML><HEAD><TITLE>Manpage of RAS2TIFF</TITLE> -</HEAD><BODY BGCOLOR=WHITE><FONT FACE="helvetica, sans, arial"> -<H1>RAS2TIFF</H1> -Section: User Commands (1)<BR>Updated: October 15, 1995<BR><A HREF="#index">Index</A> -<BR><A HREF="index.html">Return to Main Contents</A> -<HR> - -<A NAME="lbAB"> </A> -<H2>NAME</H2> - -ras2tiff - create a -<FONT SIZE="-1">TIFF</FONT> -file from a Sun rasterfile -<A NAME="lbAC"> </A> -<H2>SYNOPSIS</H2> - -<B>ras2tiff</B> - -[ -<I>options</I> - -] -<I>input.ras</I> - -<I>output.tif</I> - -<A NAME="lbAD"> </A> -<H2>DESCRIPTION</H2> - -<I>ras2tiff</I> - -converts a file in the Sun rasterfile format to -<FONT SIZE="-1">TIFF.</FONT> -By default, the -<FONT SIZE="-1">TIFF</FONT> -image is created with data samples packed (<I>PlanarConfiguration</I>=1), - -compressed with the Lempel-Ziv & Welch algorithm (<I>Compression</I>=5), - -and with each strip no more than 8 kilobytes. -These characteristics can overriden, or explicitly specified -with the options described below. -<P> - -Any colormap information in the rasterfile is carried over to the -<FONT SIZE="-1">TIFF</FONT> -file by including a -<I>Colormap</I> - -tag in the output file. -If the rasterfile has a colormap, the -<I>PhotometricInterpretation</I> - -tag is set to 3 (palette); -otherwise it is set to 2 (RGB) if the depth -is 24 or 1 (min-is-black) if the depth is not 24. -<A NAME="lbAE"> </A> -<H2>OPTIONS</H2> - -<DL COMPACT> -<DT><B>-c</B> - -<DD> -Specify a compression scheme to use when writing image data: -<B>-c none</B> - -for no compression, -<B>-c packbits</B> - -for the PackBits compression algorithm, -<B>-c jpeg</B> - -for the baseline JPEG compression algorithm, -<B>-c zip</B> - -for the Deflate compression algorithm, -and -<B>-c lzw</B> - -for Lempel-Ziv & Welch (the default). -<DT><B>-r</B> - -<DD> -Write data with a specified number of rows per strip; -by default the number of rows/strip is selected so that each strip -is approximately 8 kilobytes. -</DL> -<A NAME="lbAF"> </A> -<H2>BUGS</H2> - -Does not handle all possible rasterfiles. -In particular, -<I>ras2tiff</I> - -does not handle run-length encoded images. -<A NAME="lbAG"> </A> -<H2>SEE ALSO</H2> - -<I><A HREF="pal2rgb+1.html">pal2rgb</A></I>(1), - -<I><A HREF="tiffinfo+1.html">tiffinfo</A></I>(1), - -<I><A HREF="tiffcp+1.html">tiffcp</A></I>(1), - -<I><A HREF="tiffmedian+1.html">tiffmedian</A></I>(1), - -<I><A HREF="libtiff+3">libtiff</A></I>(3) - - -<HR> -<A NAME="index"> </A><H2>Index</H2> -<DL> -<DT><A HREF="#lbAB">NAME</A><DD> -<DT><A HREF="#lbAC">SYNOPSIS</A><DD> -<DT><A HREF="#lbAD">DESCRIPTION</A><DD> -<DT><A HREF="#lbAE">OPTIONS</A><DD> -<DT><A HREF="#lbAF">BUGS</A><DD> -<DT><A HREF="#lbAG">SEE ALSO</A><DD> -</DL> -<HR> -This document was created by -<A HREF="index.html">man2html</A>, -using the manual pages.<BR> -Time: 01:31:47 GMT, November 23, 1999 -</BODY> -</HTML> +<html> +<head> +<meta name="generator" content="groff -Thtml, see www.gnu.org"> +<meta name="Content-Style" content="text/css"> +<title>RAS2TIFF</title> +</head> +<body> + +<h1 align=center>RAS2TIFF</h1> +<a href="#NAME">NAME</a><br> +<a href="#SYNOPSIS">SYNOPSIS</a><br> +<a href="#DESCRIPTION">DESCRIPTION</a><br> +<a href="#OPTIONS">OPTIONS</a><br> +<a href="#BUGS">BUGS</a><br> +<a href="#SEE ALSO">SEE ALSO</a><br> + +<hr> +<!-- Creator : groff version 1.18 --> +<!-- CreationDate: Mon Oct 7 17:36:34 2002 --> +<a name="NAME"></a> +<h2>NAME</h2> +<!-- INDENTATION --> +<p><table width="100%" border=0 rules="none" frame="void" + cols="2" cellspacing="0" cellpadding="0"> +<tr valign="top" align="left"> +<td width="8%"></td> +<td width="91%"> +<p>ras2tiff − create a <small>TIFF</small> file from a +Sun rasterfile</p> +</td> +</table></p> +<a name="SYNOPSIS"></a> +<h2>SYNOPSIS</h2> +<!-- INDENTATION --> +<p><table width="100%" border=0 rules="none" frame="void" + cols="2" cellspacing="0" cellpadding="0"> +<tr valign="top" align="left"> +<td width="8%"></td> +<td width="91%"> +<p><b>ras2tiff</b> [ <i>options</i> ] <i>input.ras +output.tif</i></p> +</td> +</table></p> +<a name="DESCRIPTION"></a> +<h2>DESCRIPTION</h2> +<!-- INDENTATION --> +<p><table width="100%" border=0 rules="none" frame="void" + cols="2" cellspacing="0" cellpadding="0"> +<tr valign="top" align="left"> +<td width="8%"></td> +<td width="91%"> +<p><i>ras2tiff</i> converts a file in the Sun rasterfile +format to <small>TIFF.</small> By default, the +<small>TIFF</small> image is created with data samples +packed (<i>PlanarConfiguration</i>=1), compressed with the +Lempel-Ziv & Welch algorithm (<i>Compression</i>=5), and +with each strip no more than 8 kilobytes. These +characteristics can overriden, or explicitly specified with +the options described below.</p> +<!-- INDENTATION --> +<p>Any colormap information in the rasterfile is carried +over to the <small>TIFF</small> file by including a +<i>Colormap</i> tag in the output file. If the rasterfile +has a colormap, the <i>PhotometricInterpretation</i> tag is +set to 3 (palette); otherwise it is set to 2 (RGB) if the +depth is 24 or 1 (min-is-black) if the depth is not 24.</p> +</td> +</table></p> +<a name="OPTIONS"></a> +<h2>OPTIONS</h2> +<!-- TABS --> +<p><table width="100%" border=0 rules="none" frame="void" + cols="5" cellspacing="0" cellpadding="0"> +<tr valign="top" align="left"> +<td width="10%"></td> +<td width="2%"> + +<p><b>−c</b></p> +</td> +<td width="6%"></td> +<td width="80%"> + +<p>Specify a compression scheme to use when writing image +data: <b>−c none</b> for no compression, <b>-c +packbits</b> for the PackBits compression algorithm, <b>-c +jpeg</b> for the baseline JPEG compression algorithm, <b>-c +zip</b> for the Deflate compression algorithm, and +<b>−c lzw</b> for Lempel-Ziv & Welch (the +default).</p> +</td> +<td width="0%"> +</td> +<tr valign="top" align="left"> +<td width="10%"></td> +<td width="2%"> + +<p><b>−r</b></p> +</td> +<td width="6%"></td> +<td width="80%"> + +<p>Write data with a specified number of rows per strip; by +default the number of rows/strip is selected so that each +strip is approximately 8 kilobytes.</p> +</td> +<td width="0%"> +</td> +</table></p> +<a name="BUGS"></a> +<h2>BUGS</h2> +<!-- INDENTATION --> +<p><table width="100%" border=0 rules="none" frame="void" + cols="2" cellspacing="0" cellpadding="0"> +<tr valign="top" align="left"> +<td width="8%"></td> +<td width="91%"> +<p>Does not handle all possible rasterfiles. In particular, +<i>ras2tiff</i> does not handle run-length encoded +images.</p> +</td> +</table></p> +<a name="SEE ALSO"></a> +<h2>SEE ALSO</h2> +<!-- INDENTATION --> +<p><table width="100%" border=0 rules="none" frame="void" + cols="2" cellspacing="0" cellpadding="0"> +<tr valign="top" align="left"> +<td width="8%"></td> +<td width="91%"> +<p><i>pal2rgb</i>(1), <i>tiffinfo</i>(1), <i>tiffcp</i>(1), +<i>tiffmedian</i>(1), <i>libtiff</i>(3)</p> +</td> +</table></p> +<hr> +</body> +</html> |