diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:04:58 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:04:58 +0000 |
commit | 2d113e8792747151bf5d830f1a1485f2f951f940 (patch) | |
tree | f29e273d53fe5735cdac171504d798bf45ea2007 /doc/sane-xsane-gimp-doc.html |
Imported Upstream version 0.50upstream/0.50
Diffstat (limited to 'doc/sane-xsane-gimp-doc.html')
-rw-r--r-- | doc/sane-xsane-gimp-doc.html | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/doc/sane-xsane-gimp-doc.html b/doc/sane-xsane-gimp-doc.html new file mode 100644 index 0000000..7c4a49e --- /dev/null +++ b/doc/sane-xsane-gimp-doc.html @@ -0,0 +1,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> |