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
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Mozilla/4.6 [en] (X11; I; Linux 2.2.11 i586) [Netscape]">
<meta name="Author" content="Oliver Rauch">
<meta name="Description" content="scan, photocopy and fax frontend for SANE">
<title>XSane - Gimp plugin</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
<dd>
<img SRC="xsane-logo2.jpg" height=150 width=128 align=LEFT></dd>
<blockquote>
<h1>
<u><font color="#009900">Xsane as Gimp plugin</font></u></h1>
<font color="#000000">If xsane is started as Gimp plugin, the scanned image
automatically is transfered to the Gimp.</font>
<br>
<br>
<br>
<br> </blockquote>
<center><img SRC="sane-xsane-gimp.jpg" height=350 width=270></center>
<blockquote>
<p>To start xsane as a gimp plugin, you have to set a symbolic link from
the xsane binary to a GIMP plug-ins directory. If xsane is located in /usr/local/bin
and you use-gimp-1.0.x do:
<blockquote>
<pre>ln -s /usr/local/bin/xsane ~/.gimp/plug-ins/</pre>
</blockquote>
if you use gimp-1.1.x, you have to do:
<blockquote>
<pre>ln -s /usr/local/bin/xsane ~/.gimp-1.1/plug-ins/</pre>
</blockquote>
You can start xsane from the GIMP menu <i>Xtns/Xsane </i>if GIMP-version
< 1.1.9, since GIMP-version-1.1.9 you can start xsane from the GIMP
menu<i> File/Acquire.</i> It contains short-cuts to the SANE devices that
were available at the time xsane was queried.</blockquote>
<blockquote>Note that gimp(1) caches these short-cuts in ~/.gimp/pluginrc.
Thus, when the list of available devices changes (e.g., a new scanner
is installed or the device of the scanner has changed), then it is
typically desirable to rebuild this cache. To do this, you can either
touch(1) the xsane binary (e.g.,"touch /usr/local/bin/xsane") or
delete the plugin cache (e.g., "rm ~/.gimp/pluginrc"). Either
way, invoking gimp(1) afterwards will cause the pluginrc to be rebuilt.
<p>If xsane is started as GIMP plugin it always sends the scanned image
to the GIMP, copy- or fax- mode can not selected when xsane runs as GIMP
plugin!</blockquote>
<center>
<p><br>
<hr WIDTH="100%"><a href="sane-xsane-doc.html">INDEX</a></center>
<p><br>
</body>
</html>
|