fix lineart scanning below 300 dpi for gl124 scanners

- drop software line interpolation for LINESEL use
merge-requests/1/head
Stphane Voltz 2012-08-05 19:03:09 +02:00
rodzic 41733d874e
commit 1571492fcc
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -994,7 +994,9 @@ gl124_init_motor_regs_scan (Genesys_Device * dev,
}
if ((scan_mode != SCAN_MODE_COLOR) && (yres<300))
{
yres=300;
scan_dummy=dev->line_interp-1;
dev->line_interp=0;
yres=300;
}
sanei_genesys_set_triple(reg,REG_LINCNT,lincnt);