sane-project-backends/tools
Henning Geinitz 4644df5bd7 2000-12-31 Henning Meier-Geinitz <hmg@gmx.de>
* tools/find-scanner.c: Removed. Now called sane-find-scanner.
	* tools/sane-find-scanner: New file (was find-scanner).
	* tools/.cvsignore tools/Makefile.in tools/README: Updated because
	  of name change. sane-find-scanner is installed now.
	* README README.linux: Updated because of sane-find-scanner.
	* frontend/scanimage.man: Updated because of sane-find-scanner.
	* doc/sane-find-scanner.man: New file.
	* doc/.cvsignore doc/Makefile.in: Added sane-find-scanner(1).
	* TODO: Updated concerning sane-find-scanner. Added entry about
	  qcam /tmp file handling. Some spelling corrections.
2000-12-31 19:35:04 +00:00
..
Makefile.in
README
libtool-get-dll-ext
mustek600iin-off.c
sane-config.in
sane-desc.el
sane-find-scanner.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.

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.