Fixed some small mistakes. Added link to mostang.com mailing list archive.

Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2001-10-09 18:54:28 +00:00
rodzic a6171fea9f
commit dd278126f3
1 zmienionych plików z 12 dodań i 10 usunięć

Wyświetl plik

@ -10,19 +10,21 @@ provides access to Apple flatbed scanners. At present, the following
scanners are supported from this backend:
.PP
.br
----------- ----------- ------------------ -----
--------------- ----- ------------------ ------
.br
AppleScanner 4bit 16 Shades of Gray
AppleScanner 4bit 16 Shades of Gray
.br
OneScanner 8bit 256 Shades of Gray
OneScanner 8bit 256 Shades of Gray
.br
ColorOneScanner 24bit RGB color 3-pass
ColorOneScanner 24bit RGB color 3-pass
.PP
If you own a Apple scanner other than the ones listed above that
works with this backend, please let us know by sending the scanner's
model name, SCSI id, and firmware revision to
.IR sane\-devel@mostang.com .
See http://www.mostang.com/sane/mail.html for details on how to subscribe to
sane-devel.
.SH "DEVICE NAMES"
This backend expects device names of the form:
@ -137,11 +139,11 @@ another SCAN command the lamp goes off and the carriage returns to the home
position.
.TP
.B Compression (AppleScanner)
Scanner it can compress data with CCITT Group III, one dimensional algorithm
The Scanner can compress data with CCITT Group III, one dimensional algorithm
(fax), and the Skip White Line algorithm.
.TP
.B Multiple Windows (AppleScanner)
AppleScanner may support multiple windows. That it would be a cool feature
AppleScanner may support multiple windows. It would be a cool feature
and a challenge for me to code it if you could intermix different options
for different windows (scan areas). This way you could scan a document
in LineArt mode but the figures in it on Gray and in a different resolution.
@ -214,23 +216,23 @@ I am quoting David Myers Here...
>hardware, or may be bugs in your driver or in SANE itself...
.SH DEBUG
if you encounter a GUI bug please set the environment variable
If you encounter a GUI bug please set the environment variable
SANE_DEBUG_APPLE to 255 and rerun the excact sequence of keystrokes
and menu selections to reproduce it. Then send me a report with the
log attached.
.PP
It would be very helpfull if you have handy an Apple machine (I am not sure
how Mackintos are spelled) with the AppleScanners driver installed and check
how Mackintoshs are spelled) with the AppleScanners driver installed and check
what option are grayed out (inactive) in what modes and report back to me.
.PP
if you want to offer some help but you don't have a scanner or you
If you want to offer some help but you don't have a scanner or you
don't have the model you would like to offer some help, or you are
a sane developer and you just want to take a look at how the apple backend
looks like. Goto to apple.h and #define the NEUTRALIZE_BACKEND
macro. You can select the scanner model through the APPLE_MODEL_SELECT
macro. Available options are APPLESCANNER, ONESCANNER, COLORONESCANNER.
.PP
if you encounter a SCSI bus error or trimmed and/or displaced images please
If you encounter a SCSI bus error or trimmed and/or displaced images please
also set the environment variable SANE_DEBUG_SANEI_SCSI to 255 before sendme
the report.