kopia lustrzana https://gitlab.com/sane-project/backends
Version 0.1.38:
Removed changes regarding 12/14 bit support because of SANE feature freeze for 1.0.4. The following fixes are in the software compared to the version prior to the feature freeze: - refresh UI after a change in the scan mode setting (was not updated when going from Binary to Gray or vice versa) - Read values for "line distance" from the scanner instead of using hardcoded values. This makes sure the backend always uses the correct values regardless of firmware version. - Fixed an "off-by-one" error in the color reordering routine that caused weird artifacts in some instances.DEVEL_2_0_BRANCH-1
rodzic
3595e6345b
commit
df09dcb4c6
|
@ -10,7 +10,7 @@
|
|||
;
|
||||
|
||||
:backend "epson" ; name of backend
|
||||
:version "0.1.36" ; version of backend
|
||||
:version "0.1.38" ; version of backend
|
||||
:status :beta ; :alpha, :beta, :stable, :new
|
||||
:manpage "sane-epson" ; name of manpage (if it exists)
|
||||
:url "http://www.freecolormanagement.com/sane" ; backend's web page
|
||||
|
@ -82,8 +82,8 @@
|
|||
:model "Expression 800"
|
||||
:interface "SCSI"
|
||||
|
||||
:model "Expression 800"
|
||||
:comment "only 8/24 bit mode supported at this time"
|
||||
:model "Expression 1600"
|
||||
:comment "only 8/24 bit mode supported at this time - an experimental version with support for 12/36bit can be found at <A HREF=\"http://www.freecolormanagement.com/sane\">http://www.freecolormanagement.com/sane</A>"
|
||||
:interface "SCSI USB"
|
||||
|
||||
:model "FilmScan 200"
|
||||
|
|
Ładowanie…
Reference in New Issue