aboutsummaryrefslogtreecommitdiff
path: root/doc/iscan.man
blob: 10505b18935617666d38a8b596df0c68d914a831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
.TH ISCAN 1 "2011-10-19" "Image Scan! for Linux" "User Commands"
.IX iscan
.SH NAME
iscan - Image Scan! for Linux SANE frontend
.SH DESCRIPTION
.B Image Scan! for Linux
(iscan) provides a graphical user-interface to control
EPSON scanners.  It allows the previewing and scanning of images.
.B iscan 
can be invoked either from the command-line or 
through the GIMP image manipulation program.  

When run from the command line,
.B iscan
acts as a stand-alone program that saves acquired images in PNM, PNG,
JPEG, TIFF, PCX or PDF format. Alternatively, acquired images can be sent
directly to a printer, provided your print system handles PNG natively.
CUPS and Photo Image Print System, versions 1.3.1 and later, do this.
LPRng and other LPD based printer systems may need a little help.
Refer to your print system's documentation for more information on how
to set this up.  When run as a GIMP plugin, the images are passed to
the GIMP for further processing.

.B iscan
accesses EPSON image acquisition devices through the SANE (Scanner
Access Now Easy) interface.

.SH RUNNING UNDER THE GIMP
As of version 1.15.0,
.B iscan
is automatically registered as a
.BR gimp (1)
plugin if you install the binary package.  In case it didn't (because
you built from source for example), you can register it yourself by
creating a symbolic link from the
.B iscan
binary to one of the
.BR gimp (1)
plug-ins directories. For example, for gimp-1.2.x the command
.PP
.RS
ln -s /usr/bin/iscan ~/.gimp-1.2/plug-ins/
.RE
.PP
adds a symlink for the
.B iscan
binary to the user's plug-ins directory.  Your system administrator
can register it for all users by creating a symbolic link in the
.BR gimp (1)
system plug-ins directory.  After creating such a symlink,
.B iscan
will be queried by
.BR gimp (1)
the next time it's invoked.  From then on,
.B iscan
can be invoked through "Xtns->Acquire Image->Scanning (iscan)" menu
entry.
.SH PRINTER SETUP
When not using the default printer , it is necessary to input the
printer name from /etc/printcap into the Print Command field of the
Configuration dialog. For example, if the printer name is pm900c,
input the following command.
.PP
.RS
lpr -Ppm900c
.SH EPSON Scan! for Linux WORKFLOW
Use the following steps to scan an image with iscan.
.PP
.RS
.br
1. Select the document source.
.br
2. Select the image type.
.br
3. Preview the full page.
.br
4. Create a marquee (frame) of the image area to scan.
.br
5. Auto expose the selected area.
.br
6. Select the image destination.
.br
7. Scan the final image.
.RE
.SH SEE ALSO
gimp(1), gimptool(1), scanimage(1), sane-scsi(5), sane\-dll(5),
sane\-net(5), sane\-"backendname"(5)
.SH AUTHOR
Noriyoshi Sasaki and Peter Schretlen