kopia lustrzana https://gitlab.com/sane-project/website
127 wiersze
5.1 KiB
HTML
127 wiersze
5.1 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>sane-pixma.5</TITLE>
|
|
</HEAD>
|
|
<BODY BGCOLOR=#FFFFFF TEXT=#000000><H1 ALIGN=CENTER><IMG SRC="/images/sane.png" HEIGHT=117 WIDTH=346></H1>
|
|
<H1>sane-pixma.5</H1>
|
|
<HR>
|
|
<PRE>
|
|
<!-- Manpage converted by man2html 3.0.1 -->
|
|
<B><A HREF="sane-pixma.5.html">sane-pixma(5)</A></B> SANE Scanner Access Now Easy <B><A HREF="sane-pixma.5.html">sane-pixma(5)</A></B>
|
|
|
|
|
|
</PRE>
|
|
<H2>NAME</H2><PRE>
|
|
sane-pixma - SANE backend for Canon PIXMA MP series
|
|
|
|
|
|
</PRE>
|
|
<H2>DESCRIPTION</H2><PRE>
|
|
The <B>sane-pixma</B> library implements a SANE (Scanner Access Now Easy)
|
|
backend that provides access to Canon PIXMA multi-function devices
|
|
(All-in-one printers). Currently, the following models work with this
|
|
backend:
|
|
|
|
PIXMA MP150, PIXMA MP170, PIXMA MP450, PIXMA MP500
|
|
PIXMA MP800, PIXMA MP830,
|
|
MultiPASS MP700 (no grayscale), PIXMA MP750 (no grayscale)
|
|
|
|
The following model are marked as experimental because they are not
|
|
well tested and/or the scanner sometimes hangs and must be switched off
|
|
and on. Therefore they are disabled by default. (See PIXMA_EXPERIMENT
|
|
below)
|
|
|
|
MultiPASS MP730, PIXMA MP760, PIXMA MP780
|
|
|
|
The backend supports
|
|
* resolutions at 75,150,300,600,1200 and 2400 DPI,
|
|
* color and grayscale mode,
|
|
* a custom gamma table with 4096 entries and
|
|
* automatic document feeder.
|
|
|
|
The device name is in the form pixma:xxxxyyyy_zzzzz where x, y and z
|
|
are vendor ID, product ID and serial number respectively. Example:
|
|
pixma:04A91709_123456 is a MP150.
|
|
|
|
This backend is in <B>alpha</B> stage and will stay in this stage until we get
|
|
the programming manual for the hardware. Although we have tested it as
|
|
good as we could, it will not work in every situations. You will find
|
|
an up-to-date status at the project homepage. (See below)
|
|
|
|
|
|
</PRE>
|
|
<H2>OPTIONS</H2><PRE>
|
|
Besides "well-known" options (e.g. resolution, mode etc.) pixma backend
|
|
also provides the following <B>experimental</B> options for button handling,
|
|
i.e. the options might change in the future.
|
|
|
|
<I>button-controlled</I>
|
|
This option can be used in combination with <B><A HREF="scanadf.1.html">scanadf(1)</A></B> and <B>scan-</B>
|
|
<B><A HREF="image.1.html">image(1)</A></B> in batch mode, for example when you want to scan many
|
|
photos or multiple-page documents. If it is enabled (i.e. is set
|
|
to true or yes), the backend waits before every scan until the
|
|
user presses the "SCAN" button (for MP150) or the color-scan
|
|
button (for other models). Just put the first page in the scan-
|
|
ner, press the button, then the next page, press the button and
|
|
so on. When you finished, press the gray-scan button. (For MP150
|
|
you have to stop the frontend by pressing Ctrl-C for example.)
|
|
|
|
<I>button-update</I> <I>button-1</I> <I>button-2</I>
|
|
These options are interesting for developers. To check button
|
|
status: (1) set <I>button-1</I> and <I>button-2</I> to zero, (2) set <I>button-</I>
|
|
<I>update</I> (Its type is SANE_TYPE_BUTTON.), (3) get <I>button-1</I> and
|
|
<I>button-2</I>. If the result is not zero, the corresponding button
|
|
was pressed.
|
|
|
|
|
|
</PRE>
|
|
<H2>FILES</H2><PRE>
|
|
<I>/usr/local/lib/sane/libsane-pixma.a</I>
|
|
The static library implementing this backend.
|
|
|
|
<I>/usr/local/lib/sane/libsane-pixma.so</I>
|
|
The shared library implementing this backend (present on systems
|
|
that support dynamic loading).
|
|
|
|
|
|
</PRE>
|
|
<H2>ENVIRONMENT</H2><PRE>
|
|
<B>SANE_DEBUG_PIXMA</B>
|
|
If the library was compiled with debug support enabled, this
|
|
environment variable controls the debug level for this backend.
|
|
Higher value increases the verbosity.
|
|
|
|
0 print nothing
|
|
1 print error and warning messages (recommended)
|
|
2 print informational messages
|
|
3 print debug-level messages
|
|
10 dump USB traffics
|
|
|
|
<B>PIXMA_EXPERIMENT</B>
|
|
Setting to a non-zero value will enable the support for experi-
|
|
mental models. You should also set SANE_DEBUG_PIXMA to 10.
|
|
|
|
|
|
</PRE>
|
|
<H2>SEE ALSO</H2><PRE>
|
|
<B><A HREF="sane.7.html">sane(7)</A></B>, <B><A HREF="sane-dll.5.html">sane-dll(5)</A></B>, <I>http://home.arcor.de/wittawat/pixma/</I>
|
|
|
|
|
|
</PRE>
|
|
<H2>AUTHOR</H2><PRE>
|
|
Wittawat Yamwong
|
|
|
|
I would like to thank all testers and helpers. Without them I would not
|
|
be able to write subdrivers for models I don't have. See also the
|
|
project homepage.
|
|
|
|
sane-backends 1.0.18 1 July 2006 <B><A HREF="sane-pixma.5.html">sane-pixma(5)</A></B>
|
|
</PRE>
|
|
<HR>
|
|
<ADDRESS>
|
|
Man(1) output converted with
|
|
<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
|
|
</ADDRESS>
|
|
</BODY>
|
|
</HTML>
|