<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.registry.gimp.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>GPLv2</title>
 <link>http://www.registry.gimp.org/taxonomy/term/35</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Colour Match</title>
 <link>http://www.registry.gimp.org/node/20494</link>
 <description>&lt;p&gt;Easily map colours from a source colour to a target colour.  Very effective for matching skin tones across images or between people.&lt;/p&gt;
&lt;p&gt;Relatively quick (but not earth shattering). It doesn&#039;t work with grayscale or indexed images. Has preview, works with selections and layers, etc.  Very, easy to use, and quite useful for portraits or recolouring graphics.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://registry.gimp.org/files/colour-match_0.jpg&quot;&gt;&lt;br /&gt;
A demonstration: Lenna&#039;s face is mapped to the colour of the feather on her hat.  This was done by selecting a colour from her face, then selecting a colour from the feather. &lt;/p&gt;
&lt;p&gt;If you have an x86_64 version of GIMP 2.7 on linux, bunzip2  and move the colour-match file to your plugin directory:&lt;br /&gt;
&lt;code&gt;bunzip2 colour-match.bz2&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;chmod 700 colour-match&lt;/code&gt; (Make it executable)&lt;br /&gt;
&lt;code&gt;mv colour-match ~/.gimp-2.7/plug-ins/colour-match&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;To build  it type: &lt;code&gt;gimptool-2.0 --install colour-match.c&lt;/code&gt;&lt;br /&gt;
You will need libgimp-dev, and libgtk2.0-dev packages if you didn&#039;t build GIMP from source.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;The algorithm is based on the relative color remap plug-in by Lars Clausen ( &lt;a href=&quot;http://registry.gimp.org/node/5442&quot; title=&quot;http://registry.gimp.org/node/5442&quot;&gt;http://registry.gimp.org/node/5442&lt;/a&gt; ).&lt;/cite&gt;&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/20494#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/779">2.7</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/35">GPLv2</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/684">blend</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/346">colour</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/215">darken</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/380">HSV</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/51">layer</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/880">lighten</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/83">map</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/878">match</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/307">merge</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/879">morph</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/157">photo</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/334">RGB</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/881">skin</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/637">tone</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/145">toning</category>
 <enclosure url="http://www.registry.gimp.org/files/colour-match.c" length="10042" type="text/x-c++src" />
 <pubDate>Wed, 18 Nov 2009 07:49:16 +0100</pubDate>
 <dc:creator>bleg</dc:creator>
 <guid isPermaLink="false">20494 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Watermark</title>
 <link>http://www.registry.gimp.org/node/20184</link>
 <description>&lt;p&gt;Imprints a non-intrusive faint text watermark sparsely repeated over the entire image. The watermark is meant to be visible upon close inspection without disturbing the viewing of the image.&lt;/p&gt;
&lt;p&gt;The watermark visibility can be fine-tuned by changing the opacity of the watermark layer.&lt;/p&gt;
&lt;p&gt;Contains an image plugin that operates on an open image and a batch&lt;br /&gt;
plugin that requires the filenames for the source and modified images.&lt;/p&gt;
&lt;p&gt;Requires Python.&lt;/p&gt;
&lt;p&gt;Install in the plug-ins GIMP directory. Make sure the file is executable or GIMP will ignore it.&lt;/p&gt;
&lt;p&gt;To process a file via command-line:&lt;/p&gt;
&lt;p&gt;gimp -ib &#039;(python-fu-batch-watermark RUN-NONINTERACTIVE &amp;quot;image.jpg&amp;quot; &amp;quot;image-wm.jpg&amp;quot; 12 &amp;quot;(C)2009&amp;quot; &amp;quot;Sans Bold&amp;quot; 24)(gimp-quit 1)&#039;&lt;/p&gt;
&lt;p&gt;The parameters are source image, &amp;quot;save as&amp;quot; filename, opacity, text, font name, font size in points.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/20184#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/35">GPLv2</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/22">Python</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/535">watermark</category>
 <enclosure url="http://www.registry.gimp.org/files/watermark_2.py" length="4889" type="text/x-python" />
 <pubDate>Mon, 09 Nov 2009 06:32:28 +0100</pubDate>
 <dc:creator>laurentiu</dc:creator>
 <guid isPermaLink="false">20184 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Selection to polar array</title>
 <link>http://www.registry.gimp.org/node/19510</link>
 <description>&lt;p&gt;This script it allows you to create polar series into image from the active selection.&lt;/p&gt;
