first support for the lide600. 1200dpi dropped.

merge-requests/518/head
pimvantend 2020-08-22 11:15:44 +02:00
rodzic d00af49e36
commit ed43548de7
3 zmienionych plików z 2055 dodań i 256 usunięć

Wyświetl plik

@ -391,6 +391,10 @@ init_options (CANON_Handle * chndl)
od->size = sizeof (SANE_Word);
od->cap = SANE_CAP_SOFT_DETECT | SANE_CAP_SOFT_SELECT;
od->constraint_type = SANE_CONSTRAINT_WORD_LIST;
if (chndl->productcode == 0x2224)
{
resolution_list[0] = 4;
}
od->constraint.word_list = resolution_list;
chndl->val[opt_resolution].w = init_resolution;

Wyświetl plik

@ -1,12 +1,13 @@
.TH sane\-canon_lide70 5 "26 Nov 2019" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
.TH sane\-canon_lide70 5 "22 Aug 2020" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
.IX sane\-canon_lide70
.SH NAME
sane\-canon_lide70 \- SANE backend for the Canon LiDE 70 USB flatbed scanner
sane\-canon_lide70 \- SANE backend for the Canon LiDE 70 and 600(F) USB flatbed scanners
.SH DESCRIPTION
The
.B canon_lide70
library implements a SANE (Scanner Access Now Easy) backend that
provides access to the Canon Inc. CanoScan LiDE 70 flatbed scanner.
provides access to the Canon Inc. CanoScan LiDE 70 and 600(F)
flatbed scanners. The film unit of the LiDE 600F is not supported.
.PP
Due to Canon's unwillingness to provide scanner documentation, this
software was developed by analyzing the USB traffic of the Windows
@ -15,20 +16,14 @@ to the scanner is known only to a very limited extent. Some sophistication
present in the Windows XP driver has been left out. There is, for example,
no active calibration.
.PP
TESTERS ARE WELCOME. Send your bug reports and comments to
Testers and reviewers are welcome. Send your bug reports and comments to
the sane\-devel mailing list <sane\-devel@alioth-lists.debian.net>
.PP
The
.B Canoscan LiDE 600
(or 600f, with film unit) is closely related to the LiDE 70, but
it does not work with this backend. Support for the LiDE 600 will
be added by the end of 2020.
.PP
.SH CONFIGURATION
The
.I @CONFIGDIR@/canon_lide70.conf
file identifies the LiDE 70 by its vendor code 0x04a9 and its
product code 0x2225. For the LiDE 600(f) the product code would be 0x2224.
product code 0x2225. For the LiDE 600(f) the product code is 0x2224.
.PP
.SH BACKEND SPECIFIC OPTIONS
.PP
@ -36,7 +31,8 @@ product code 0x2225. For the LiDE 600(f) the product code would be 0x2224.
.TP
\-\-resolution 75|150|300|600|1200 [default 600]
.BR
Sets the resolution of the scanned image in dots per inch. Scanning at 1200 dpi is very slow.
Sets the resolution of the scanned image in dots per inch. Scanning at 1200 dpi
is not available on the LiDE 600(F) and it is very slow on the LiDE 70.
.TP
\-\-mode Color|Gray|Lineart [default: Color]
.BR
@ -87,12 +83,13 @@ Example:
SANE_DEBUG_CANON_LIDE70=128 scanimage > /dev/null
.SH KNOWN PROBLEMS
At low resolutions (75 and 150 dpi, implying high slider speeds)
the scanner misses the top one millimeter of the scan area. This can
the LiDE 70 misses the top one millimeter of the scan area. This can
be remedied by shifting the document one millimeter downward, in cases
where such precision matters. Note that xsane uses the 75 dpi mode for
prescans.
prescans. The problem is worse on the LiDE 600(F), where the
offset is five millimeters.
.PP
It is recommended that in xsane the gamma value be set to approximately 1.5
It is recommended that in xsane the gamma value be set to approximately 1.7
to get more realistic colors. This also wipes out some artifacts caused by
the lack of real calibration.
.SH "SEE ALSO"