<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://registry.gimp.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>filter</title>
 <link>http://registry.gimp.org/taxonomy/term/146</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Color Spotter</title>
 <link>http://registry.gimp.org/node/18633</link>
 <description>&lt;p&gt;
What is Color Spotter? Basically, it&#039;s contrast, but &amp;quot;centered&amp;quot; around a color. Another way to see it is as another &amp;quot;Color selection&amp;quot; tool: you specify an image, a kind of threshold, and it selects color that are close to the one you specified; only, Color Spotter keeps every pixel from the image, darkening the wanted colors, brightening the others.
&lt;/p&gt;
&lt;p&gt;
The best way to understand is to see it in action:&lt;br /&gt;
&lt;img src=&quot;http://archimede.mat.ulaval.ca/~fgingras/misc/colorspot-original.jpg&quot; alt=&quot;Original image&quot; height=&quot;400&quot; width=&quot;300&quot; /&gt;&lt;img src=&quot;http://archimede.mat.ulaval.ca/~fgingras/misc/colorspot-modified.jpg&quot; alt=&quot;Modified image&quot; height=&quot;400&quot; width=&quot;300&quot; /&gt;
&lt;/p&gt;
&lt;p&gt;
Here, the selected color was from a pixel from the plantpot (beige-ish).
&lt;/p&gt;
&lt;p&gt;
This plug-in was mostly an experiment for me: you could say I made it just to get familiar with programming C plug-ins in GIMP. I have another plug-in I want to make, but as it&#039;s much more complicated, I wanted to make sure I could deal with the basics first.
&lt;/p&gt;
&lt;p&gt;
Suggestions welcome! Thanks for reading, hopefully this will be useful to at least one person :) 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/18633#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/811">Custom</category>
 <category domain="http://registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://registry.gimp.org/taxonomy/term/754">color selector</category>
 <category domain="http://registry.gimp.org/taxonomy/term/214">contrast</category>
 <category domain="http://registry.gimp.org/taxonomy/term/146">filter</category>
 <category domain="http://registry.gimp.org/taxonomy/term/60">plugin</category>
 <category domain="http://registry.gimp.org/taxonomy/term/375">utility</category>
 <enclosure url="http://registry.gimp.org/files/colorspot.c" length="16943" type="text/x-c++src" />
 <pubDate>Thu, 17 Sep 2009 04:22:11 +0200</pubDate>
 <dc:creator>juef</dc:creator>
 <guid isPermaLink="false">18633 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Sharpening</title>
 <link>http://registry.gimp.org/node/17290</link>
 <description>&lt;p&gt;This script sharpens an image using some simpel layer manipulations. It offers a Radius and a strength operator to increase strength vs quality. I also added a simpel brightness correction in order to remove highlights created by a too high sharpening value. IT&#039;s therefore recommended to increase the correction value when increasing the strength value a lot.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/17290#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://registry.gimp.org/taxonomy/term/36">GPLv3</category>
 <category domain="http://registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/146">filter</category>
 <category domain="http://registry.gimp.org/taxonomy/term/299">script-fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/133">sharpen</category>
 <enclosure url="http://registry.gimp.org/files/sharpen2.scm" length="3308" type="application/octet-stream" />
 <pubDate>Tue, 07 Jul 2009 19:20:35 +0200</pubDate>
 <dc:creator>Redphoenix</dc:creator>
 <guid isPermaLink="false">17290 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Tileable Filters</title>
 <link>http://registry.gimp.org/node/14256</link>
 <description>&lt;p&gt;I have created a wrapper script to allow a number of existing filters to have tileable results (assuming the input layer is tilable).&lt;br /&gt;