&lt;p&gt;Updated to GIMP 2.6.6&lt;/p&gt;
&lt;p&gt;Tutorial: &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://xoomer.virgilio.it/lwcon/gimp/scripts/en_selection-to-polar-array.htm&quot; title=&quot;http://xoomer.virgilio.it/lwcon/gimp/scripts/en_selection-to-polar-array.htm&quot;&gt;http://xoomer.virgilio.it/lwcon/gimp/scripts/en_selection-to-polar-array...&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/19510#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/35">GPLv2</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/858">array</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/857">polar</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/108">selection</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/856">series</category>
 <enclosure url="http://www.registry.gimp.org/files/selection-to-polar-array_2-6.zip" length="1471" type="application/zip" />
 <pubDate>Sun, 18 Oct 2009 16:32:40 +0200</pubDate>
 <dc:creator>Giuseppe</dc:creator>
 <guid isPermaLink="false">19510 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>layer-cover-image</title>
 <link>http://www.registry.gimp.org/node/19179</link>
 <description>&lt;p&gt;Scale and move the layer to cover the canvas. Just another &quot;shortcut&quot; script for a commonly used action...&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/19179#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/382">any</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/35">GPLv2</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/51">layer</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/851">move</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/112">scale</category>
 <enclosure url="http://www.registry.gimp.org/files/layer-cover-image.scm" length="714" type="application/octet-stream" />
 <pubDate>Wed, 07 Oct 2009 22:38:44 +0200</pubDate>
 <dc:creator>kiwibird</dc:creator>
 <guid isPermaLink="false">19179 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>LayerGroups subsystem for Gimp</title>
 <link>http://www.registry.gimp.org/node/16563</link>
 <description>&lt;h2&gt;&lt;strong&gt;LayerGroups subsystem for Gimp&lt;/strong&gt;&lt;br /&gt;
&lt;/h2&gt;
&lt;strong&gt;New version 1.0a, uploaded June 30, 2009&lt;/strong&gt;

&lt;p&gt;
LayerGroups is a comprehensive layer groups subsystem for GIMP. It allows the creation of &lt;strong&gt;groups &lt;/strong&gt;and&lt;strong&gt; subgroups&lt;/strong&gt; of layers without limitation, based on the layer names. It allows you to &lt;strong&gt;hide&lt;/strong&gt; or &lt;strong&gt;show&lt;/strong&gt; many layers simultaneously,&lt;strong&gt; link&lt;/strong&gt; or &lt;strong&gt;unlink&lt;/strong&gt; them,  &lt;strong&gt;rename&lt;/strong&gt; them, &lt;strong&gt;delete&lt;/strong&gt; them, &lt;strong&gt;duplicate&lt;/strong&gt; them in the same image or to another image, &lt;strong&gt;move&lt;/strong&gt; them up or down in the layer stack (raise or lower) in relation to a specific reference layer, &lt;strong&gt;generate external image files&lt;/strong&gt; (for example png, gif, jpeg etc) from each of the layers of the group, and several other operations. 
&lt;/p&gt;
&lt;p&gt;
The selection of layers for the group can be enhanced with filters, for example only layers that are linked, or contain a specific keyword in the name.
&lt;/p&gt;
&lt;p&gt;
LayerGroups contains a &lt;strong&gt;built-in help system&lt;/strong&gt; that works two ways: when you are on the GIMP menu system with the mouse above one of the menu options you get a multi-line window with help and instructions on how to use the specific functionality and when you are in the dialog box where you enter the parameters, there is a menu that you can open to read the same help text. This help system is prepared in such a way that it can be easily translated into other languages, like French, German, Spanish, Portuguese, Dutch, etc. 
&lt;/p&gt;
&lt;p&gt;
LayerGroups has been thoroughly tested in a project with images containing hundreds of  layers where most of the mentioned layer group functionality was required. As a useful spill off, the LayerGroups script contains many generic script-fu functions that could be very useful in other scripts for GIMP. It has been tested under Windows XP and Vista with Gimp Portable version 2.6.6 and under Ubuntu Linux, Gimp version 2.6.6. To install the script, copy the script file &amp;quot;mig-gimp-layer-groups.scm&amp;quot; to the scripts directory and from GIMP execute the menu option Filters-&amp;gt;Script-Fu-&amp;gt;Refresh scripts. You should get a new main menu option labeled &#039;LayerGroups&#039; between &#039;Filters&#039; and &#039;Windows&#039;.  
&lt;/p&gt;
&lt;h2&gt;&lt;strong&gt;New version 1.0a: features&lt;/strong&gt;
&lt;/h2&gt;
&lt;p&gt;
The new &lt;strong&gt;version 1.0a&lt;/strong&gt; has a built in option to allow the LayerGroups subsystem to be placed under the &lt;cite&gt;&#039;Layer&#039;&lt;/cite&gt; menu of the Gimp image window. By the default you get a new &lt;cite&gt;&#039;LayerGroups&#039;&lt;/cite&gt; menu entry directly in the Gimp Image window. If you change the script file at line 35 - which contains the text &#039;#f&#039; in the first 2 characters - (change the 2nd character in that line from &#039;f&#039; to &#039;t&#039;) the &#039;LayerGroups&#039; menu entry will become a sub-menu entry of the &#039;Layer&#039; menu entry. Use any text editor to edit the &#039;mig-gimp-layer-groups.scm&#039; file. For example, under Windows you can use NotePad to edit the file. Make sure the saved file maintains the extension &#039;.scm&#039; 

