<?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>adjustment</title>
 <link>http://registry.gimp.org/taxonomy/term/209</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Exact Aligner</title>
 <link>http://registry.gimp.org/node/18961</link>
 <description>&lt;p&gt;This script brings 2 pictures to an exact overlap.&lt;br /&gt;
The pictures must be in 2 different layers of the same image.&lt;br /&gt;
Get the layer 2 with 50% transparency. This makes both pictures visible in one projection.&lt;br /&gt;
You have to tell the script, which 2 points have to overlap. Therefore you stroke a path with a path tool in the image including 4 points. Point 1 will be aligned with point 3 and point 2 will be aligned with point 4.&lt;br /&gt;
The points build one path. So you can just click the 4 points consecutively.&lt;br /&gt;
More description is in the file.&lt;/p&gt;
&lt;p&gt;Thanx&lt;br /&gt;
Volker Tries&lt;br /&gt;
(c) 2009&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/18961#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/49">GPL</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/830">alignment</category>
 <category domain="http://registry.gimp.org/taxonomy/term/278">images</category>
 <category domain="http://registry.gimp.org/taxonomy/term/306">layers</category>
 <category domain="http://registry.gimp.org/taxonomy/term/831">overlap</category>
 <category domain="http://registry.gimp.org/taxonomy/term/240">overlay</category>
 <category domain="http://registry.gimp.org/taxonomy/term/157">photo</category>
 <category domain="http://registry.gimp.org/taxonomy/term/829">Picture</category>
 <category domain="http://registry.gimp.org/taxonomy/term/176">resize</category>
 <category domain="http://registry.gimp.org/taxonomy/term/406">stereoscopic</category>
 <category domain="http://registry.gimp.org/taxonomy/term/634">transparent</category>
 <category domain="http://registry.gimp.org/taxonomy/term/80">vectors</category>
 <enclosure url="http://registry.gimp.org/files/exact-aligner.scm" length="6905" type="application/octet-stream" />
 <pubDate>Fri, 02 Oct 2009 08:06:05 +0200</pubDate>
 <dc:creator>vtries</dc:creator>
 <guid isPermaLink="false">18961 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Maximize Local Contrast</title>
 <link>http://registry.gimp.org/node/17151</link>
 <description>&lt;p&gt;
FX-Foundry/Photo/Enhancement/Maximize Local Contrast...
Like Stretch Contrast, but instead of using the minimum and maximum pixel values from the entire image, uses the minimum and maximum in the vicinity of a pixel to compute its new value. Takes a while to run, but really brings out textures. Result is a Grain Merge layer that adjusts values of the original image.
&lt;/p&gt;
&lt;p&gt;
This filter operates on the visible image, not on a layer or selection.
&lt;/p&gt;
&lt;p&gt;
Radius indicates how wide a pixel&#039;s influence is. If you choose too small a value, adjustment will be too localized and the image will look patchy. Larger values take a bit longer to run.
&lt;/p&gt;
&lt;p&gt;
Threshold indicates how many neighboring gray values above and below a value can be treated as the same, in finding minimum and maximum values. Purely a speed trade-off. Using very low values will make it very slow. Too high values will cause visible &amp;quot;steps&amp;quot; in color values. The latest version does not include threshold, but the older version is still available.
&lt;/p&gt;
&lt;p&gt;
&amp;quot;Feather Haloes&amp;quot; helps smooth out haloes around high-contrast areas.
&lt;/p&gt;
&lt;p&gt;
&amp;quot;Keep Min and Max Layers&amp;quot; leaves the intermediate layers in the stack so you can look at them if you&#039;re interested.
&lt;/p&gt;
&lt;p&gt;
Update (21 Jul 2009):
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;New algorithm that works right without any compromises for speed. No scaling, no threshold. It does take a bit of time on large images; 45 seconds for a 1500x2000 pixel image on a modern but not especially powerful PC. The full 8-megapixel image took about 3 minutes. Most of the time is spent on grow-selection, so don&#039;t be alarmed when the progress meter seems to hang up for a while. There are just two grows and two feathers to do.
	&lt;/li&gt;
	&lt;li&gt;If you want a speed compromise, I&#039;ve added Scaledown factor, which will reduce the time spent in selection a lot, but will add some time for scaling the image. There&#039;s essentially no loss of quality. Recommended for especially large images.
	&lt;/li&gt;
&lt;/ul&gt;
Updates (13 Jul 2009):
&lt;ul&gt;
	&lt;li&gt;SPEED! Mapping of Min and Max is done on scaled-down layers. Now even large images can be done in reasonable time.
	&lt;/li&gt;
	&lt;li&gt;Feather haloes feature for more reasonable results on high-contrast images and images with big flat areas
	&lt;/li&gt;
	&lt;li&gt;Layer mask keeps narrow-contrast areas under control
	&lt;/li&gt;
