kopia lustrzana https://gitlab.com/sane-project/backends
fix lineart scanning below 300 dpi for gl124 scanners
- drop software line interpolation for LINESEL usemerge-requests/1/head
rodzic
41733d874e
commit
1571492fcc
|
@ -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);
|
||||
|
|
Ładowanie…
Reference in New Issue