geometry fine tuning

merge-requests/1/head
Stphane Voltz 2010-06-21 07:10:05 +02:00
rodzic 9f6fd50dfc
commit e84e265f14
3 zmienionych plików z 6 dodań i 5 usunięć

Wyświetl plik

@ -1,7 +1,8 @@
2010-06-20 Stéphane Voltz <stef.dev@free.fr>
2010-06-21 Stéphane Voltz <stef.dev@free.fr>
* backend/genesys.c backend/genesys_devices.c backend/genesys_gl847.c
backend/genesys_low.h: improve scan quality by using double x
resolution internally at low resolution
resolution internally at low resolution. Scan area geometry fine
tuning.
2010-06-18 Stéphane Voltz <stef.dev@free.fr>
* backend/genesys.c backend/genesys_devices.c backend/genesys_gl847.c:

Wyświetl plik

@ -55,7 +55,7 @@
#include "../include/sane/config.h"
#define BUILD 17
#define BUILD 18
#include <errno.h>
#include <string.h>

Wyświetl plik

@ -927,7 +927,7 @@ static Genesys_Model canon_lide_100_model = {
{16, 8, 0}, /* possible depths in gray mode */
{16, 8, 0}, /* possible depths in color mode */
SANE_FIX (0.0), /* Start of scan area in mm (x) */
SANE_FIX (1.1), /* Start of scan area in mm (x) */
SANE_FIX (8.3), /* Start of scan area in mm (y) */
SANE_FIX (216.07), /* Size of scan area in mm (x) */
SANE_FIX (299.0), /* Size of scan area in mm (y) */
@ -980,7 +980,7 @@ static Genesys_Model canon_lide_200_model = {
{16, 8, 0}, /* possible depths in gray mode */
{16, 8, 0}, /* possible depths in color mode */
SANE_FIX (0.0), /* Start of scan area in mm (x) */
SANE_FIX (1.1), /* Start of scan area in mm (x) */
SANE_FIX (8.3), /* Start of scan area in mm (y) */
SANE_FIX (216.07), /* Size of scan area in mm (x) */
SANE_FIX (299.0), /* Size of scan area in mm (y) */