&lt;/ul&gt;
Updates (9 Jul 2009):
&lt;ul&gt;
	&lt;li&gt;Fixed the bug that left strange artifacts in the image. 
	&lt;/li&gt;
	&lt;li&gt;Changed radius to work as a % of image size (maximum dimension)
	&lt;/li&gt;
	&lt;li&gt;Increased feathering and added limits to min and max layers to control haloes around small, high-contrast features
	&lt;/li&gt;
	&lt;li&gt;Got rid of sample images. Will find better examples.
	&lt;/li&gt;
&lt;/ul&gt;</description>
 <comments>http://registry.gimp.org/node/17151#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://registry.gimp.org/taxonomy/term/38">Public Domain</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/149">black &amp;amp; white</category>
 <category domain="http://registry.gimp.org/taxonomy/term/255">black and white</category>
 <category domain="http://registry.gimp.org/taxonomy/term/214">contrast</category>
 <category domain="http://registry.gimp.org/taxonomy/term/391">enhance</category>
 <category domain="http://registry.gimp.org/taxonomy/term/388">grayscale</category>
 <category domain="http://registry.gimp.org/taxonomy/term/702">local</category>
 <category domain="http://registry.gimp.org/taxonomy/term/514">luminance</category>
 <enclosure url="http://registry.gimp.org/files/roys-max-local-contrast.scm" length="6435" type="application/octet-stream" />
 <pubDate>Wed, 01 Jul 2009 18:36:27 +0200</pubDate>
 <dc:creator>Roy Johnson</dc:creator>
 <guid isPermaLink="false">17151 at http://registry.gimp.org</guid>
</item>
<item>
 <title>UnsharpMask2.0.12 (Windows binary -source code)</title>
 <link>http://registry.gimp.org/node/14810</link>
 <description>&lt;p&gt;This plugin is not more maintained but still works very well On Gimp 2.6 and even 2.7&lt;br /&gt;
Was developed by  	Peter Heckert , Windows binary were provided by  Michael Schumacher. but the original side is offline from years and all old links dead&lt;/p&gt;
&lt;p&gt; i am mirroring both source code and binaries to avoid it can get lost and i repost here also in the hope that may found more users and a maintainer (as i said still works very well ,from gimp 2.0 till 2.7  a maintainer may help for the future )&lt;/p&gt;
&lt;p&gt;About the most obvious question, what is the difference with standard unsharp mask that is simple,&lt;br /&gt;
what gimp USM offer is a only a subset of what this plugin may do.&lt;/p&gt;
&lt;p&gt;gimp USM works ,basically by adding a blurred duplicate ,that  as result create a white halo around contour&#039;s edges.&lt;/p&gt;
&lt;p&gt;As example if you have a black arrow on dark grey BG, a more or less wide white halo around the arrow will made it much more visible and the image more sharp&lt;br /&gt;
But that easily lead to effect similar to overdone HDR and work better on the darker part of the image to reveal less dark details&lt;/p&gt;
&lt;p&gt;Well USM2 may do that but also the contrary, sharpen by adding a dark halo&lt;br /&gt;
To use a similar example may sharpen a gray arrow on a white BG by creating a dark halo around arrow&#039;s contour&lt;/p&gt;
&lt;p&gt;&quot;Dark halo&quot; sharpening on photos look often more natural then white at the most usual settings,&lt;br /&gt;
while pushing for dramatic setting is usually a more pleasant and artistic effect,&lt;br /&gt;
( we are used  to accept black outlines as in  draw,comics, illustration, so are more acceptable for our eyes then white outlines ..&lt;br /&gt;
Note that a thin but very  intense white halo around contours edges is identical to white outlines, as a thin  and very dark halo is identical to black outlines ..this is relevant for &quot;artistic&quot; or &quot;creative&quot; uses )&lt;/p&gt;
&lt;p&gt;Interface may look too complex at first but just draw a ideal line under the 4th slider will solve&lt;/p&gt;
&lt;p&gt;All what up is &quot;BASIC&quot;  : on 4 sliders there 3 correspond exactly to that of the Gimp USM&lt;br /&gt;
 &quot;+&quot; is to regulate the &quot;white halo sharpening&quot; ,&quot;-&quot; to regulate the &quot;dark halo sharpening&quot;&lt;br /&gt;
