2004-06-05 09:48:45 +00:00
|
|
|
2004-06-05
|
1999-08-09 18:06:01 +00:00
|
|
|
|
|
|
|
This directory contains various tools that may be useful:
|
|
|
|
|
2004-02-28 10:06:32 +00:00
|
|
|
hotplug/:
|
2004-03-14 18:25:02 +00:00
|
|
|
Linux hotplug script and config file used to change the persmissions
|
2004-02-28 10:06:32 +00:00
|
|
|
on the libusb "device nodes" when a scanner is plugged in.
|
|
|
|
Please read the README file in this directory for instructions.
|
|
|
|
|
2003-01-11 23:43:05 +00:00
|
|
|
sane-find-scanner:
|
2000-12-31 19:35:04 +00:00
|
|
|
Attempts to find a SCSI scanner attached to your system.
|
|
|
|
Invoke with "sane-find-scanner -h" to get command-line
|
2003-01-11 23:43:05 +00:00
|
|
|
syntax. More details can be found in the man page
|
|
|
|
sane-find-scanner(1).
|
1999-08-09 18:06:01 +00:00
|
|
|
|
|
|
|
xerox:
|
2000-12-31 19:35:04 +00:00
|
|
|
A simple script to make photocopies ("xeroxing"). In
|
|
|
|
the script, you may need to adjust the device name
|
|
|
|
assigned to variable DEV and the resolution assigned
|
|
|
|
to variable RES as well as the paper with and height
|
|
|
|
(variables WIDTH and HEIGHT, respectively.
|
1999-08-09 18:06:01 +00:00
|
|
|
|
|
|
|
mustek600iin-off:
|
2000-12-31 19:35:04 +00:00
|
|
|
Allows you to turn off a Mustek 600 II N scanner.
|
|
|
|
Use "make mustek600iin-off" to compile.
|
2000-09-18 18:20:44 +00:00
|
|
|
|
2001-05-03 19:40:35 +00:00
|
|
|
umax_pp:
|
|
|
|
Command line utility to scan on UMAX astra 1220P,
|
|
|
|
1600P and 2000P, without using the backend. So that
|
|
|
|
scanner protocol can be tested directly.
|
|
|
|
|
2004-06-05 09:48:45 +00:00
|
|
|
gamma4scanimage: Creates a gamma table in the format expected by scanimage.
|
2002-08-18 13:54:16 +00:00
|
|
|
You can define a gamma value, shadow and highlight.
|
2004-06-05 09:48:45 +00:00
|
|
|
Take a look at manual page gamma4scanimage for further information.
|
|
|
|
|
|
|
|
RenSaneDlls.cmd: Convert backend-DLL-filenames according to 8.3 naming
|
|
|
|
convention necessary for DLLs on OS/2.
|
2002-08-18 13:54:16 +00:00
|
|
|
|
2002-07-05 19:37:08 +00:00
|
|
|
Maybe useful for SANE developers:
|
2000-09-18 18:20:44 +00:00
|
|
|
|
2003-05-05 15:10:34 +00:00
|
|
|
sane-config:
|
|
|
|
Show SANE version, linker flags etc. Might be useful for
|
|
|
|
frontend developers.
|
|
|
|
|
2002-07-05 19:37:08 +00:00
|
|
|
sane-desc:
|
|
|
|
Generate SANE webpages (and ASCII lists) from backend .desc files.
|
2003-05-05 15:10:34 +00:00
|
|
|
Run "sane-desc --help" for details. The default lists are generated
|
|
|
|
in doc/Makefile.
|
2002-07-05 19:37:08 +00:00
|
|
|
|
2003-05-05 15:10:34 +00:00
|
|
|
check-po.awk:
|
|
|
|
Print untranslated and fuzzy messages and their line numbers in the
|
|
|
|
source code and po file. Example:
|
|
|
|
cd po/ ; ../tools/check-po.awk sane-backends.de.po
|
|
|
|
You may need to adjust the path of awk in the first line of the
|
2003-05-07 03:53:24 +00:00
|
|
|
script. More documentation is in the script itself.
|
|
|
|
|