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
Karl Heinz Kremer 2000-12-03 21:59:15 +00:00
rodzic 3595e6345b
commit df09dcb4c6
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -10,7 +10,7 @@
; ;
:backend "epson" ; name of backend :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 :status :beta ; :alpha, :beta, :stable, :new
:manpage "sane-epson" ; name of manpage (if it exists) :manpage "sane-epson" ; name of manpage (if it exists)
:url "http://www.freecolormanagement.com/sane" ; backend's web page :url "http://www.freecolormanagement.com/sane" ; backend's web page
@ -82,8 +82,8 @@
:model "Expression 800" :model "Expression 800"
:interface "SCSI" :interface "SCSI"
:model "Expression 800" :model "Expression 1600"
:comment "only 8/24 bit mode supported at this time" :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" :interface "SCSI USB"
:model "FilmScan 200" :model "FilmScan 200"