(NOTE: If both&quot;+&quot; and &quot;-&quot; are set to 0 then plugin do not sharpen but create a gaussian blur )&lt;/p&gt;
&lt;p&gt;All what after that ideal line is &quot;ADVANCED&quot; ...default is fine in most cases anyway from there you may correct the gamma, or dose the intensity of the effect differently on shadows, middletones and highlights.&lt;/p&gt;
&lt;p&gt;More accurate information are included in the zip.&lt;br /&gt;
#####################################################################&lt;br /&gt;
If someone may provide a better description is welcome , i am a user and not a developer and my English is quite approximate.&lt;/p&gt;
&lt;p&gt;DOWNLOAD&lt;br /&gt;
&lt;a href=&quot;http://photocomix-resources.deviantart.com/art/Lost-Found-Gimp-UnsharpMask2-73998572&quot; title=&quot;http://photocomix-resources.deviantart.com/art/Lost-Found-Gimp-UnsharpMask2-73998572&quot;&gt;http://photocomix-resources.deviantart.com/art/Lost-Found-Gimp-UnsharpMa...&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/14810#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://registry.gimp.org/taxonomy/term/1">2.2</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/209">adjustment</category>
 <category domain="http://registry.gimp.org/taxonomy/term/82">blur</category>
 <category domain="http://registry.gimp.org/taxonomy/term/214">contrast</category>
 <category domain="http://registry.gimp.org/taxonomy/term/157">photo</category>
 <category domain="http://registry.gimp.org/taxonomy/term/60">plugin</category>
 <category domain="http://registry.gimp.org/taxonomy/term/133">sharpen</category>
 <enclosure url="http://registry.gimp.org/files/Gimp-UnsharpMask-2.0.12-Win-and SourceC.zip" length="198148" type="application/zip" />
 <pubDate>Mon, 16 Mar 2009 06:00:38 +0100</pubDate>
 <dc:creator>PhotoComiX</dc:creator>
 <guid isPermaLink="false">14810 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Scale in steps</title>
 <link>http://registry.gimp.org/node/9676</link>
 <description>&lt;h2&gt;About&lt;/h2&gt;
&lt;p&gt;
&amp;quot;Scale in steps&amp;quot; resizes an image to the given dimensions in several steps to get a way sharper result compared to resizing in one step. The step size is given in percent and should range between seven and ten percent. 
&lt;/p&gt;
&lt;h2&gt;Samples&lt;/h2&gt;
&lt;p&gt;
None of the sample images are sharpened. The original picture was 3000×2000.
&lt;/p&gt;
&lt;dl&gt;
&lt;dt&gt;baerm_s5.jpg&lt;/dt&gt;&lt;dd&gt;Stepsize: 5%&lt;/dd&gt;
&lt;dt&gt;baerm_s.jpg&lt;/dt&gt;&lt;dd&gt;Stepsize: 10%&lt;/dd&gt;
&lt;dt&gt;baerm_f.jpg&lt;/dt&gt;&lt;dd&gt;Traditional scaling&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/9676#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/36">GPLv3</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/225">image</category>
 <category domain="http://registry.gimp.org/taxonomy/term/210">photograph</category>
 <category domain="http://registry.gimp.org/taxonomy/term/176">resize</category>
 <category domain="http://registry.gimp.org/taxonomy/term/112">scale</category>
 <category domain="http://registry.gimp.org/taxonomy/term/133">sharpen</category>
 <category domain="http://registry.gimp.org/taxonomy/term/177">transform</category>
 <enclosure url="http://registry.gimp.org/files/baerm_s5.jpg" length="64749" type="image/jpeg" />
 <pubDate>Thu, 25 Sep 2008 07:50:39 +0200</pubDate>
 <dc:creator>Loxley</dc:creator>
 <guid isPermaLink="false">9676 at http://registry.gimp.org</guid>
</item>
<item>
 <title>D-Dayed</title>
 <link>http://registry.gimp.org/node/5917</link>
 <description>&lt;p&gt;D-Dayed is a script for The GIMP&lt;br /&gt;
Makes the image like the over saturated grainy war photos as evoked in the cinematography of films like Saving Private Ryan&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/5917#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/602">GPLv3+</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/214">contrast</category>
 <category domain="http://registry.gimp.org/taxonomy/term/51">layer</category>
 <category domain="http://registry.gimp.org/taxonomy/term/306">layers</category>
 <category domain="http://registry.gimp.org/taxonomy/term/157">photo</category>
 <category domain="http://registry.gimp.org/taxonomy/term/138">saturation</category>
 <category domain="http://registry.gimp.org/taxonomy/term/145">toning</category>
 <enclosure url="http://registry.gimp.org/files/d-dayed.scm" length="3433" type="application/octet-stream" />
 <pubDate>Sat, 14 Jun 2008 10:36:31 +0200</pubDate>
 <dc:creator>tuxcomputers</dc:creator>
 <guid isPermaLink="false">5917 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>Relative color remap</title>
 <link>http://registry.gimp.org/node/5442</link>
 <description>&lt;p&gt;This plug-in changes colors in an image based on the HSV difference between two colors.  This is particularly useful for applying color themes to existing images.&lt;br /&gt;