This script creates the following new menu entries (modeled after the Tileable Blur provided in Gimp already):&lt;br /&gt;
Filters &amp;gt;Distorts &amp;gt;Tileable Emboss&lt;br /&gt;
Filters &amp;gt;Blur &amp;gt;Tileable Motion Blur&lt;br /&gt;
Filters &amp;gt;Distorts &amp;gt;Tileable Wind&lt;br /&gt;
Filters &amp;gt;Light and Shadow &amp;gt;Tileable Sparkle&lt;br /&gt;
Filters &amp;gt;Noise &amp;gt;Tileable Slur&lt;br /&gt;
Filters &amp;gt;Noise &amp;gt;Tileable Spread&lt;br /&gt;
Filters &amp;gt;Artistic &amp;gt;Tileable Cubism&lt;br /&gt;
Filters &amp;gt;Artistic &amp;gt;Tileable Oilify&lt;br /&gt;
Filters &amp;gt;Artistic &amp;gt;Tileable Photocopy&lt;br /&gt;
Filters &amp;gt;Artistic &amp;gt;Tileable Softglow&lt;/p&gt;
&lt;p&gt;More can be added, I just went through the menus looking for ones that could benefit from this.&lt;/p&gt;
&lt;p&gt;Here is an example of the stock wind filter and with the tileable wrapper.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.majhost.com/gallery/ffaat/gimp/tileable_arrows.png&quot; /&gt;&lt;/p&gt;
&lt;p&gt;-Rob A&amp;gt;&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/14256#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://registry.gimp.org/taxonomy/term/43">GPLv2+</category>
 <category domain="http://registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/146">filter</category>
 <category domain="http://registry.gimp.org/taxonomy/term/104">tile</category>
 <category domain="http://registry.gimp.org/taxonomy/term/105">tileable</category>
 <enclosure url="http://registry.gimp.org/files/TileableFilters.scm" length="9178" type="application/octet-stream" />
 <pubDate>Thu, 19 Feb 2009 22:56:23 +0100</pubDate>
 <dc:creator>RobA</dc:creator>
 <guid isPermaLink="false">14256 at http://registry.gimp.org</guid>
</item>
<item>
 <title>G&#039;MIC plug-in</title>
 <link>http://registry.gimp.org/node/13469</link>
 <description>&lt;p&gt;The &lt;strong&gt;&lt;a href=&quot;http://gmic.sourceforge.net/gimp.shtml&quot;&gt;G&#039;MIC plug-in&lt;/a&gt;&lt;/strong&gt; for GIMP defines a set of various filters, including artistic filters, image denoising and enhancement, 3D renderers, etc.. It is a quite large plug-in, integrating a lot of different effects to apply.&lt;/p&gt;
&lt;p&gt;This plug-in is able to update his list of filter definitions from the Internet (so it improves itself over time), as well as allows any user to add its own custom filters in it.&lt;br /&gt;
It has been written by the author of the &lt;a href=&quot;http://registry.gimp.org/node/137&quot;&gt;GREYCstoration algorithm&lt;/a&gt; (used for image denoising). It is actually intended to replace it in a near future.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://downloads.sourceforge.net/gmic/gmic_gimp_win32.zip&quot;&gt;Download G&#039;MIC for &lt;strong&gt;Windows 32 bits&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://downloads.sourceforge.net/gmic/gmic_gimp_linux32.zip&quot;&gt;Download G&#039;MIC for &lt;strong&gt;Linux 32 bits&lt;/strong&gt;.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://downloads.sourceforge.net/gmic/gmic_gimp_linux64.zip&quot;&gt;Download G&#039;MIC for &lt;strong&gt;Linux 64 bits&lt;/strong&gt;.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://downloads.sourceforge.net/gmic/gmic_gimp_macintel32.zip&quot;&gt;Download G&#039;MIC for &lt;strong&gt;Mac Intel 32 bits&lt;/strong&gt;.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Here is one screenshot of the plug-in in action, as well as a result of filter application :&lt;/p&gt;
&lt;p&gt;&lt;img width=&quot;400&quot; src=&quot;http://gmic.sourceforge.net/img/gimp_shot_big.png&quot;&gt;&lt;br /&gt;
&lt;img src=&quot;http://gmic.sourceforge.net/img/ss_anim3d.gif&quot;&gt;&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/13469#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://registry.gimp.org/taxonomy/term/174">CeCILL</category>
 <category domain="http://registry.gimp.org/taxonomy/term/96">3D</category>
 <category domain="http://registry.gimp.org/taxonomy/term/224">artistic</category>
 <category domain="http://registry.gimp.org/taxonomy/term/149">black &amp;amp; white</category>
 <category domain="http://registry.gimp.org/taxonomy/term/684">blend</category>
 <category domain="http://registry.gimp.org/taxonomy/term/408">cartoon</category>
 <category domain="http://registry.gimp.org/taxonomy/term/530">chroma noise reduction</category>
 <category domain="http://registry.gimp.org/taxonomy/term/333">denoise</category>
 <category domain="http://registry.gimp.org/taxonomy/term/391">enhance</category>
 <category domain="http://registry.gimp.org/taxonomy/term/146">filter</category>
 <category domain="http://registry.gimp.org/taxonomy/term/641">filters</category>
 <category domain="http://registry.gimp.org/taxonomy/term/515">fourier plugin</category>
 <category domain="http://registry.gimp.org/taxonomy/term/175">grain removal</category>
 <category domain="http://registry.gimp.org/taxonomy/term/225">image</category>
 <category domain="http://registry.gimp.org/taxonomy/term/525">motion blur</category>
 <category domain="http://registry.gimp.org/taxonomy/term/129">noise</category>
 <category domain="http://registry.gimp.org/taxonomy/term/135">noise reduction</category>
 <category domain="http://registry.gimp.org/taxonomy/term/341">noise removal</category>
 <category domain="http://registry.gimp.org/taxonomy/term/580">pencil</category>
 <category domain="http://registry.gimp.org/taxonomy/term/718">perspective</category>
 <category domain="http://registry.gimp.org/taxonomy/term/60">plugin</category>
 <category domain="http://registry.gimp.org/taxonomy/term/353">remove objects</category>
 <category domain="http://registry.gimp.org/taxonomy/term/46">render</category>
 <category domain="http://registry.gimp.org/taxonomy/term/133">sharpen</category>
 <pubDate>Tue, 13 Jan 2009 14:16:31 +0100</pubDate>
 <dc:creator>dtschump</dc:creator>
 <guid isPermaLink="false">13469 at http://registry.gimp.org</guid>
