kopia lustrzana https://gitlab.com/sane-project/backends
Decreased the maximum number of pixels on a line for CIS scanners a bit to
avoid border artifacts.merge-requests/1/head
rodzic
d78590877b
commit
9423b5e201
|
@ -1,3 +1,8 @@
|
||||||
|
2005-10-22 Eddy De Greef <eddy_de_greef at tiscali dot be>
|
||||||
|
|
||||||
|
* backend/mustek_pp_cis.c: Decreased the maximum number of pixels
|
||||||
|
on a line for CIS scanners a bit to avoid border artifacts.
|
||||||
|
|
||||||
2005-10-22 Eddy De Greef <eddy_de_greef at tiscali dot be>
|
2005-10-22 Eddy De Greef <eddy_de_greef at tiscali dot be>
|
||||||
|
|
||||||
* backend/mustek_pp_cis.c backend/mustek_pp_cis.h
|
* backend/mustek_pp_cis.c backend/mustek_pp_cis.h
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
#define MUSTEK_PP_CIS_CHANNEL_BLUE 2
|
#define MUSTEK_PP_CIS_CHANNEL_BLUE 2
|
||||||
#define MUSTEK_PP_CIS_CHANNEL_GRAY 1
|
#define MUSTEK_PP_CIS_CHANNEL_GRAY 1
|
||||||
|
|
||||||
#define MUSTEK_PP_CIS_MAX_H_PIXEL 5120
|
#define MUSTEK_PP_CIS_MAX_H_PIXEL 5118
|
||||||
#define MUSTEK_PP_CIS_MAX_V_PIXEL 7000
|
#define MUSTEK_PP_CIS_MAX_V_PIXEL 7000
|
||||||
|
|
||||||
#define MUSTEK_PP_CIS_MOTOR_REVERSE 0
|
#define MUSTEK_PP_CIS_MOTOR_REVERSE 0
|
||||||
|
|
Ładowanie…
Reference in New Issue