kopia lustrzana https://gitlab.com/sane-project/backends
Replace the startup gamma with the same from the standalone version
Fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=629470merge-requests/1/head
rodzic
5c0812c51b
commit
1808a63b00
|
@ -1159,7 +1159,7 @@ options_init (TScanner * scanner)
|
||||||
TOptionValue *pVal;
|
TOptionValue *pVal;
|
||||||
|
|
||||||
/* set gamma */
|
/* set gamma */
|
||||||
gamma_create (scanner, 2.2);
|
gamma_create (scanner, 1.0);
|
||||||
|
|
||||||
/* color convertion */
|
/* color convertion */
|
||||||
scanner->cnv.colormode = -1;
|
scanner->cnv.colormode = -1;
|
||||||
|
|
Ładowanie…
Reference in New Issue