</item>
<item>
 <title>msx1 filter</title>
 <link>http://registry.gimp.org/node/7650</link>
 <description>&lt;p&gt;The code still have some accuracy bugs when compaired with its sdlBasic version, since i were getting some problems when recoding it to Python-Gimp.&lt;br /&gt;
The script converts a rgb picture into msx1 (also colecovision and sega sg1000) display limitations, which have a predefined palette, and a maximum of 2 colours in each 8x1 pixels cell, trying to provide this cell as the most close as possible from their rgb original.&lt;br /&gt;
As well, the code is a bit slow (a 320x240 picture can take around 1 minute on a 2ghz dualcore computer) since it processes pixel by pixel.&lt;br /&gt;
I&#039;m posting here the code anyway hoping i can fix it soon, or someone could help on it...&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/7650#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://registry.gimp.org/taxonomy/term/595">colecovision</category>
 <category domain="http://registry.gimp.org/taxonomy/term/146">filter</category>
 <category domain="http://registry.gimp.org/taxonomy/term/597">halftone</category>
 <category domain="http://registry.gimp.org/taxonomy/term/593">msx</category>
 <category domain="http://registry.gimp.org/taxonomy/term/596">sega sg1000</category>
 <category domain="http://registry.gimp.org/taxonomy/term/594">tms</category>
 <enclosure url="http://registry.gimp.org/files/MsxScr02c8x1pictFilter0808011037.py" length="5921" type="text/x-python" />
 <pubDate>Fri, 01 Aug 2008 19:59:44 +0200</pubDate>
 <dc:creator>nitrofurano</dc:creator>
 <guid isPermaLink="false">7650 at http://registry.gimp.org</guid>
</item>
<item>
 <title>High Pass FIlter</title>
 <link>http://registry.gimp.org/node/7385</link>
 <description>&lt;p&gt;A general purpose high-pass filter plugin.  It shows up as Filters-&amp;gt;Generic-&amp;gt;High Pass Filter.  You can select a blur radius that sets the size of detail to be passed by the filter, a contrast adjustment, as well as an option to keep the source layer or replace it.&lt;/p&gt;
