fix shading hp2300 shading calibration at dpi <= 300

merge-requests/1/head
Stphane Voltz 2009-08-05 07:51:11 +02:00
rodzic fc11d2ebea
commit 2c38397142
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3031,7 +3031,7 @@ genesys_send_shading_coefficient (Genesys_Device * dev)
o = 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[1] = 1;