sane-project-backends/tools
Henning Geinitz ae150ee6e6 Removed.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-03-20 22:58:11 +00:00
..
Makefile.in Updated for separated lists of backends. Use package version in 2002-03-20 22:55:03 +00:00
README Added umax_pp test program (patch from Stéphane Voltz 2001-05-03 19:40:35 +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
…
sane-desc-ext.el Updated for separated lists of backends. Use package version in 2002-03-20 22:55:03 +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 Added OpenBSD device files. 2001-12-25 16:07:35 +00:00
umax_pp.c - chnaged version number 2002-03-10 06:29:41 +00:00
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.