&lt;p&gt;It actually implements 5 different high pass modes:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Colour&lt;/strong&gt; - I think this is the same as photoshop&#039;s high pass filter effect.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Preserve DC&lt;/strong&gt; - like colour, but adds the average image colour back in.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Greyscale&lt;/strong&gt; - this desaturates the layer before high pass filtering.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Greyscale, Apply Chroma&lt;/strong&gt; - as above, but blends it in with the source layer colours&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Redrobes&lt;/strong&gt; - (named after the technique described by Redrobes) &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;They are all straightforward, using the basic &quot;duplicate, blur, invert, 50% opacity, merge down&quot; process, with a few small details added for each, except the Redrobes mode.  The steps he described were:&lt;br /&gt;
&lt;cite&gt;&lt;br /&gt;
Get an image 1.&lt;/br&gt;&lt;br /&gt;
Blur it quite a lot 2.&lt;/br&gt;&lt;br /&gt;
Blur it until its a constant colour 3.&lt;/br&gt;&lt;br /&gt;
Use Image arithmetic to generate 2 - 3 =&amp;gt; 4&lt;/br&gt;&lt;br /&gt;
Use Image arithmetic to generate 3 - 2 =&amp;gt; 5&lt;/br&gt;&lt;br /&gt;
Take 1 and subtract 4 and add 5 =&amp;gt; 6&lt;/br&gt;&lt;br /&gt;
&lt;/cite&gt;&lt;/p&gt;
&lt;p&gt;While this is supposed to be the same as a basic filter with preserve DC offset, it seems to give slightly different results, so I left it in :)&lt;/p&gt;
&lt;p&gt;For more details and sample images, see my blog post:&lt;br /&gt;
&lt;a href=&quot;http://ffaat.pointclark.net/blog/archives/152-High-Pass-Filter-Plugin.html&quot; title=&quot;http://ffaat.pointclark.net/blog/archives/152-High-Pass-Filter-Plugin.html&quot;&gt;http://ffaat.pointclark.net/blog/archives/152-High-Pass-Filter-Plugin.ht...&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/7385#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/43">GPLv2+</category>
 <category domain="http://registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/146">filter</category>
 <category domain="http://registry.gimp.org/taxonomy/term/134">highpass</category>
 <enclosure url="http://registry.gimp.org/files/high-pass.scm" length="6348" type="application/octet-stream" />
 <pubDate>Fri, 25 Jul 2008 16:59:51 +0200</pubDate>
 <dc:creator>RobA</dc:creator>
 <guid isPermaLink="false">7385 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Urban Acid</title>
 <link>http://registry.gimp.org/node/5705</link>
 <description>&lt;p&gt;
This script simulates the colour effect you get when you cross process a film.
&lt;/p&gt;
&lt;p&gt;
Before:&lt;br /&gt;
&lt;a href=&quot;http://www.ipernity.com/doc/tuxcomputers/2159169&quot;&gt;&lt;img src=&quot;http://u1.ipernity.com/6/91/69/2159169.1f428ebb.240.jpg&quot; alt=&quot;Urban Acid - before&quot; border=&quot;0&quot; width=&quot;164&quot; height=&quot;240&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
After:&lt;br /&gt;
&lt;a href=&quot;http://www.ipernity.com/doc/tuxcomputers/2159168&quot;&gt;&lt;img src=&quot;http://u1.ipernity.com/6/91/68/2159168.cead57df.240.jpg&quot; alt=&quot;Urban Acid - after&quot; border=&quot;0&quot; width=&quot;164&quot; height=&quot;240&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/5705#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://registry.gimp.org/taxonomy/term/35">GPLv2</category>
 <category domain="http://registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/209">adjustment</category>
 <category domain="http://registry.gimp.org/taxonomy/term/224">artistic</category>
 <category domain="http://registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://registry.gimp.org/taxonomy/term/346">colour</category>
 <category domain="http://registry.gimp.org/taxonomy/term/231">creative</category>
 <category domain="http://registry.gimp.org/taxonomy/term/116">effect</category>
 <category domain="http://registry.gimp.org/taxonomy/term/146">filter</category>
 <category domain="http://registry.gimp.org/taxonomy/term/225">image</category>
 <category domain="http://registry.gimp.org/taxonomy/term/210">photograph</category>
 <category domain="http://registry.gimp.org/taxonomy/term/393">urban</category>
 <category domain="http://registry.gimp.org/taxonomy/term/392">urban acid</category>
 <enclosure url="http://registry.gimp.org/files/urban-acid.scm" length="3917" type="text/plain" />
 <pubDate>Sun, 08 Jun 2008 22:36:50 +0200</pubDate>
 <dc:creator>tuxcomputers</dc:creator>
 <guid isPermaLink="false">5705 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Soft focus</title>
 <link>http://registry.gimp.org/node/5322</link>
 <description>&lt;p&gt;
