All Projects → python-pillow → Sane

python-pillow / Sane

Licence: other
Python interface to the SANE scanner and frame grabber

Programming Languages

c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language

Python SANE module 2.9.1

Python SANE has been split from Python-Pillow as of version 2.7.0.

The SANE module provides an interface to the SANE scanner and frame grabber interface for Linux. This module was contributed by Andrew Kuchling formerly maintained by Ralph Heinkel. It is currently maintained by Sandro Mani.

Build

To build this module, make sure the sane development package is installed. Then, type:

python3 setup.py build

In order to install the module type:

python3 -m pip install .

For some basic documentation please look at the file sanedoc.txt The example.py script gives a basic example on how to use the software.

Documentation

Available at https://python-sane.readthedocs.io/en/latest/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].