It avoids burning out high saturation and value at the expense of compression them somewhat when the difference goes towards higher saturation and value.&lt;br /&gt;
Current bugs/missing features include:&lt;br /&gt;
Undo does not work.&lt;br /&gt;
It can&#039;t be used on indexed images, even though it would frequently have enough colors.&lt;br /&gt;
It&#039;s slooow. Since it looks at only one pixel at a time, it should use some &amp;quot;pixel-iterator&amp;quot; that goes through the tiles in an optimal manner.&lt;br /&gt;
Selection only works in binary.&lt;br /&gt;
Grayscale support is untested and probably broken.&lt;br /&gt;
There is no preview.&lt;br /&gt;
Prevention of highlight burnout should be optional.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/5442#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/43">GPLv2+</category>
 <category domain="http://registry.gimp.org/taxonomy/term/209">adjustment</category>
 <category domain="http://registry.gimp.org/taxonomy/term/312">button</category>
 <category domain="http://registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://registry.gimp.org/taxonomy/term/139">colormap</category>
 <category domain="http://registry.gimp.org/taxonomy/term/192">colors</category>
 <category domain="http://registry.gimp.org/taxonomy/term/346">colour</category>
 <category domain="http://registry.gimp.org/taxonomy/term/191">colours</category>
 <category domain="http://registry.gimp.org/taxonomy/term/369">guf</category>
 <category domain="http://registry.gimp.org/taxonomy/term/380">HSV</category>
 <category domain="http://registry.gimp.org/taxonomy/term/197">icon</category>
 <category domain="http://registry.gimp.org/taxonomy/term/198">icons</category>
 <category domain="http://registry.gimp.org/taxonomy/term/325">layout</category>
 <category domain="http://registry.gimp.org/taxonomy/term/83">map</category>
 <category domain="http://registry.gimp.org/taxonomy/term/60">plugin</category>
 <category domain="http://registry.gimp.org/taxonomy/term/52">python</category>
 <category domain="http://registry.gimp.org/taxonomy/term/351">tone mapping</category>
 <category domain="http://registry.gimp.org/taxonomy/term/177">transform</category>
 <category domain="http://registry.gimp.org/taxonomy/term/375">utility</category>
 <category domain="http://registry.gimp.org/taxonomy/term/183">web</category>
 <category domain="http://registry.gimp.org/taxonomy/term/55">webexport</category>
 <enclosure url="http://registry.gimp.org/files/ColorMapRelative_0.py" length="6644" type="text/x-python" />
 <pubDate>Tue, 03 Jun 2008 13:22:55 +0200</pubDate>
 <dc:creator>larsrc</dc:creator>
 <guid isPermaLink="false">5442 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Saturation layer</title>
 <link>http://registry.gimp.org/node/552</link>
 <description>&lt;p&gt;This script allows you to extract and apply saturation to a layer. When you extract, it adds a new layer with the saturation values (in gray colors). You can then use curves, brightness/contrast or the dodge tool to correct saturation. When you are okay with the adjustements you can put back the saturation by applying it.&lt;/p&gt;
&lt;p&gt;It installs itself in &amp;lt; script-fu &amp;gt;/Saturation.&lt;/p&gt;
&lt;p&gt;Comments inside the script are in french.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/552#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/209">adjustment</category>
 <category domain="http://registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://registry.gimp.org/taxonomy/term/51">layer</category>
 <category domain="http://registry.gimp.org/taxonomy/term/157">photo</category>
 <category domain="http://registry.gimp.org/taxonomy/term/138">saturation</category>
 <enclosure url="http://registry.gimp.org/files/script-fu-saturation-layer.scm" length="3682" type="text/x-scheme" />
 <pubDate>Thu, 14 Feb 2008 12:08:57 +0100</pubDate>
 <dc:creator>Zigazou</dc:creator>
 <guid isPermaLink="false">552 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Blue Sky &amp; Clouds</title>
 <link>http://registry.gimp.org/node/193</link>
 <description>&lt;p&gt;
