kopia lustrzana https://gitlab.com/sane-project/backends
2003-12-01 Jochen Eisinger <jochen@penguin-breeder.org>
* backend/mustek_pp_ccd300.c: Fixed horizontal offset of scan area and scaling for color scansmerge-requests/1/head
rodzic
0071c50c5c
commit
7819d0f185
|
@ -1,6 +1,7 @@
|
|||
2003-12-01 Jochen Eisinger <jochen@penguin-breeder.org>
|
||||
|
||||
* backend/mustek_pp_ccd300.c: Fixed vertical offset of scan area
|
||||
* backend/mustek_pp_ccd300.c: Fixed horizontal offset of scan area
|
||||
and scaling for color scans
|
||||
|
||||
2003-11-27 Karl Heinz Kremer <khk@khk.net>
|
||||
|
||||
|
|
|
@ -1947,7 +1947,7 @@ ccd300_start (SANE_Handle handle)
|
|||
{
|
||||
int failed = SANE_FALSE, cnt;
|
||||
|
||||
priv->line_step = SANE_FIX (300.0 / (float) priv->hwres);
|
||||
priv->line_step = SANE_FIX (300.0 / (float) dev->res);
|
||||
priv->rdiff = priv->line_step;
|
||||
priv->bdiff = priv->rdiff + (priv->blue_offs << SANE_FIXED_SCALE_SHIFT);
|
||||
priv->gdiff =
|
||||
|
|
Ładowanie…
Reference in New Issue