1sane-teco1(5)            SANE Scanner Access Now Easy            sane-teco1(5)
2
3
4

NAME

6       sane-teco1 - SANE backend for TECO / RELISYS scanners
7

DESCRIPTION

9       The  sane-teco1  library  implements  a  SANE (Scanner Access Now Easy)
10       backend that provides access to some TECO SCSI flatbed  scanners.  This
11       backend  should  be considered beta-quality software! TECO scanners are
12       sold under various brands like RELISYS, PIOTECH,  TRUST.  This  backend
13       may or may not support yours.
14
15       The scanners that should work with this backend are:
16
17                 Vendor Model           TECO model      status
18              ----------------------  --------------  -----------
19                Relisys AVEC 2400        VM3520        tested
20                Relisys AVEC 2412        VM3520+       tested
21                Relisys AVEC 4800        VM4530        untested
22                Relisys AVEC 4816        VM4530+       untested
23                Relisys RELI 2400        VM3530        untested
24                Relisys RELI 2412        VM3530+       tested
25                Relisys RELI 2412        VM3530+       untested
26                Relisys RELI 4816        VM4540        tested
27                Relisys RELI 4830        VM4542        tested
28                Relisys RELI 9600        VM6530        untested
29                Relisys RELI 9612        VM6530*       untested
30                Relisys RELI 9624        VM6530+       untested
31                Relisys RELI 9630        VM6540        untested
32                Relisys RELI DS15        VM3440        untested
33                Relisys RELI DS6         VM3420        untested
34                Dextra  DF-600P          VM3510        tested
35                Dextra  DF-4830T         VM4542        untested
36                Dextra  DF-1200T+        VM3530+       untested
37                Dextra  DF-9624          VM6530+       untested
38
39       Note  that  the  untested  scanner  will not be directly supported. You
40       should contact the author for that.
41
42       The TECO VM number can usually be found at the back of the scanner.  It
43       is  also  part  of the FCC ID.  sane-find-scanner -v will also show the
44       SCSI inquiry, and if it is a TECO scanner, the name will be there too.
45
46       The options the backend supports can either be selected through command
47       line  options  to programs like scanimage(1) or through GUI elements in
48       xscanimage(1) or xsane(1).
49
50       If you have any success with a scanner not listed here, or if  you  no‐
51       tice  any  strange behavior, please report to the backend maintainer or
52       to the SANE mailing list.
53
54       Valid command line options and their syntax can be listed by using:
55
56              scanimage --help -d teco1
57
58
59       Scan Mode
60
61
62       --mode Black & White|Grayscale|Color
63              Selects the basic  mode  of  operation  of  the  scanner.  Valid
64              choices are Black & White, Grayscale and Color.
65
66              The  Black  &  White  mode  is for black and white only (1 bit).
67              Grayscale will produce 256 levels of gray (8 bits).  Color  will
68              produce a 24 bit color image.
69
70
71       --resolution 1..600
72              Selects  the resolution for a scan. The scanner can do all reso‐
73              lutions between 1 and 600, in increments of 1.
74
75
76
77       Geometry options
78
79
80       -l -t -x -y
81              Controls the scan area: -l sets the top left  x  coordinate,  -t
82              the  top  left  y  coordinate,  -x  selects the width and -y the
83              height of the scan area. All parameters are  specified  in  mil‐
84              limeters by default.
85
86
87
88       Enhancement options
89
90
91       --custom-gamma
92              (color  mode only) allows the user to specify a gamma table (see
93              the next 3 parameters).
94
95
96       --red-gamma-table
97              Can be used to download a user defined gamma table for  the  red
98              channel.  The table must be 256 bytes long. Color mode only.
99
100
101       --green-gamma-table
102              Can be used to download a user defined gamma table for the green
103              channel.  The table must be 256 bytes long. Color mode only.
104
105
106       --blue-gamma-table
107              Can be used to download a user defined gamma table for the  blue
108              channel.  The table must be 256 bytes long. Color mode only.
109
110
111       --dither Line art|2x2|3x3|4x4 bayer|4x4 smooth|8x8 bayer|8x8 smooth|8x8
112       horizontal|8x8 vertical
113              Select the dither mask to use. Black & White only.
114
115
116
117       --preview
118              Requests a preview scan. The resolution used is 22 dpi  and  the
119              scan  area  is  the  maximum  allowed. The scan mode is user se‐
120              lected. The default is "no".
121
122
123

CONFIGURATION FILE

125       The configuration file /etc/sane.d/teco1.conf supports only  one  item:
126       the device name to use (eg /dev/scanner).
127
128
129

FILES

131       /usr/lib64/sane/libsane-teco1.a
132              The static library implementing this backend.
133
134       /usr/lib64/sane/libsane-teco1.so
135              The shared library implementing this backend (present on systems
136              that support dynamic loading).
137
138
139

ENVIRONMENT

141       SANE_DEBUG_TECO1
142              If the library was compiled with debug support enabled, this en‐
143              vironment  variable  controls  the debug level for this backend.
144              E.g., a value of 128 requests all debug output  to  be  printed.
145              Smaller levels reduce verbosity.
146
147
148

LIMITATIONS

150       The  windows TWAIN driver has many more options than this SANE backend.
151       However they are only software adjustments. This  backend  only  imple‐
152       ments what the scanner can support.
153
154
155

BUGS

157       None known.
158
159

SEE ALSO

161       sane-scsi(5), scanimage(1), xscanimage(1), xsane(1), sane(7)
162
163

AUTHOR

165       The package is actively maintained by Frank Zago.
166              http://www.zago.net/sane/#teco
167
168

CREDITS

170       Thanks  to Gerard Delafond for the VM4542 support.  Thanks to Jean-Yves
171       Simon for the VM3510 support.
172
173
174
175                                  14 Jul 2008                    sane-teco1(5)
Impressum