mentioned the new FB1200S in the man pages

merge-requests/1/head
Ulrich Deiters 2003-02-26 17:52:40 +00:00
rodzic 0dcf319756
commit 540656fd72
2 zmienionych plików z 28 dodań i 31 usunięć

Wyświetl plik

@ -10,7 +10,7 @@
:backend "canon" ; name of backend
:manpage "sane-canon"
:version "1.10" ; version of backend
:version "1.12" ; version of backend
:status :alpha ; :alpha, :beta, :stable, :new
:url "http://www.rzg.mpg.de/~mpd/sane/" ; backend home page
@ -27,10 +27,13 @@
:model "CanoScan 620S" ; name models for above-specified mfg.
:interface "SCSI"
:comment "1 pass; flatbed scanner"
:model "CanoScan 1200S" ; name models for above-specified mfg.
:interface "SCSI"
:comment "1 pass; flatbed scanner"
:model "CanoScan 2700F" ; name models for above-specified mfg.
:interface "SCSI"
:comment "1 pass; film scanner"
:model "CanoScan 2710" ; name models for above-specified mfg.
:model "CanoScan 2710S" ; name models for above-specified mfg.
:interface "SCSI"
:comment "1 pass; 36bit film scanner"

Wyświetl plik

@ -15,56 +15,50 @@ CanoScan 600
.br
CanoScan FB620S
.br
CanoScan FB1200S
.br
CanoScan FS2700F
.br
CanoScan FS2710
CanoScan FS2710S
.br
.RE
.PP
No parallel port and USB scanners are supported and there are no plans to
support them in the future.
Parallel port and USB scanners are not supported by this backend; see
the manual pages for sane-canon_pp and sane-canon630u for further
information.
.PP
IMPORTANT: this is alpha code. Don't expect this to work
correctly. Many functions are missing, others contain errors. In some
cases, your computer might even hang. It cannot be excluded (although
I consider it extremely unprobable) that your scanner will be
damaged.
correctly. Some functions are missing, others contain errors. In some
cases your computer might even hang. It cannot be excluded (although
I consider it extremely unlikely) that your scanner will be damaged.
.PP
That said, TESTERS ARE WELCOME. Send your bug reports and comments to
Manuel Panea <mpd@rzg.mpg.de>; for questions concerning the FB620
contact Mitsuru Okaniwa <m-okaniwa@bea.hi-ho.ne.jp>, for the FS2710
Ulrich Deiters <ukd@xenon.pc.uni-koeln.de>.
Manuel Panea <mpd@rzg.mpg.de>; for questions concerning the FB620 and
FB1200S contact Mitsuru Okaniwa <m-okaniwa@bea.hi-ho.ne.jp>, for the
FS2710S Ulrich Deiters <ukd@xenon.pc.uni-koeln.de>.
.PP
.SH TIPS (FS2700)
.SH TIPS (FS2700F)
.PP
Scanning either slides or negatives has been found to require rather
large gamma corrections of about 2.2 to 2.4 (same value for red, green,
and blue). Also, for slides, using "Auto Exposure" helps a lot.
and blue). It is recommended to use the automatic exposure controls
of the front end xsane for best results.
.PP
The "Auto Exposure" function for slides makes the scanner do a first
pass on the film to determine the Highlight and Shadow point
values. The "Auto Focus" function triggers yet another pass to
determine the focus value. After that, the real scanning pass takes
place. The "Auto Exposure" function is not available for negatives yet.
The "Auto Focus" function triggers a special pass to determine the focus
value. After that, the real scanning pass takes place.
.PP
Even with "Auto Focus" turned on, the scanned image is often a bit too
blurred. Using the GIMP to do a "Filter->Enhance->Sharpen" at about 40
to 60 improves the image considerably. It is likely that a sharpen filter
will be included in a future version of this backend.
.PP
The "native" scanner resolutions of the 2700F are the integer
sub-multiples of 2720 dpi, i.e. 1360, 680, 340 and 170. Scanning at
other resolutions is possible, but there will be noticeably more jaggies
in the image than when using one of the "native" resolutions.
to 60 improves the image considerably.
.PP
.SH TIPS (FS2710)
.SH TIPS (FS2710S)
.PP
Gamma corrections are done not by the scanner, but by the backend.
The scanner is always run in 12-bit mode. In "color" mode the image
data are corrected for gamma, shadow point, etc., and then truncated
to 8-bit intensities; the default gamma value is 2.5. In "raw" mode the
to 8-bit intensities; the default gamma value is 2.0. In "raw" mode the
image data are exported without corrections as 16-bit intensities; this
mode can be recommended if extensive adjustments have to be made to a
picture (and if the frontend can handle 16-bit intensities).
@ -84,7 +78,7 @@ support dynamic loading).
.TP
.B SANE_DEBUG_CANON
If the library was compiled with debug support enabled, this
environment variable controls the debug level for this backend. Higher
environment variable controls the debug level for this backend. Higher
debug levels increase the verbosity of the output.
Example:
@ -98,7 +92,7 @@ http://www.rzg.mpg.de/~mpd/sane/
doc/canon.install2700F.txt (installation of a CanoScan 2700F
.br
.SH AUTHOR
Helmut Koeberle, Manuel Panea, and Markus Mertinat; FB620S support
by Mitsuru Okaniwa; FS2710 support by Ulrich Deiters
Helmut Koeberle, Manuel Panea, and Markus Mertinat; FB620S and FB1200S support
by Mitsuru Okaniwa; FS2710S support by Ulrich Deiters
.br
Man page by Henning Meier-Geinitz (mostly based on canon.README)