&lt;/p&gt;
&lt;p&gt;
This new version contains some bug corrections and new functionality. The new functionality includes &lt;strong&gt;&#039;delete linked layers&#039;&lt;/strong&gt;, &lt;strong&gt;&#039;reverse the stack order of a layer group&#039;&lt;/strong&gt; and &lt;strong&gt;&#039;reverse the stack order of the currently linked layers&#039;&lt;/strong&gt;. 
&lt;/p&gt;</description>
 <comments>http://www.registry.gimp.org/node/16563#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/35">GPLv2</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/744">delete layers</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/745">duplicate layers</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/747">hide layers</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/278">images</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/518">jpeg</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/239">layer effects</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/742">layer groups</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/306">layers</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/746">link layers</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/384">png</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/743">rename layers</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/299">script-fu</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/554">tiff</category>
 <enclosure url="http://www.registry.gimp.org/files/mig-gimp-layer-groups.scm" length="213111" type="application/octet-stream" />
 <pubDate>Thu, 04 Jun 2009 15:23:53 +0200</pubDate>
 <dc:creator>melocotone</dc:creator>
 <guid isPermaLink="false">16563 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Radial Copy (True Polar Array)</title>
 <link>http://www.registry.gimp.org/node/15534</link>
 <description>&lt;p&gt;Note: I accidentally posted this as a plug-in first. I&#039;ve now correctly posted it as a script.&lt;/p&gt;
&lt;p&gt;This script allows the user to select an item in the image and to create a true polar array of the selected object (think kaleidoscope as opposed to Ferris wheel seats). It is useful for creating objects that possess radial symmetry.&lt;/p&gt;
&lt;p&gt;The user can control:&lt;br /&gt;
-center point of rotation&lt;br /&gt;
-distance from the center point to the objects in the array&lt;br /&gt;
-starting angle for the rotation&lt;br /&gt;
-angle between each copied object&lt;br /&gt;
-number of objects in the final array.&lt;/p&gt;
&lt;p&gt;Some experimentation may be required to get the result you want, as I made the script rather flexible.&lt;/p&gt;
&lt;p&gt;Select the exact outline of what you are using to create the array. Using a standard rectangular selection box will potentially crop pieces of the array as it rotates.&lt;/p&gt;
&lt;p&gt;I&#039;ve attached a sample image and an image of the values that I used to achieve the effect.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://registry.gimp.org/files/radial2.png&quot; alt=&quot;Polar Array Preview&quot; /&gt;&lt;br /&gt;
&lt;img src=&quot;http://registry.gimp.org/files/interface.png&quot; alt=&quot;Polar Array Interface Preview&quot; /&gt;&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/15534#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/35">GPLv2</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/717">polar array</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/716">radial copy</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/299">script-fu</category>
 <enclosure url="http://www.registry.gimp.org/files/selection-to-radial-copy.scm" length="3277" type="application/octet-stream" />
 <pubDate>Thu, 16 Apr 2009 19:58:25 +0200</pubDate>
 <dc:creator>pkotronis</dc:creator>
 <guid isPermaLink="false">15534 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Flash SWF Export</title>
 <link>http://www.registry.gimp.org/node/14983</link>
 <description>&lt;p&gt;