To fix burned out or white skies by adding clouds and a blue sky gradient (using a threshold mask).
&lt;/p&gt;
&lt;p&gt;
&lt;img src=&quot;http://gimp-registry.fargonauten.de/files/Thumb_BlueSkyClouds.png&quot; alt=&quot;Blue Sky Gradient Thumbnail&quot; align=&quot;absmiddle&quot; height=&quot;100&quot; hspace=&quot;7&quot; width=&quot;66&quot; /&gt;&lt;a href=&quot;http://www.farcrydesign.com/GIMP/BlueSkyClouds.html&quot; title=&quot;Guide to Using the Blue Sky Gradient Script&quot;&gt;Guide to Using the Blue Sky &amp;amp; Clouds Script&lt;/a&gt;
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/193#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/245">add</category>
 <category domain="http://registry.gimp.org/taxonomy/term/209">adjustment</category>
 <category domain="http://registry.gimp.org/taxonomy/term/219">blue</category>
 <category domain="http://registry.gimp.org/taxonomy/term/218">blue sky</category>
 <category domain="http://registry.gimp.org/taxonomy/term/222">burned out</category>
 <category domain="http://registry.gimp.org/taxonomy/term/244">clouds</category>
 <category domain="http://registry.gimp.org/taxonomy/term/205">fix</category>
 <category domain="http://registry.gimp.org/taxonomy/term/243">generate</category>
 <category domain="http://registry.gimp.org/taxonomy/term/220">gradient</category>
 <category domain="http://registry.gimp.org/taxonomy/term/51">layer</category>
 <category domain="http://registry.gimp.org/taxonomy/term/221">mask</category>
 <category domain="http://registry.gimp.org/taxonomy/term/157">photo</category>
 <category domain="http://registry.gimp.org/taxonomy/term/210">photograph</category>
 <category domain="http://registry.gimp.org/taxonomy/term/223">sky</category>
 <category domain="http://registry.gimp.org/taxonomy/term/246">texture</category>
 <category domain="http://registry.gimp.org/taxonomy/term/217">threshold</category>
 <category domain="http://registry.gimp.org/taxonomy/term/206">touch-up</category>
 <category domain="http://registry.gimp.org/taxonomy/term/148">white</category>
 <enclosure url="http://registry.gimp.org/files/Darla-BlueSkyClouds.scm" length="5097" type="application/octet-stream" />
 <pubDate>Sat, 26 Jan 2008 09:42:42 +0100</pubDate>
 <dc:creator>Darla</dc:creator>
 <guid isPermaLink="false">193 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Purple Fringe Fix</title>
 <link>http://registry.gimp.org/node/185</link>
 <description>&lt;p&gt;
To reduce the effects of Purple Fringing or Chromatic Aberration in high contrast areas of an affected photograph.
&lt;/p&gt;
&lt;p&gt;
&lt;img src=&quot;http://gimp-registry.fargonauten.de/files/Thumb_PurpleFringe.png&quot; alt=&quot;Purple Fringe Thumbnail&quot; align=&quot;absmiddle&quot; height=&quot;100&quot; hspace=&quot;7&quot; width=&quot;66&quot; /&gt;&lt;a href=&quot;http://www.farcrydesign.com/GIMP/PurpleFringe.html&quot; title=&quot;Guide to Using the Purple Fringe Script&quot;&gt;Guide to Using the Purple Fringe Script&lt;/a&gt;
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/185#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/209">adjustment</category>
 <category domain="http://registry.gimp.org/taxonomy/term/211">camera</category>
 <category domain="http://registry.gimp.org/taxonomy/term/234">chromatic aberration</category>
 <category domain="http://registry.gimp.org/taxonomy/term/236">cyan</category>
 <category domain="http://registry.gimp.org/taxonomy/term/205">fix</category>
 <category domain="http://registry.gimp.org/taxonomy/term/51">layer</category>
 <category domain="http://registry.gimp.org/taxonomy/term/157">photo</category>
 <category domain="http://registry.gimp.org/taxonomy/term/210">photograph</category>
 <category domain="http://registry.gimp.org/taxonomy/term/235">purple</category>
 <category domain="http://registry.gimp.org/taxonomy/term/237">purple fringe</category>
 <category domain="http://registry.gimp.org/taxonomy/term/238">purple fringing</category>
 <category domain="http://registry.gimp.org/taxonomy/term/206">touch-up</category>
 <enclosure url="http://registry.gimp.org/files/Darla-PurpleFringe.scm" length="3830" type="application/octet-stream" />
 <pubDate>Wed, 23 Jan 2008 12:58:16 +0100</pubDate>
 <dc:creator>Darla</dc:creator>
 <guid isPermaLink="false">185 at http://registry.gimp.org</guid>
</item>
</channel>
</rss>
