1sane-pieusb(5) SANE Scanner Access Now Easy sane-pieusb(5)
2
3
4
6 sane-pieusb - SANE backend for USB-connected PIE PowerSlide and
7 Reflecta DigitDia/CrystalScan/ProScan slide scanners
8
9
11 The sane-pieusb library implements a SANE (Scanner Access Now Easy)
12 backend that provides access to USB-connected PIE and Reflecta slide
13 scanners.
14 At present, the following scanners should work with this backend:
15
16 Model: Status
17 ------------------------- ------
18 PIE PowerSlide 3600 Untested
19 PIE PowerSlide 3650 Untested
20 PIE PowerSlide 4000 Untested
21 PIE PowerSlide 5000 Untested
22 Reflecta CrystalScan 7200 Untested
23 Reflecta ProScan 4000 Untested
24 Reflecta ProScan 7200 Untested
25 Reflecta DigitDia 3600 Untested
26 Reflecta DigitDia 4000 Untested
27 Reflecta DigitDia 5000 Untested
28 Reflecta DigitDia 6000 Ok
29
31 Support for multiple slide scanners (like the PowerSlide or DigitDia
32 series) is done by auto-advancing ('Advance slide' setting) the slide
33 after each scan.
34
35 However, for best results, it is recommended to do a preview for every
36 slide since this sets gamma, brightness, and contrast to optimal val‐
37 ues.
38
39 Attention: SANE does not have an automatic landscape/portrait detection
40 and re-orientation when scanning multiple slides. You have to put all
41 slides into one orientation first !
42
43
45 If available, pieusb supports infrared scans for dirt detection and
46 removal. This must be enabled via the 'Clean image' setting.
47
48
50 The pieusb backend supports dirt removal based on infrared scan infor‐
51 mation. Since SANE does not provide post-processing in the backend,
52 pieusb does the scanning and dirt removal during the setup phase. The
53 'scan' phase is only used to transfer the completed image. Therefore
54 pieusb does not multi-thread making a typical frontend appear as
55 'blocked'. Also cancel requests are only honored between scans.
56
57
59 SANE_DEBUG_PIEUSB
60 If the library was compiled with debug support enabled, this
61 environment variable controls the debug level for this backend.
62 E.g., a value of 128 requests all debug output to be printed.
63 Smaller levels reduce verbosity.
64
65
66 level debug output
67 ------- ------------------------------
68 0 nothing
69 1 errors
70 2 warnings & minor errors
71 5 additional information
72 7 SANE api calls
73 9 backend functions
74 11 scanner functions
75 13 usb functions
76 15 image buffer functions
77
79 /etc/sane.d/pieusb.conf
80 The backend configuration file
81
82 /usr/lib64/sane/libsane-pieusb.a
83 The static library implementing this backend.
84
85 /usr/lib64/sane/libsane-pieusb.so
86 The shared library implementing this backend (present on systems
87 that support dynamic loading).
88
90 sane(7)
91
92
94 Please send any information and bug-reports to:
95 Klaus Kämpf <kkaempf@suse.com>
96
97
99 The pieusb backend is based on work by Jan Vleeshouwers, Michael Rick‐
100 mann, and Klaus Kämpf
101
102
103
104 10 Aug 2015 sane-pieusb(5)