sane-project-backends/tools
Henning Geinitz 238a1814b2 Format of output for devices supported by libusb and scanner module is the
same now. Minor output fixes.
2002-09-15 14:27:00 +00:00
..
Makefile.in Fixed gamma4scanimage target for OS/2. 2002-08-25 13:57:52 +00:00
README 2002-08-18 Oliver Rauch <Oliver.Rauch@rauch-domain.de> 2002-08-18 13:54:16 +00:00
gamma4scanimage.c 2002-08-18 Oliver Rauch <Oliver.Rauch@rauch-domain.de> 2002-08-18 13:54:16 +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 Avoid using "echo -e" for compatibility reasons. 2002-07-28 11:40:09 +00:00
sane-desc-ext.el Updated for separated lists of backends. Use package version in 2002-03-20 22:55:03 +00:00
sane-desc.c Models are sorted alphanumerically now. Added support for priorities if one 2002-07-17 18:03:51 +00:00
sane-desc.el.in Updated for separated lists of backends. Use package version in 2002-03-20 22:55:03 +00:00
sane-find-scanner.c Format of output for devices supported by libusb and scanner module is the 2002-09-15 14:27:00 +00:00
umax_pp.c * backend/umax_pp_low.c: handled 'short read' with ppdev 2002-08-15 08:32:08 +00:00
xerox Initial revision 1999-08-09 18:06:01 +00:00

README

2000-12-31

This directory contains various tools that may be useful:

 sane-find-scanner (previous name: "find-scanner"):
        Attempts to find a SCSI scanner attached to your system.
        Invoke with "sane-find-scanner -h" to get command-line
        syntax. Note that sane-find-scanner will find any scanner
        that is connected to a SCSI bus.  It will even find scanners
        that are not supported at all by SANE. 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.

Maybe useful for SANE developers:

 sane-desc:
        Generate SANE webpages (and ASCII lists) from backend .desc files.
        Use "make sane-desc" to compile. Run "sane-desc --help" for details.

 sane-desc.el, sane-desc-ext.el:
        Some handy elisp stuff to automagically generate descriptive
        SANE webpages from backend .desc files with emacs. Look at the
        top of the file for more details.

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