sane-project-website/man/sane-fujitsu.5.html

169 wiersze
7.1 KiB
HTML

<HTML>
<HEAD>
<TITLE>sane-fujitsu.5</TITLE>
</HEAD>
<BODY BGCOLOR=#FFFFFF TEXT=#000000><H1 ALIGN=CENTER><IMG SRC="/images/sane.png" HEIGHT=117 WIDTH=346></H1>
<H1>sane-fujitsu.5</H1>
<HR>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
<B><A HREF="sane-fujitsu.5.html">sane-fujitsu(5)</A></B> SANE Scanner Access Now Easy <B><A HREF="sane-fujitsu.5.html">sane-fujitsu(5)</A></B>
</PRE>
<H2>NAME</H2><PRE>
sane-fujitsu - SANE backend for Fujitsu flatbed and ADF scanners
</PRE>
<H2>DESCRIPTION</H2><PRE>
The <B>sane-fujitsu</B> library implements a SANE (Scanner Access Now Easy)
backend which provides access to Fujitsu flatbed and ADF scanners. At
present, the following scanners are known to work with this backend:
Vendor: Model: Rev:
-------- ---------------- -----
FUJITSU M3096Gm 02
FUJITSU M3093GX
FUJITSU M3093GD
FUJITSU M4097
FUJITSU fi-4220C
FUJITSU fi-4340C
FUJITSU M3091DCd BF21
FUJITSU M3092DCd
The driver supports lineart, halftone, grayscale, and color (3091 and
3092) scanning depending on hardware capabiliites.
The "Fujitsu" driver is a first attempt at integrating support for all
Fujitsu scanners - previously available as different single drivers -
in one driver. At present, the M3091DCd is working (lineart, halftone,
8-bit grayscale and 24-bit color, simplex and duplex), and the driver
should also support the M3096 as the M3096g driver code has been incor-
porated. This driver supersedes the old "m3091"/"fujitsu" drivers and
the old "m3096g" driver.
Other scanners in these families may work. The ScanPartner 15C seems
to be a repackaging of the ScanPartner 600C, but I don't know if it
works. Look at the sp15c backend for this scanner. Perusal of the
M3096GX/M3093GX/M3093DG manual suggests the M3096G driver offers access
to a subset of the new scanners. People are encouraged to try these
driver with the other scanners and to contact the author with test
results.
</PRE>
<H2>DUPLEX MODE</H2><PRE>
The M3091 driver supports duplex scanning. To the front-end, a duplex
scan looks very much like scanning two separate pages from the document
feeder, i.e. the SANE front-end receives two images instead of one.
Front-ends which are not capable of dealing with that - e.g. the com-
mand-line tool scanimage - cannot be used for duplex scanning. If you
want to do duplex scans from the command line, get Tom Martone's
scanadf program from http://www.martoneconsulting.com/sane-
scanadf.html.
</PRE>
<H2>CONFIGURATION</H2><PRE>
A modest effort has been made to expose the standard options to the
API. This allows frontends such as xscanimage to set scanning region,
resolution, bit-depth (and color), and enable the automatic document
feeder.
The "Fujitsu" driver supports the following options:
mode m
<I>m</I> may be one of "Color", "Lineart", "Halftone", or "Gray",
dependent on the scanner model. It is advisable to specify this
option first when using command line tools, as the validity of
some of the other options depends on the mode setting.
x, y
Scan width and height
pagewidth, pageheight
Page size; when using the ADF, the driver will assume that a
page of the given width is centered
resolution, y-resolution
Controls scan resolution. Permissible values dependent on model
and scan mode; setting --resolution also sets --y-resolution but
not vice versa. This makes it possible to set the 3091's maximum
resolution of 300x600dpi.
brightness b
Only supported for M3096
treshold t
Only supported for M3096
duplex d
<I>d</I> may be "front", "back", or "both" and denotes which sides of
the page are to be scanned (duplex scanner only for example
3091, 3093Gd).
lampcolor c
<I>c</I> may be "red", "green", "blue", or "default" - the lamp color
to be used when doing graysacale or b/w scans on the M3091.
blueoffset, greenoffset
Color justification options for the M3091; anything other than
+1/-1 will probably distort the image. Should be left alone
unless your scanner is buggy.
swapfile
boolean option for the M3091. Only affects duplex scans. If set,
a swap file will be used for storing the rear side of a document
as it is scanned; otherwise the whole page will be kept in mem-
ory.
You may specify the line "forceModel=xxx" in the configuration file to
make the driver treat your scanner as an "xxx" scanner (currently sup-
ported: 3096, 3091). Use this if you have another scanner that is not
automatically detected as being compatible.
The only other configuration option supported is "scsi-buf-size=xxx",
allowing you to set the SCSI buffer size to something other than the
compiled-in default. Especially with the M3091 scanner, some users had
the problem that the scanner would "hang" mid-page, and this can often
be alleviated by using "scsi-buf-size=32768".
</PRE>
<H2>SEE ALSO</H2><PRE>
<B><A HREF="sane.7.html">sane(7)</A></B>, <B><A HREF="sane-scsi.5.html">sane-scsi(5)</A></B>, <B><A HREF="sane-sp15c.5.html">sane-sp15c(5)</A></B> <B><A HREF="sane-usb.5.html">sane-usb(5)</A></B>,
Fujitsu ScanPartner 15C OEM Manual, Doc. No. 250-0081-0
Fujitsu M3096G OEM Manual, part number 50FH5028E-05
Fujitsu M3096GX/M3093GX/M3093DG OEM Manual, part number C150-E015...03
</PRE>
<H2>AUTHOR</H2><PRE>
3096/SP15 drivers: Randolph Bentson &lt;bentson@holmsjoen.com&gt;, with
credit to the unnamed author of the coolscan driver
3091 driver: Frederik Ramm &lt;frederik@remote.org&gt; 3093GD,fi-4340C, ipc
and cmp options: Oliver Schirrmeister &lt;oschirr@abm.de&gt; 3092 patch:
Mario Goppold &lt;mgoppold@tbzpariv.tcc-chemnitz.de&gt; fi-4220C patch and
USB support: Ronald B. Cemer &lt;ron@roncemer.com&gt;
</PRE>
<H2>LIMITATIONS</H2><PRE>
Only tested with Linux 2.4
</PRE>
<H2>BUGS</H2><PRE>
I'm sure there are plenty, and not too well hidden, but I haven't seen
them yet. I don't know if the ScanPartner 15C still works, because I'm
not able to test it. 3091/3092 don't support halftone
sane-backends 1.0.13 17 Apr 2002 <B><A HREF="sane-fujitsu.5.html">sane-fujitsu(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>