sane-project-backends/tools
Henning Geinitz a431e3cfe3 Fixed typo that prevented make from removing mustek600iin-off.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2001-06-04 16:12:23 +00:00
..
Makefile.in Fixed typo that prevented make from removing mustek600iin-off. 2001-06-04 16:12:23 +00:00
README
libtool-get-dll-ext
mustek600iin-off.c
sane-config.in
sane-desc.el
sane-find-scanner.c
umax_pp.c
xerox

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.

Maybe usefull for SANE developers:

 sane-desc.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.