kopia lustrzana https://gitlab.com/sane-project/backends
fix shading hp2300 shading calibration at dpi <= 300
rodzic
fc11d2ebea
commit
2c38397142
|
@ -3031,7 +3031,7 @@ genesys_send_shading_coefficient (Genesys_Device * dev)
|
||||||
o = 2;
|
o = 2;
|
||||||
if(dev->settings.xres<=dev->sensor.optical_res/2)
|
if(dev->settings.xres<=dev->sensor.optical_res/2)
|
||||||
{
|
{
|
||||||
o = o - dev->sensor.dummy_pixel;
|
o = o - dev->sensor.dummy_pixel / 2;
|
||||||
}
|
}
|
||||||
cmat[0] = 0;
|
cmat[0] = 0;
|
||||||
cmat[1] = 1;
|
cmat[1] = 1;
|
||||||
|
|
Ładowanie…
Reference in New Issue