kopia lustrzana https://gitlab.com/sane-project/backends
Merge branch '438-hp-scanjet-3400c-incorrect-maximum-scan-area' into 'master'
Resolve "HP ScanJet 3400C incorrect maximum scan area" Closes #438 See merge request sane-project/backends!590261-fix-manual-page-to-html-conversion
commit
b1a2b5fdb6
|
@ -196,7 +196,7 @@ _UnityGammaTable (unsigned char *hwGamma)
|
|||
}
|
||||
|
||||
static const SANE_Range rangeXmm = { 0, 220, 1 };
|
||||
static const SANE_Range rangeYmm = { 0, 296, 1 };
|
||||
static const SANE_Range rangeYmm = { 0, 297, 1 };
|
||||
static const SANE_Int startUpGamma = SANE_FIX (1.6);
|
||||
|
||||
static const char colorStr[] = { SANE_VALUE_SCAN_MODE_COLOR };
|
||||
|
|
Ładowanie…
Reference in New Issue