sane-project-backends/tools
Henning Geinitz 69a101ef06 Add -all_load to linker flags on MacOS X to avoid linker errors. 2003-05-02 21:58:57 +00:00
..
Makefile.in Add -all_load to linker flags on MacOS X to avoid linker errors. 2003-05-02 21:58:57 +00:00
README Updated sane-find-scanner and sane-desc.el entries. 2003-01-11 23:43:05 +00:00
gamma4scanimage.c
libtool-get-dll-ext
mustek600iin-off.c
sane-config.in
sane-desc-ext.el
sane-desc.c Fixed segfault. 2003-04-30 23:11:50 +00:00
sane-desc.el.in
sane-find-scanner.c Check all interfaces. Print a more definite message when a scanner was found 2003-02-19 19:40:44 +00:00
umax_pp.c - changed 'gain' option name to 'brightness' 2003-02-25 07:04:12 +00:00
xerox

README

2003-01-11

This directory contains various tools that may be useful:

 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.

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:
        These are the old elisp scripts to automagically generate descriptive
        SANE webpages from backend .desc files with emacs. Look at the
        top of the file for more details. They are here just for reference. Use
        sane-desc instead.

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