diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-06 14:00:40 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-06 14:00:40 +0200 |
commit | 6e9c41a892ed0e0da326e0278b3221ce3f5713b8 (patch) | |
tree | 2e301d871bbeeb44aa57ff9cc070fcf3be484487 /testsuite/sanei/data/umax_pp.conf |
Initial import of sane-backends version 1.0.24-1.2
Diffstat (limited to 'testsuite/sanei/data/umax_pp.conf')
-rw-r--r-- | testsuite/sanei/data/umax_pp.conf | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/testsuite/sanei/data/umax_pp.conf b/testsuite/sanei/data/umax_pp.conf new file mode 100644 index 0000000..69cc47d --- /dev/null +++ b/testsuite/sanei/data/umax_pp.conf @@ -0,0 +1,64 @@ +# For documentation see sane-umax_pp(5) + +# GLOBAL # + +# size (in bytes) of scan buffer (default: 2 megabyte) +option buffer 1048576 + + +# DEVICES # + +# specify the port your scanner is connected to. +# +# the value 'auto' will make the backend find the correct value +# by itself, it will scan ppdev, ppi device, then hardware address +# 'safe-auto' will do the same but won't do direct hardware access +# on linux systems, you may provide the device name of the ppdev character +# device : /dev/parport0, /dev/parport1, ...... +# +# on *BSD, you may provide the device name of the ppi device: /dev/ppi0, +# /dev/ppi1, ... +# +# Possible hardware addresses are 0x378 (lp0) +# 0x278 (lp2) and 0x3c8 (lp1) +# + +port safe-auto + +# the following options are local to this scanner +# gain for red channel, if not given, will be automatically computed +# must be between 0 and 15 +option red-gain 1 + +# gain for green channel, if not given, will be automatically computed +# must be between 0 and 15 +option green-gain 2 + +# gain for blue channel, if not given, will be automatically computed +# must be between 0 and 15 +option blue-gain 3 + +# offset for red channel, if not given, will default to 0 +# must be between 0 and 15 +option red-offset 4 + +# offset for green channel, if not given, will default to 0 +# must be between 0 and 15 +option green-offset 5 + +# offset for blue channel, if not given, will default to 0 +# must be between 0 and 15 +option blue-offset 6 + + +# +# +# model number +# +# valid values are 610, 1220, 1600 and 2000 +# +# by default, no model, we rely on autodetection +# in case you have black or 'inverted' scans, +# you may override detection by providing the +# model number +option astra 1600 |