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
|
<?xml version='1.0'?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "docbook/xml-dtd-4.1.2-1.0-8/docbookx.dtd" [
<!ENTITY prog "refocus">
<!ENTITY using SYSTEM "using-inc.xml">
<!ENTITY install SYSTEM "install-inc.xml">
]>
<article class="whitepaper">
<articleinfo>
<title>&prog;</title>
<subtitle>A Gimp plug-in for sharpening images</subtitle>
<author>
<firstname>Ernst</firstname>
<surname>Lippe</surname>
<affiliation>
<address><email>ernstl@users.sourceforge.net</email></address>
</affiliation>
</author>
</articleinfo>
<sect1>
<title>Introduction</title>
<para>The &prog; Gimp plug-in can be used to sharpen images.
Frequently, when processing images, e.g. when scanning photo's
or slides, the images become slightly blurred.
This plug-in attempts to "refocus" the image.
In many cases this plug-in produces much better results than similar
plug-ins such as sharpen or unsharp mask.
</para>
<para>This plug-in has a preview that helps you select the best parameters.</para>
<para>Instructions for installing the plug-in are described in <xref linkend="installation"/>. </para>
<para>Instructions for using the plug-in are described in <xref linkend="using"/>. </para>
<para>The home page for the Refocus plug-in is located at
<ulink url="http://refocus.sourceforge.net">http://refocus.sourceforge.net</ulink>.</para>
</sect1>
&install;
&using;
<sect1>
<title>Acknowledgements</title>
<para>The Gimp developers, Shawn T. Amundson for the GimpPreview widget,
Lauri Alanko for the Convolution Matrix plug-in, ATLAS, CLAPACK.</para>
</sect1>
</article>
<!-- Keep this comment at the end of the file
Local variables:
mode: xml
sgml-omittag:nil
sgml-shorttag:nil
sgml-namecase-general:nil
sgml-general-insert-case:lower
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:t
sgml-parent-document:nil
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->
|