Upload linear gamma table for Pro models if custom gamma is off instead of

uploading the composed gamma table. That avoids applying gamm twice. Minor man
page update.
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-11-07 13:18:17 +00:00
rodzic 1eee8d286e
commit 912c6f300d
5 zmienionych plików z 4468 dodań i 1580 usunięć

Wyświetl plik

@ -8,6 +8,10 @@
backend options. Updated manpage and .desc file concerning scanner backend options. Updated manpage and .desc file concerning scanner
status. Added untested flag for Mustek ScanEpress A3 USB and Lexmark status. Added untested flag for Mustek ScanEpress A3 USB and Lexmark
X73. X73.
* backend/mustek.c doc/sane-mustek.man doc/descriptions/mustek.desc
doc/mustek/mustek.CHANGES: Upload linear gamma table for Pro models
if custom gamma is off instead of uploading the composed gamma table.
That avoids applying gamm twice. Minor man page update.
2002-11-05 Stéphane Voltz <svoltz@wanadoo.fr> 2002-11-05 Stéphane Voltz <svoltz@wanadoo.fr>

Plik diff jest za duży Load Diff

Wyświetl plik

@ -9,7 +9,7 @@
; ;
:backend "mustek" ; name of backend :backend "mustek" ; name of backend
:version "1.0-128" ; version of backend :version "1.0-129" ; version of backend
:status :stable ; :alpha, :beta, :stable, :new :status :stable ; :alpha, :beta, :stable, :new
:manpage "sane-mustek" ; name of manpage (if it exists) :manpage "sane-mustek" ; name of manpage (if it exists)
:url "http://www.meier-geinitz.de/sane/" :url "http://www.meier-geinitz.de/sane/"

Wyświetl plik

@ -1,5 +1,13 @@
CHANGES for the SANE Mustek backend CHANGES for the SANE Mustek backend
2002-11-07
* Released Mustek backend 1.0-129
2002-11-05
* Upload linear gamma table for Pro models if custom gamma is off instead
of uploading the composed gamma table. That avoids applying gamm twice.
* Minor man page update.
2002-10-11 2002-10-11
* Released Mustek backend 1.0-128 * Released Mustek backend 1.0-128

Wyświetl plik

@ -1,4 +1,4 @@
.TH sane-mustek 5 "22 Dec 2001" .TH sane-mustek 5 "5 Nov 2002"
.IX sane-mustek .IX sane-mustek
.SH NAME .SH NAME
sane-mustek - SANE backend for Mustek flatbed scanners sane-mustek - SANE backend for Mustek flatbed scanners
@ -366,6 +366,8 @@ high resolutions and wide scanareas.
Some scanners (e.g. Paragon 1200 A3 + Pro, SE A3) need more testing. Some scanners (e.g. Paragon 1200 A3 + Pro, SE A3) need more testing.
The gamma table supports only 256 colors, even if some scanners can do more.
More detailed bug information is available at the Mustek backend More detailed bug information is available at the Mustek backend
homepage homepage
.IR http://www.meier-geinitz.de/sane/ . .IR http://www.meier-geinitz.de/sane/ .