sane-project-backends/tools
Rolf Bensch 54a6c5cea8 scanner group access with and without acl support 2012-04-20 21:38:47 +02:00
..
hotplug Add basic .gitignore files 2009-05-04 14:45:17 +02:00
hotplug-ng Add basic .gitignore files 2009-05-04 14:45:17 +02:00
openbsd 2007-04-5 Jochen Eisinger <jochen@penguin-breeder.org> 2007-04-05 07:41:02 +00:00
.gitignore updated ukranian translation from Yuri Chornoivan 2010-04-21 08:36:12 -04:00
Makefile.am * Makefile.in, aclocal.m4, configure, */Makefile.in: Regenerated 2009-05-03 22:01:23 +00:00
Makefile.in Add --disable-dynamic/--disable-preload and update docs 2011-11-08 21:28:30 -06:00
README 2007-04-5 Jochen Eisinger <jochen@penguin-breeder.org> 2007-04-05 07:41:02 +00:00
RenSaneDlls.cmd Fixed OS/2 restriction for dlopening DLLs on OS/2, as 2005-06-30 08:18:29 +00:00
check-po.awk second try committing these 2008-01-18 01:47:47 +00:00
check-usb-chip.c add support for libusb-win32 2011-12-27 17:35:35 -06:00
epson2usb.pl epson2: added tool to generate device list 2010-12-12 16:19:51 +01:00
gamma4scanimage.c
libtool-get-dll-ext Fixed compilation problem with newer tail programs which don't understand "-1" 2006-07-25 18:34:44 +00:00
mustek600iin-off.c
sane-backends.pc.in Fix pkg-config file syntax 2010-04-26 21:13:44 +02:00
sane-config.in use pkg-config in sane-config 2011-09-16 13:11:32 +02:00
sane-desc.c scanner group access with and without acl support 2012-04-20 21:38:47 +02:00
sane-find-scanner.c build fix, use the right scsi header on win32 2012-01-21 22:16:50 -06:00
umax_pp.c umax_pp: define _XOPEN_SOURCE for putenv() 2010-06-23 18:21:38 +02:00
xerox

README

2006-05-10

This directory contains various tools that may be useful:

 hotplug/:
        Linux hotplug script and an automatically generated config file
        (libsane.usermap) used to change the permissions on the libusb "device
        nodes" in /proc/bus/usb/ when a scanner is plugged in. For newer Linux
        kernels, you may need to use udev instead.  Please read the README file
        in this directory for instructions.

 hotplug-ng/:
        Linux hotplug-ng script and an automatically generated config file
        (libsane.db) used to change the permissions on the libusb "device nodes"
        in /proc/bus/usb/ when a scanner is plugged in. For newer Linux kernels,
        you may need to use udev instead.  Please read the README file in this
        directory for instructions.

 udev/:
	Contains a automatically generated udev rules file. udev now replaces
	hotplug and provides all the functionalities of hotplug. libusb 0.1.12
	or newer is necessary.

 openbsd/:
 	Contains example scripts for hotplugd(8) for USB scanners accessed via
	libusb.

 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.