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

NAME

6       sane-coolscan2 - SANE backend for Nikon Coolscan film scanners
7

DESCRIPTION

9       The  sane-coolscan2 library implements a SANE (Scanner Access Now Easy)
10       backend that provides access to Nikon  Coolscan  film  scanners.   Some
11       functions  of  this backend should be considered beta-quality software.
12       Most functions have been stable for a long time, but of course new  de‐
13       velopment  can  not  and will not function properly from the very first
14       day. Please report any strange behaviour to the maintainer of the back‐
15       end.
16
17
18       At present, the following scanners are known to work with this backend:
19
20              Model:                       Connection Type
21              ---------------------------  -------------------
22              LS-30 (Coolscan III)         SCSI
23              LS-2000                      SCSI
24              LS-40 ED (Coolscan IV)       USB
25              LS-4000 ED                   IEEE 1394
26              LS-8000 ED                   IEEE 1394
27
28       Please  send  mail to the backend author (andras@users.sourceforge.net)
29       to report successes or failures.
30
31

OPTIONS

33       The options the backend supports can either be selected through command
34       line  options  to programs like scanimage(1) or through GUI elements in
35       xscanimage(1) or xsane(1).
36
37       Valid command line options and their syntax can be listed by using:
38
39              scanimage --help -d coolscan2:<interface>:<device>
40
41       where <interface> and <device> specify the device in  question,  as  in
42       the configuration file (see next section). The -d parameter and its ar‐
43       gument can be omitted to obtain information on the first scanner  iden‐
44       tified. Use the command:
45
46              scanimage -L
47
48       to list all devices recognized by your SANE installation.
49
50       The  options  should  be fully described by the description or tooltips
51       given by frontend. Here is a description of some of the most  important
52       options,  in  the  syntax  with  which they must be supplied to scanim‐
53       age(1):
54
55       --frame <n>
56              This option specifies which frame to operate on, if a  motorized
57              film  strip feeder or APS adapter are used. The frame number <n>
58              ranges from 1 to the number of frames available, which is sensed
59              each  time  the  backend  is  initialized (usually each time you
60              start the frontend).
61
62       --subframe <x>
63              This option shifts the scan window by the specified amount  (de‐
64              fault unit is mm).
65
66       --infrared=yes/no
67              If  set  to  "yes",  the scanner will read the infrared channel,
68              thus allowing defect removal in software. The infrared image  is
69              read  during a second scan, with no options altered. The backend
70              must not be restarted between the scans.   If  you  use  scanim‐
71              age(1),  perform a batch scan with --batch-count=2 to obtain the
72              IR information.
73
74       --depth <n>
75              Here <n> can either be 8 or the maximum number of bits supported
76              by  the scanner (10, 12, or 14). It specifies whether or not the
77              scanner reduces the scanned data to 8 bits before sending it  to
78              the backend. If 8 bits are used, some information and thus image
79              quality is lost, but the amount of data is smaller  compared  to
80              higher  depths.  Also,  many  imaging programs and image formats
81              cannot handle depths greater than 8 bits.
82
83       --autofocus
84              Perform autofocus operation. Unless otherwise specified  by  the
85              other options ( --focus-on-centre and friends), focusing is per‐
86              formed on the centre of the selected scan area.
87
88       --ae-wb
89
90       --ae   Perform a pre-scan to calculate exposure  values  automatically.
91              --ae-wb  will maintain the white balance, while --ae will adjust
92              each channel separately.
93
94       --exposure
95              Multiply all exposure times with this value. This  allows  expo‐
96              sure correction without modifying white balance.
97
98       --load Load the next slide when using the slide loader (applies only to
99              the SF-200 bulk feeder).
100
101       --eject
102              Eject the film strip or  mounted  slide  when  using  the  slide
103              loader.
104
105       --reset
106              Reset  scanner. The scanner will perform the same action as when
107              power is turned on: it will  eject  the  film  strip  (with  the
108              SF-200  bulk feeder) and calibrate itself. Use this whenever the
109              scanner refuses to load a film strip properly, as  a  result  of
110              which --eject does not work.
111
112

CONFIGURATION FILE

114       The  configuration  file  /etc/sane.d/coolscan2.conf  specifies the de‐
115       vice(s) that the backend will use. Owing to the nature of the supported
116       connection  types  SCSI,  USB, and IEEE 1394, the default configuration
117       file supplied with the SANE  distribution  should  work  without  being
118       edited.
119
120       Each  line  in the configuration file is either of the following, where
121       all entries are case-sensitive:
122
123       blank or starting with a '#' character
124              These lines are ignored, thus '#' can be used  to  include  com‐
125              ments.
126
127       containing only the word "auto"
128              This  instructs  the  backend to probe for a scanner by scanning
129              the buses for devices with known identifiers. This  is  the  de‐
130              fault action when no configuration file is present.
131
132       a line of the form <interface>:<device>
133              Here  <interface> can be one of "scsi" or "usb", and <device> is
134              the device file of the scanner. Note that IEEE 1394 devices  are
135              handled  by the SBP-2 module in the kernel and appear to SANE as
136              SCSI devices.
137
138

FILES

140       /usr/lib64/sane/libsane-coolscan2.a
141              The static library implementing this backend.
142
143       /usr/lib64/sane/libsane-coolscan2.so
144              The shared library implementing this backend (present on systems
145              that support dynamic loading).
146
147       /etc/sane.d/coolscan2.conf
148              Configuration  file for this backend, read each time the backend
149              is initialized.
150
151

ENVIRONMENT

153       SANE_DEBUG_COOLSCAN2
154              If the library was compiled with debug support enabled, this en‐
155              vironment  variable  controls  the debug level for this backend.
156              E.g., a value of 128 requests all debug output  to  be  printed.
157              Smaller levels reduce verbosity.
158
159

SEE ALSO

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

BUGS

165       Currently,  the SANE protocol does not allow automatically updating op‐
166       tions whenever the hardware changes. Thus the number of choices for the
167       --frame  option  will be fixed when the backend is initialized (usually
168       when the user runs the frontend). In particular, if there  is  no  film
169       strip  in  the automatic film strip feeder when the backend is initial‐
170       ized, the --frame option will not appear at all. Also,  restarting  the
171       frontend after swapping film adapters is strongly recommended.
172
173       Linux  kernels  prior to 2.4.19 had a patch that truncated INQUIRY data
174       from IEEE 1394 scanners to 36 bytes, discarding vital information about
175       the  scanner.  The  IEEE 1394 models therefore only work with 2.4.19 or
176       later.
177
178       No real bugs currently known, please report any to  the  backend  main‐
179       tainer or the SANE developers' email list.
180
181

AUTHORS

183       The   backend   is   written   and  maintained  by  András  Major  <an‐
184       dras@users.sourceforge.net>.
185
186
187
188                                  11 Jul 2008                sane-coolscan2(5)
Impressum