A Python plugin that exports a GIMP image as a Shockwave Flash file or the layers of an GIMP image as a Shockwave Flash animation. The package &quot;swftools&quot; is required. 
&lt;/p&gt;
&lt;p&gt;
&lt;img src=&quot;http://files.myopera.com/area42/files/flash-swf-export.png&quot; /&gt;
&lt;/p&gt;
&lt;p&gt;
Presented by &lt;a href=&quot;http://www.area42.de&quot; target=&quot;_blank&quot;&gt;area42 - Agentur &amp;amp; Systempartner&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Download, screenshot and more information at
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://my.opera.com/area42/blog/flash-swf-export-for-gimp&quot; target=&quot;_blank&quot;&gt;http://my.opera.com/area42/blog/flash-swf-export-for-gimp&lt;/a&gt;
&lt;/p&gt;</description>
 <comments>http://www.registry.gimp.org/node/14983#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/35">GPLv2</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/681">flash</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/518">jpeg</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/60">plugin</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/384">png</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/52">python</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/261">swf</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/183">web</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/55">webexport</category>
 <pubDate>Mon, 23 Mar 2009 20:08:01 +0100</pubDate>
 <dc:creator>Bart</dc:creator>
 <guid isPermaLink="false">14983 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Layer to selection</title>
 <link>http://www.registry.gimp.org/node/14663</link>
 <description>&lt;p&gt;Why this is not already a menu item I do not know. &lt;/p&gt;
&lt;p&gt;Does what it says, makes a selection to match your layer.&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/14663#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/35">GPLv2</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/51">layer</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/108">selection</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/672">simple</category>
 <enclosure url="http://www.registry.gimp.org/files/layer-to-selection.scm" length="1024" type="application/octet-stream" />
 <pubDate>Sun, 08 Mar 2009 18:09:01 +0100</pubDate>
 <dc:creator>kiwibird</dc:creator>
 <guid isPermaLink="false">14663 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Color Scheme Helper for Gimp </title>
 <link>http://www.registry.gimp.org/node/11580</link>
 <description>&lt;p&gt;
A Python plugin that start the color scheme designer Agava for creating a new color scheme. The created color scheme can be saved as a Gimp color palette and loaded into Gimp.
&lt;/p&gt;
&lt;p&gt;
Presented by &lt;a href=&quot;http://www.area42.de&quot; target=&quot;_blank&quot;&gt;area42 - Agentur &amp;amp; Systempartner&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Download and more information at
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://my.opera.com/area42/blog/color-scheme-helper-for-gimp&quot; target=&quot;_blank&quot;&gt;http://my.opera.com/area42/blog/color-scheme-helper-for-gimp&lt;/a&gt;
&lt;/p&gt;</description>
 <comments>http://www.registry.gimp.org/node/11580#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/35">GPLv2</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/346">colour</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/587">external tool</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/531">palette</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/52">python</category>
 <pubDate>Fri, 14 Nov 2008 09:30:44 +0100</pubDate>
 <dc:creator>Bart</dc:creator>
 <guid isPermaLink="false">11580 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Lorem Ipsum Helper for Gimp</title>
 <link>http://www.registry.gimp.org/node/11393</link>
 <description>&lt;p&gt;
A Python plugin that start the Lorem Ipsum Generator for creating dummy text for your design drafts. The plugin requires the Lorem Ipsum Generator and is available at the moment for Linux only (post a comment if you like it to get for Windows too)
&lt;/p&gt;
&lt;p&gt;
Presented by &lt;a href=&quot;http://www.area42.de&quot; target=&quot;_blank&quot;&gt;area42 - Agentur &amp;amp; Systempartner&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Download and more information at
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://my.opera.com/area42/blog/lorem-ipsum-helper-for-gimp&quot; target=&quot;_blank&quot;&gt;http://my.opera.com/area42/blog/lorem-ipsum-helper-for-gimp&lt;/a&gt;
&lt;/p&gt;</description>
 <comments>http://www.registry.gimp.org/node/11393#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/35">GPLv2</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/584">helper</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/52">python</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/259">script</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/117">text</category>
 <pubDate>Sun, 09 Nov 2008 11:48:09 +0100</pubDate>
 <dc:creator>Bart</dc:creator>
 <guid isPermaLink="false">11393 at http://www.registry.gimp.org</guid>
</item>
</channel>
</rss>
