awips2/pythonPackages/pil/Sane
root 57877615f5 Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 2b462d8665 [formerly 133dc97f67] [formerly a02aeb236c] [formerly a02aeb236c [formerly 9f19e3f712]] [formerly 2b462d8665 [formerly 133dc97f67] [formerly a02aeb236c] [formerly a02aeb236c [formerly 9f19e3f712]] [formerly 06a8b51d6d [formerly a02aeb236c [formerly 9f19e3f712] [formerly 06a8b51d6d [formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]]]]
Former-commit-id: 06a8b51d6d
Former-commit-id: 2c3569dd39 [formerly 9bb8decbcf] [formerly 8e80217e59] [formerly e2ecdcfe33 [formerly 377dcd10b9] [formerly 8e80217e59 [formerly 3360eb6c5f]]]
Former-commit-id: e2ecdcfe33 [formerly 377dcd10b9]
Former-commit-id: e2ecdcfe33
Former-commit-id: 7dbd17a5aa
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.