More WS cleanup courtesy of @Arfrever

This commit is contained in:
Alex Clark 2013-06-30 18:46:03 -04:00
parent bb1b3a532c
commit e43e06b80e
3 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ _sane.c:
because it is only set when SANE_ACTION_SET_VALUE is used.
- scanDev.get_parameters() now returns the scanner mode as 'format',
no more the typical PIL codes. So 'L' became 'gray', 'RGB' is now
'color', 'R' is 'red', 'G' is 'green', 'B' is 'red'. This matches
'color', 'R' is 'red', 'G' is 'green', 'B' is 'red'. This matches
the way scanDev.mode is set.
This should be the only incompatibility vs. version 1.0.

View File

@ -3,13 +3,13 @@ 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
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):
To build this module, type (in the Sane directory):
python setup.py build

View File

@ -14,7 +14,7 @@ pildriver.py (by Eric S. Raymond)
A class implementing an image-processing calculator for scripts.
Parses lists of commnds (or, called interactively, command-line
arguments) into image loads, transformations, and saves.
arguments) into image loads, transformations, and saves.
--------------------------------------------------------------------
viewer.py