This script simulates the effect of a soft focus.
&lt;/p&gt;
&lt;p&gt;
Before:
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.ipernity.com/doc/tuxcomputers/2106741&quot;&gt;&lt;img src=&quot;http://u1.ipernity.com/6/67/41/2106741.95d289d4.240.jpg&quot; alt=&quot;Soft focus effect - Before&quot; border=&quot;0&quot; height=&quot;240&quot; width=&quot;164&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
After:
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.ipernity.com/doc/tuxcomputers/2107651&quot;&gt;&lt;img src=&quot;http://u1.ipernity.com/6/76/51/2107651.493aa9a1.240.jpg&quot; alt=&quot;Soft focus effect - After&quot; border=&quot;0&quot; height=&quot;240&quot; width=&quot;164&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
A tutorial on how to use this is coming soon.
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/5322#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://registry.gimp.org/taxonomy/term/602">GPLv3+</category>
 <category domain="http://registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/82">blur</category>
 <category domain="http://registry.gimp.org/taxonomy/term/211">camera</category>
 <category domain="http://registry.gimp.org/taxonomy/term/116">effect</category>
 <category domain="http://registry.gimp.org/taxonomy/term/146">filter</category>
 <category domain="http://registry.gimp.org/taxonomy/term/225">image</category>
 <category domain="http://registry.gimp.org/taxonomy/term/306">layers</category>
 <category domain="http://registry.gimp.org/taxonomy/term/376">soft focus</category>
 <category domain="http://registry.gimp.org/taxonomy/term/377">value propagate</category>
 <enclosure url="http://registry.gimp.org/files/soft_focus_0.scm" length="3514" type="text/html" />
 <pubDate>Sat, 31 May 2008 00:00:00 +0200</pubDate>
 <dc:creator>tuxcomputers</dc:creator>
 <guid isPermaLink="false">5322 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Shadows&amp;Highlight</title>
 <link>http://registry.gimp.org/node/4000</link>
 <description>&lt;p&gt;This Shadow&amp;amp;Highlight script does a decent job of lightening shadows and/or darken highlights in photographs. The UI gives you five control sliders. Two for control of the Shadow and Highlight amount (opacity), two for the tonal width of each contrast mask layer (using gamma), and one for the blur radius of the masks. Plus the option to flatten visible layers when done. &lt;/p&gt; 

&lt;p&gt;A note on the tonal width sliders, the Shadow Tonal width works as expected giving a wider/heavier tonal range using higher value. But the Highlight Tonal width behaves opposite, affecting a smaller tonal range using higher values.&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/4000#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/36">GPLv3</category>
 <category domain="http://registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/128">2.4</category>
 <category domain="http://registry.gimp.org/taxonomy/term/216">brighten</category>
 <category domain="http://registry.gimp.org/taxonomy/term/211">camera</category>
 <category domain="http://registry.gimp.org/taxonomy/term/215">darken</category>
 <category domain="http://registry.gimp.org/taxonomy/term/146">filter</category>
 <category domain="http://registry.gimp.org/taxonomy/term/153">highlight</category>
 <category domain="http://registry.gimp.org/taxonomy/term/240">overlay</category>
 <category domain="http://registry.gimp.org/taxonomy/term/259">script</category>
 <category domain="http://registry.gimp.org/taxonomy/term/121">shadow</category>
 <category domain="http://registry.gimp.org/taxonomy/term/150">shadow recovery</category>
 <enclosure url="http://registry.gimp.org/files/shadow-highlight.scm" length="2626" type="text/x-scheme" />
 <pubDate>Sun, 27 Apr 2008 23:24:20 +0200</pubDate>
 <dc:creator>steelneck</dc:creator>
 <guid isPermaLink="false">4000 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Deskew</title>
 <link>http://registry.gimp.org/node/2958</link>
 <description>&lt;p&gt;Deskew, also called auto straighten, is the automatic rotation of an image such that the text is vertically aligned. This is great for cleaning up scanned documents.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.cubewano.org/gimp-deskew-plugin/&quot; title=&quot;http://www.cubewano.org/gimp-deskew-plugin/&quot;&gt;http://www.cubewano.org/gimp-deskew-plugin/&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/2958#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/23">2.x</category>
 <category domain="http://registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://registry.gimp.org/taxonomy/term/319">auto straighten</category>
 <category domain="http://registry.gimp.org/taxonomy/term/318">deskew</category>
 <category domain="http://registry.gimp.org/taxonomy/term/146">filter</category>
 <category domain="http://registry.gimp.org/taxonomy/term/263">rotate</category>
 <pubDate>Mon, 07 Apr 2008 13:24:55 +0200</pubDate>
 <dc:creator>quarl</dc:creator>
 <guid isPermaLink="false">2958 at http://registry.gimp.org</guid>
</item>
</channel>
</rss>
