sane-project-backends/tools
Henning Geinitz ecf698eede Added test for interface 1 and altsetting 2 for GT-8911. Unified
ouitput. Formatting updates.
2004-10-05 14:27:33 +00:00
..
hotplug Committed patch from Aurélien Jarno adding USB IDs for Epson Stylus CX6400 (and doing s/EPSON/Epson/ on one entry to maintain consistency). 2004-08-18 17:04:54 +00:00
Makefile.in Fixed DESTFILES. 2004-10-03 17:39:44 +00:00
README Added REXX script to convert backend-DLL-filenames according to 8.3 naming 2004-06-05 09:48:45 +00:00
RenSaneDlls.cmd Fixed newlines. 2004-06-08 08:36:52 +00:00
check-po.awk Added script to check the translations for completeness (from Yann E. MORIN). 2003-05-05 15:09:49 +00:00
check-usb-chip.c Added test for interface 1 and altsetting 2 for GT-8911. Unified 2004-10-05 14:27:33 +00:00
gamma4scanimage.c Changed bug in gamm4scanimage: When shadow==0 and highlight!=maxin then 2003-09-29 20:32:48 +00:00
libtool-get-dll-ext Merge devel (v1.0.3) into head branch. 2000-08-12 15:11:46 +00:00
mustek600iin-off.c Used #include "../include/sane/...". 2001-05-13 18:44:13 +00:00
sane-config.in When using pkg-config to get library flags for gphoto2, any 2004-07-03 18:08:15 +00:00
sane-desc.c XML mode updates (patch from Jose Gato <jgato@gsyc.escet.urjc.es>) 2004-07-09 16:48:17 +00:00
sane-find-scanner.c Fixed compilation problem when compiled without libusb support. Print 2004-10-05 10:31:03 +00:00
umax_pp.c - rename 'contrast' to 'offset' and 'highlight' to 'gain'. 2004-08-25 19:51:58 +00:00
xerox Initial revision 1999-08-09 18:06:01 +00:00

README

2004-06-05

This directory contains various tools that may be useful:

 hotplug/:
        Linux hotplug script and config file used to change the persmissions
        on the libusb "device nodes" when a scanner is plugged in.
        Please read the README file in this directory for instructions.

 sane-find-scanner:
        Attempts to find a SCSI scanner attached to your system.
        Invoke with "sane-find-scanner -h" to get command-line
        syntax. More details can be found in the man page
        sane-find-scanner(1).

 xerox:
        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.

 mustek600iin-off:
        Allows you to turn off a Mustek 600 II N scanner.
        Use "make mustek600iin-off" to compile.

 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.

 gamma4scanimage: Creates a gamma table in the format expected by scanimage.
	You can define a gamma value, shadow and highlight. 
	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.

Maybe useful for SANE developers:

 sane-config:
        Show SANE version, linker flags etc. Might be useful for 
        frontend developers.

 sane-desc:
        Generate SANE webpages (and ASCII lists) from backend .desc files.
        Run "sane-desc --help" for details. The default lists are generated
        in doc/Makefile. 

 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
        script. More documentation is in the script itself.