kopia lustrzana https://gitlab.com/sane-project/backends
Bump backend version number, improve manpage, add credits
rodzic
cb3639d12f
commit
e59454b9f7
|
@ -8,7 +8,8 @@
|
|||
Corcaribe Tecnología C.A. www.cc.com.ve provided significant funding
|
||||
EvriChart, Inc. www.evrichart.com provided funding and loaned equipment
|
||||
Canon, USA. www.usa.canon.com loaned equipment
|
||||
HPrint hprint.com.br provided funding and testing for DR-2xxx support
|
||||
HPrint hprint.com.br provided funding and testing for DR-2510 support
|
||||
Stone-IT www.stone-it.com provided funding for DR-2010 and DR-2050 support
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
:backend "canon_dr" ; name of backend
|
||||
:url "http://www.thebility.com/canon/"
|
||||
:version "30" ; version of backend
|
||||
:version "34" ; version of backend
|
||||
:manpage "sane-canon_dr" ; name of manpage (if it exists)
|
||||
:comment "New backend as of SANE release 1.0.20, testers needed, see manpage"
|
||||
:devicetype :scanner ; start of a list of devices....
|
||||
|
@ -62,13 +62,13 @@
|
|||
:interface "USB"
|
||||
:usbid "0x1083" "0x161b"
|
||||
:status :complete
|
||||
:comment "Hardware provides: Gray/Color, Simplex/Duplex, Full-width, 300/600dpi horizontal. Driver provides: Binary, Cropping, Calibration, other resolutions"
|
||||
:comment "Hardware provides: Gray/Color, Simplex/Duplex, Full-width, 300/600dpi horizontal. Driver provides: Binary, Despeckle, Deskew, Cropping, Calibration, other resolutions."
|
||||
|
||||
:model "DR-2050C"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x160a"
|
||||
:status :complete
|
||||
:comment "Hardware provides: Gray/Color, Simplex/Duplex, Full-width. Driver provides: Binary, Cropping, Calibration"
|
||||
:comment "Hardware provides: Gray/Color, Simplex/Duplex, Full-width. Driver provides: Binary, Despeckle, Deskew, Cropping, Calibration."
|
||||
|
||||
:model "DR-2050SP"
|
||||
:interface "USB"
|
||||
|
@ -80,19 +80,19 @@
|
|||
:interface "USB SCSI"
|
||||
:usbid "0x04a9" "0x1601"
|
||||
:status :complete
|
||||
:comment "Hardware provides: Gray/Color, Simplex/Duplex, Full-width. Driver provides: Binary, Cropping, Calibration"
|
||||
:comment "Hardware provides: Gray/Color, Simplex/Duplex, Full-width. Driver provides: Binary, Despeckle, Deskew, Cropping, Calibration"
|
||||
|
||||
:model "DR-2510C"
|
||||
:interface "USB"
|
||||
:usbid "0x1083" "0x1617"
|
||||
:status :complete
|
||||
:comment "Hardware provides: Gray/Color, Simplex/Duplex, Full-width, 300/600dpi horizontal. Driver provides: Binary, Cropping, Calibration, other resolutions"
|
||||
:comment "Hardware provides: Gray/Color, Simplex/Duplex, Full-width, 300/600dpi horizontal. Driver provides: Binary, Despeckle, Deskew, Cropping, Calibration, other resolutions"
|
||||
|
||||
:model "DR-2580C"
|
||||
:interface "USB SCSI"
|
||||
:usbid "0x04a9" "0x1608"
|
||||
:status :complete
|
||||
:comment "Hardware provides: Gray/Color, Simplex/Duplex, Full-width. Driver provides: Binary, Cropping, Calibration"
|
||||
:comment "Hardware provides: Gray/Color, Simplex/Duplex, Full-width. Driver provides: Binary, Despeckle, Deskew, Cropping, Calibration"
|
||||
|
||||
:model "DR-3010C"
|
||||
:interface "USB"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH sane\-canon_dr 5 "20 May 2009" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.TH sane\-canon_dr 5 "30 Jul 2009" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.IX sane\-canon_dr
|
||||
|
||||
.SH NAME
|
||||
|
@ -10,11 +10,11 @@ The
|
|||
library implements a SANE (Scanner Access Now Easy) backend which
|
||||
provides access to some Canon DR-series scanners.
|
||||
|
||||
This document describes backend version 30, which shipped with SANE 1.0.21cvs.
|
||||
This document describes backend version 34, which shipped with SANE 1.0.21cvs.
|
||||
|
||||
.SH SUPPORTED HARDWARE
|
||||
This version has only been tested with a few scanner models. Please see
|
||||
http://www.sane\-project.org/sane\-supported\-devices.html for a more recent
|
||||
http://www.sane\-project.org/sane\-supported\-devices.html for the most recent
|
||||
list.
|
||||
|
||||
This backend may support other Canon scanners. The best
|
||||
|
@ -63,6 +63,32 @@ coordinates when using ADF and to detect double feed errors.
|
|||
.PP
|
||||
Other options will be available based on the capabilities of the scanner:
|
||||
enhancement, compression, buttons and sensors, etc.
|
||||
.PP
|
||||
Additionally, several 'software' options are exposed by the backend. These
|
||||
are reimplementations of features provided natively by larger scanners, but
|
||||
running on the host computer. This enables smaller machines to have similar
|
||||
capabilites. Please note that these features are somewhat simplistic, and
|
||||
may not perform as well as the native implementations. Note also that these
|
||||
features all require that the driver cache the entire image in memory. This
|
||||
will almost certainly result in a reduction of scanning speed.
|
||||
.PP
|
||||
swcrop
|
||||
.RS
|
||||
Requests the driver to detect the extremities of the paper within the larger
|
||||
image, and crop the empty edges.
|
||||
.RE
|
||||
.PP
|
||||
swdeskew
|
||||
.RS
|
||||
Requests the driver to detect the rotation of the paper within the larger
|
||||
image, and counter the rotation.
|
||||
.RE
|
||||
.PP
|
||||
swdespeck X
|
||||
.RS
|
||||
Requests the driver to find and remove dots of X diameter or smaller from the
|
||||
image, and fill the space with the average surrounding color.
|
||||
.RE
|
||||
|
||||
Use 'scanimage \-\-help' to get a list, but be aware that some options may
|
||||
be settable only when another option has been set, and that advanced options
|
||||
|
@ -172,7 +198,11 @@ EvriChart, Inc. www.evrichart.com provided funding and loaned equipment
|
|||
.br
|
||||
Canon, USA. www.usa.canon.com loaned equipment
|
||||
.br
|
||||
HPrint hprint.com.br provided funding and testing for DR-2xxx support
|
||||
HPrint hprint.com.br provided funding and testing for DR-2510 support
|
||||
.br
|
||||
Stone-IT www.stone-it.com provided funding for DR-2010 and DR-2050 support
|
||||
.br
|
||||
Special thanks to: Alejandro Imass, Andre Shimakawa, Martijn van Brummelen, Thanos Diacakis and Junren Shi for testing and feedback.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
sane(7),
|
||||
|
|
Ładowanie…
Reference in New Issue