diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:04:58 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:04:58 +0000 |
commit | 2d113e8792747151bf5d830f1a1485f2f951f940 (patch) | |
tree | f29e273d53fe5735cdac171504d798bf45ea2007 /doc/sane-xsane-scan-doc.html |
Imported Upstream version 0.50upstream/0.50
Diffstat (limited to 'doc/sane-xsane-scan-doc.html')
-rw-r--r-- | doc/sane-xsane-scan-doc.html | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/doc/sane-xsane-scan-doc.html b/doc/sane-xsane-scan-doc.html new file mode 100644 index 0000000..6995bf9 --- /dev/null +++ b/doc/sane-xsane-scan-doc.html @@ -0,0 +1,92 @@ +<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <meta name="GENERATOR" content="Mozilla/4.6 [en] (X11; I; Linux 2.2.11 i586) [Netscape]"> + <meta name="Author" content="Oliver Rauch"> + <meta name="Description" content="scan, photocopy and fax frontend for SANE"> + <title>XSane - Scan mode</title> +</head> +<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000"> + +<dd> +<img SRC="xsane-logo2.jpg" height=150 width=128 align=LEFT></dd> + +<br> +<blockquote> +<h1> +<u><font color="#009900">Scan mode (stand alone)</font></u></h1> +The scan mode is to scan an image and save it to a file. +<br> +<br> +<br> </blockquote> + +<center><img SRC="sane-xsane.jpg" height=416 width=270></center> + +<blockquote> </blockquote> + +<h3> +<u><font color="#009900">Supported output formats:</font></u></h3> + +<blockquote>You can select the output format by the filename extension +(menu = "by ext") or by selecting the file format in the menu. Possible +are: <i>pnm, png, ps, jpeg, raw </i>and<i> tiff.</i></blockquote> + +<blockquote><i>Pnm</i> and <i>ps</i> (and raw) are always available. The +other formats are only available if necessary libraries are present (at +compilation time AND while xsane is executed). For <i>png</i> you need +libpng and libz, for <i>jpeg</i> you need jpeglib, for <i>tiff</i> you +need libtiff.</blockquote> + +<blockquote>The <i>raw</i> format is a 16 bit format comparable to 16 bit +binary <i>pnm</i> format that is not defined, for <i>pnm</i> the 16 bit +format only is defined as ascii mode which generates huge and slow files.</blockquote> + +<blockquote><b>The supported output formats depend on the bit depth of +the scanned image:</b> +<h4> +<u><font color="#990000">1 bit/pixel black/white mode:</font></u></h4> + +<blockquote><font color="#000099">pnm = pbm, png</font> +<br><font color="#000099">ps, jpeg and tiff are converted to 8 bit grayscale +mode.</font></blockquote> + +<h4> +<u><font color="#990000">8 bits/pixel grayscale mode:</font></u></h4> + +<blockquote><font color="#000099">pnm = pgm, png, ps, jpeg and tiff</font></blockquote> + +<h4> +<u><font color="#990000">16 bits/pixel grayscale mode (9-16 bits):</font></u></h4> + +<blockquote><font color="#000099">pnm (ascii), png and raw</font></blockquote> + +<h4> +<u><font color="#990000">24 bits/pixel RGB-color mode (8 bits/color):</font></u></h4> + +<blockquote><font color="#000099">pnm = ppm, png, ps, jpeg and tiff</font></blockquote> + +<h4> +<u><font color="#990000">48 bits/pixel RGB-color mode (9-16 bits/color):</font></u></h4> + +<blockquote><font color="#000099">pnm (ascii), png and raw</font></blockquote> + +<h4> +<u><font color="#990000">32 bits/pixel RGBA-color mode (8 bits/color):</font></u></h4> + +<blockquote><font color="#000099">rgba (raw) and png with alpha channel</font></blockquote> + +<h4> +<u><font color="#990000">64 bits/pixel RGBA-color mode (9-16 bits/color):</font></u></h4> + +<blockquote><font color="#000099">rgba (raw) and png with alpha channel</font></blockquote> +</blockquote> + +<center> +<hr WIDTH="100%"> +<br><a href="/usr/local/share/sane/sane-xsane-doc.html">INDEX</a></center> + +<p><br> +<br> +</body> +</html> |