awips2/pythonPackages/pil/Sane
root 2b462d8665 Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 06a8b51d6d [formerly a02aeb236c [formerly 9f19e3f712] [formerly 06a8b51d6d [formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]]
Former-commit-id: a02aeb236c [formerly 9f19e3f712]
Former-commit-id: a02aeb236c
Former-commit-id: 133dc97f67
2012-01-06 08:55:05 -06:00
..
_sane.c Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
CHANGES Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
demo_numarray.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
demo_pil.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
README Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
sane.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
sanedoc.txt Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00
setup.py Initial revision of AWIPS2 11.9.0-7p5 2012-01-06 08:55:05 -06:00

Python SANE module V1.1 (30 Sep. 2004)

The SANE module provides an interface to the SANE scanner and frame
grabber interface for Linux.  This module was contributed by Andrew
Kuchling and is extended and currently maintained by Ralph Heinkel 
(rheinkel-at-email.de). If you write to me please make sure to have the
word 'SANE' or 'sane' in the subject of your mail, otherwise it might
be classified as spam in the future.


To build this module, type (in the Sane directory): 

	python setup.py build

In order to install the module type:

	python setup.py install


For some basic documentation please look at the file sanedoc.txt
The two demo_*.py scripts give basic examples on how to use the software.