<?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>shadow</title>
 <link>http://registry.gimp.org/taxonomy/term/121</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Blur &amp; Shadow</title>
 <link>http://registry.gimp.org/node/20463</link>
 <description>&lt;p&gt;Creates a picture which is a duplication of the current picture blured as background,&lt;br /&gt;
and the current picture itself reduce with a border and shadow around it as foreground&lt;/p&gt;
&lt;p&gt;Example:&lt;br /&gt;
Original picture : &lt;img src=&quot;http://gduwelzrebert.free.fr/images/BnS_orig.jpg&quot;&gt;&lt;br /&gt;
Result picture : &lt;img src=&quot;http://gduwelzrebert.free.fr/images/BnS_result.jpg&quot;&gt;&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/20463#comments</comments>
 <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/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/82">blur</category>
 <category domain="http://registry.gimp.org/taxonomy/term/88">border</category>
 <category domain="http://registry.gimp.org/taxonomy/term/116">effect</category>
 <category domain="http://registry.gimp.org/taxonomy/term/157">photo</category>
 <category domain="http://registry.gimp.org/taxonomy/term/299">script-fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/121">shadow</category>
 <enclosure url="http://registry.gimp.org/files/blur_and_shadow.scm" length="7232" type="application/octet-stream" />
 <pubDate>Tue, 17 Nov 2009 13:32:46 +0100</pubDate>
 <dc:creator>Guillaume57</dc:creator>
 <guid isPermaLink="false">20463 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Steel Text (gimp 2.6)</title>
 <link>http://registry.gimp.org/node/19630</link>
 <description>&lt;p&gt;(en) Create a text effect that looks like shiny steel (or gold) and a dropshadow - For The Gimp 2.6.&lt;/p&gt;
&lt;p&gt;To create the logo text:&lt;br /&gt;
File --&amp;gt; Create --&amp;gt; Logos --&amp;gt; Steel...&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/files/logo-steel1.jpg&quot; alt=&quot;Logo Steel&quot; align=&quot;middle&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/files/logo-steel2.jpg&quot; alt=&quot;Logo Gold (Steel)&quot; align=&quot;middle&quot; /&gt;&lt;/p&gt;
&lt;p&gt;To create the alpha logo effect:&lt;br /&gt;
In the layer with images and transparent background&lt;br /&gt;
&lt;img src=&quot;/files/alpha-logo-steel1.jpg&quot; alt=&quot;Alpha logo steel&quot; align=&quot;middle&quot; /&gt;&lt;br /&gt;
--&amp;gt; Filters --&amp;gt; Alpha to logos --&amp;gt;Steel...&lt;br /&gt;
&lt;img src=&quot;/files/alpha-logo-steel2.jpg&quot; alt=&quot;Alpha logo steel result.&quot; align=&quot;middle&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/files/alpha-logo-steel3.jpg&quot; alt=&quot;Alpha logo gold (steel) result.&quot; align=&quot;middle&quot; /&gt; &lt;/p&gt;
&lt;p&gt;(pt-BR) Crie um efeito de texto parecido como um aço relusente (ou ouro) e uma sombra - Para O Gimp 2.6.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/19630#comments</comments>
 <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/96">3D</category>
 <category domain="http://registry.gimp.org/taxonomy/term/225">image</category>
 <category domain="http://registry.gimp.org/taxonomy/term/314">logo</category>
 <category domain="http://registry.gimp.org/taxonomy/term/60">plugin</category>
 <category domain="http://registry.gimp.org/taxonomy/term/259">script</category>
 <category domain="http://registry.gimp.org/taxonomy/term/299">script-fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/121">shadow</category>
 <category domain="http://registry.gimp.org/taxonomy/term/78">shape</category>
 <category domain="http://registry.gimp.org/taxonomy/term/117">text</category>
 <enclosure url="http://registry.gimp.org/files/steel_0.scm" length="8405" type="application/octet-stream" />
 <pubDate>Thu, 22 Oct 2009 07:53:58 +0200</pubDate>
 <dc:creator>majpereira</dc:creator>
 <guid isPermaLink="false">19630 at http://registry.gimp.org</guid>
</item>
<item>
 <title> creates a shadow transparent version of the image </title>
 <link>http://registry.gimp.org/node/18807</link>
 <description>&lt;p&gt;creates a shadow (transparent) version of the image&lt;/p&gt;
&lt;p&gt; i use this script for colorizing an img with CSS/HTML&lt;br /&gt;
 i.e. I display the shadow img (in the HTML) and change the bg color with CSS&lt;/p&gt;
&lt;p&gt; if u use the original colors from the picture u should get almost the same picture&lt;br /&gt;
 u can play with the black-point/white-point values for less/more gray...&lt;br /&gt;
 though it doesn&#039;t change much...&lt;/p&gt;
&lt;p&gt; it meant to be use with uni-color img, but works with any img.&lt;/p&gt;
&lt;p&gt; tested on png, jpg, GIMP 2.6.6&lt;br /&gt;
 it gives an error message: Error: illegal function&lt;br /&gt;
 I dont know why (didn&#039;t had the energy to debug it) but it works fine for me any way&lt;br /&gt;
 so I simply ignore it&lt;/p&gt;
&lt;p&gt; see GIMP on-line help for installation instruction of script-fu&lt;/p&gt;
&lt;p&gt; usage: open an image and run the script&lt;br /&gt;
 Note: i test it only on a flat image,&lt;br /&gt;
 with multiple layer it should operate on the current active layer&lt;/p&gt;
&lt;p&gt; after running the script:&lt;br /&gt;
 * delete invisible layer (optional)&lt;br /&gt;
 * merge visible layer (optional)&lt;br /&gt;
 * save with a different name (as png for keeping the transparent charecteristic of the image)&lt;/p&gt;
&lt;p&gt; Elia Weiss&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/18807#comments</comments>
 <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/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/121">shadow</category>
 <enclosure url="http://registry.gimp.org/files/create-shadows.scm" length="4305" type="application/octet-stream" />
 <pubDate>Fri, 25 Sep 2009 12:33:55 +0200</pubDate>
 <dc:creator>elia_weiss</dc:creator>
 <guid isPermaLink="false">18807 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Shadowed Thumbnails</title>
 <link>http://registry.gimp.org/node/15137</link>
 <description>&lt;p&gt;Create shadowed thumbnail is a GIMP scrit which allow you to create a thumbnail preview of an image with a shadow effect.&lt;br /&gt;
For questions o r suggestions you can write to author mail address: &lt;a href=&quot;mailto:tommaso.frazzetto@gmail.com&quot;&gt;tommaso.frazzetto@gmail.com&lt;/a&gt;.&lt;br /&gt;
This script is part of a tutoria which is an introduction to scripting in GIMP. You can find the article (in ITALIAN language) at&lt;br /&gt;
web page at &lt;a href=&quot;http://www.brainspace.it/?p=136&quot; title=&quot;http://www.brainspace.it/?p=136&quot;&gt;http://www.brainspace.it/?p=136&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;INSTALLATION&lt;br /&gt;
------------&lt;br /&gt;
To install plugin only for your user copy &quot;shadowed-thumb.scm&quot; to local gimp scripts folder:&lt;/p&gt;
&lt;p&gt;]# cp shadowed-thumb.scm ~/.gimp-2.6/scripts/&lt;/p&gt;
&lt;p&gt;or, if you want install it for all users:&lt;/p&gt;
&lt;p&gt;]# sudo cp shadowed-thumb.scm /usr/share/gimp/2.0/scripts/&lt;/p&gt;
&lt;p&gt;NOTE: the path &quot;/usr/share/gimp/2.0/scripts/&quot; for gimp scrips is valid for Ubuntu linux. It&#039;s may be different for you distribution, if you don&#039;t use Ubuntu.&lt;/p&gt;
&lt;p&gt;LEGAL&lt;br /&gt;
-----&lt;br /&gt;
This plugin is released under GNU General Public License. You can find a copy of license text in file COPYING attached to this release.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/15137#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/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/112">scale</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/693">thumbnails</category>
 <enclosure url="http://registry.gimp.org/files/shadowed-thumb.tar.bz2" length="7979" type="application/octet-stream" />
 <pubDate>Mon, 30 Mar 2009 16:44:44 +0200</pubDate>
 <dc:creator>invernomuto</dc:creator>
 <guid isPermaLink="false">15137 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Split tone</title>
 <link>http://registry.gimp.org/node/4362</link>
 <description>&lt;p&gt;
Uses one colour for the highlights and another for the shadows. The following photo was created using the default colours:
&lt;/p&gt;
&lt;p&gt;
Before:&lt;br /&gt;
&lt;a href=&quot;http://www.ipernity.com/doc/tuxcomputers/2515114&quot;&gt;&lt;img src=&quot;http://u1.ipernity.com/7/51/14/2515114.1d660d2d.240.jpg&quot; alt=&quot;Split tone - before&quot; border=&quot;0&quot; width=&quot;160&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/2515113&quot;&gt;&lt;img src=&quot;http://u1.ipernity.com/7/51/13/2515113.c8b7c5ed.240.jpg&quot; alt=&quot;Split tone - after&quot; border=&quot;0&quot; width=&quot;160&quot; height=&quot;240&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/4362#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/25">2.4</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/224">artistic</category>
 <category domain="http://registry.gimp.org/taxonomy/term/219">blue</category>
 <category domain="http://registry.gimp.org/taxonomy/term/346">colour</category>
 <category domain="http://registry.gimp.org/taxonomy/term/153">highlight</category>
 <category domain="http://registry.gimp.org/taxonomy/term/345">orange</category>
 <category domain="http://registry.gimp.org/taxonomy/term/157">photo</category>
 <category domain="http://registry.gimp.org/taxonomy/term/121">shadow</category>
 <enclosure url="http://registry.gimp.org/files/split-tone.scm" length="4694" type="text/plain" />
 <pubDate>Wed, 07 May 2008 22:43:14 +0200</pubDate>
 <dc:creator>tuxcomputers</dc:creator>
 <guid isPermaLink="false">4362 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>3D screenshot</title>
 <link>http://registry.gimp.org/node/3479</link>
 <description>&lt;p&gt;Turn a boring flat image into a stylish 3D-shadowed-glowing one.&lt;/p&gt;
&lt;p&gt;
&lt;img src=&quot;http://img217.imageshack.us/img217/1196/3dscreenshotfi6.png&quot; alt=&quot;3D Screenshot&quot; /&gt;
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/3479#comments</comments>
 <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/128">2.4</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/310">background gradient</category>
 <category domain="http://registry.gimp.org/taxonomy/term/116">effect</category>
 <category domain="http://registry.gimp.org/taxonomy/term/124">glow</category>
 <category domain="http://registry.gimp.org/taxonomy/term/259">script</category>
 <category domain="http://registry.gimp.org/taxonomy/term/121">shadow</category>
 <enclosure url="http://registry.gimp.org/files/3DScreenshot.scm" length="10317" type="text/x-scheme" />
 <pubDate>Wed, 16 Apr 2008 09:41:29 +0200</pubDate>
 <dc:creator>Mathieu147</dc:creator>
 <guid isPermaLink="false">3479 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Layer Effects</title>
 <link>http://registry.gimp.org/node/186</link>
 <description>&lt;p&gt;This is a series of scripts that implement various layer effects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Drop Shadow&lt;/li&gt;
&lt;li&gt;Inner Shadow&lt;/li&gt;
&lt;li&gt;Outer Glow&lt;/li&gt;
&lt;li&gt;Inner Glow&lt;/li&gt;
&lt;li&gt;Bevel and Emboss&lt;/li&gt;
&lt;li&gt;Satin&lt;/li&gt;
&lt;li&gt;Color Overlay&lt;/li&gt;
&lt;li&gt;Gradient Overlay&lt;/li&gt;
&lt;li&gt;Pattern Overlay&lt;/li&gt;
&lt;li&gt;Stroke&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Some effects can have contours (a.k.a. curves) and noise added to them. Effects can either be applied on a separate layer, or be merged into the active layer (which in some cases gives better results).&lt;/p&gt;
&lt;p&gt;Tested with GIMP 2.4.2.&lt;/p&gt;
&lt;p&gt;Updated 6/9/2009:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Stroke now supports gradients and patterns! (Python version only)&lt;/li&gt;
&lt;li&gt;Better undo handling in the Python version.&lt;/li&gt;
&lt;li&gt;Various bugfixes.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updated 11/15/2008:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The Python version now has live previewing! With the &quot;Preview&quot; checkbox active, the preview now updates automatically every time you change a setting!&lt;/li&gt;
&lt;li&gt;New &quot;Reapply Effects&quot; function: Reapplies all effects that have been applied to the current layer. If you change anything on the layer, use this to update all the effects in one go! (Mind you, this only works for effects that were not applied using the &quot;Merge with layer&quot; option.)&lt;/li&gt;
&lt;li&gt;Various bugfixes.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updated 09/02/2008:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Bugfix in Script-Fu version.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updated 07/19/2008:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You can now scale patterns in pattern overlays. (Python version only.)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updated 07/08/2008:&lt;br /&gt;
This script has now been rewritten as a Python plugin! This adds several new features that weren&#039;t possible in Script-Fu!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You can now preview effects! Click the &quot;Preview&quot; button to see what it will look like with the currently selected settings.&lt;/li&gt;
&lt;li&gt;The plugin now records the settings used to make an effect, so now you can reapply it! Run the same effect plugin on the same layer again, and it recovers the previous settings for that layer and shows them in the dialog box. You can then change the settings and apply the effect again, and it will replace the original effect layer! (Note: This will only work if you don&#039;t select &quot;Merge with layer&quot;. Once an effect has been merged into the layer, it can&#039;t be removed or changed.)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updated 04/21/2008:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Bugfix&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Updated 03/02/2008:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Added grayscale support&lt;/li&gt;
&lt;li&gt;Bugfixes&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;How to install (Script-Fu version):&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Right-click on the link below that says &quot;layerfx.scm&quot;. A pop-up menu should appear. Click &quot;Save Target As...&quot; or &quot;Save Link As...&quot; or whatever the equivalent option in your browser is.&lt;/li&gt;
&lt;li&gt;Save the file &quot;layerfx.scm&quot; in your scripts folder. If you&#039;re not sure where your scripts folder is, you can check by opening GIMP and going to &amp;lt;Toolbox&amp;gt;/File/Preferences -&amp;gt; Folders -&amp;gt; Scripts. If more than one folder is shown, then any one of them will work.&lt;/li&gt;
&lt;li&gt;Once you have saved the file in your scripts folder, if you are already running GIMP, either click &amp;lt;Toolbox&amp;gt;/Xtns/Script-Fu/Refresh Scripts, or just close and reopen GIMP.&lt;/li&gt;
&lt;li&gt;If you have done this correctly, the scripts will appear in the menu under &amp;lt;Image&amp;gt;/Script-Fu/Layer Effects. If this menu is not there, try clicking &amp;lt;Toolbox&amp;gt;/Xtns/Script-Fu/Refresh Scripts. If it&#039;s still not there, make sure the file is in your scripts folder and that the filename ends with &quot;.scm&quot;, not &quot;.txt&quot; or &quot;.scm.txt&quot; or something.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;How to install (Python version):&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Right-click on the link below that says &quot;layerfx.py&quot;. A pop-up menu should appear. Click &quot;Save Target As...&quot; or &quot;Save Link As...&quot; or whatever the equivalent option in your browser is.&lt;/li&gt;
&lt;li&gt;Save the file &quot;layerfx.py&quot; in your plug-ins folder. If you&#039;re not sure where your plug-ins folder is, you can check by opening GIMP and going to &amp;lt;Toolbox&amp;gt;/File/Preferences -&amp;gt; Folders -&amp;gt; Plug-Ins. If more than one folder is shown, then any one of them will work.&lt;/li&gt;
&lt;li&gt;If you&#039;re on a UNIX system, make sure layerfx.py is executable by typing this in the shell:&lt;br /&gt;
&lt;code&gt;chmod +x layerfx.py&lt;/code&gt;&lt;br /&gt;
On other operating systems, you might have to do something else to make it executable.&lt;/li&gt;
&lt;li&gt;Once you have saved the file in your plug-ins folder, if you are already running GIMP, close and reopen it.&lt;/li&gt;
&lt;li&gt;If you have done this correctly, the scripts will appear in the menu under &amp;lt;Image&amp;gt;/Layer/Layer Effects, and &amp;lt;Layers&amp;gt;/Layer Effects. If these menus are not there, close and reopen GIMP. If they&#039;re still not there, make sure the file is in your plug-ins folder, that it is executable, that you have Python support installed, and that the filename ends with &quot;.py&quot;, not &quot;.txt&quot; or &quot;.py.txt&quot; or something.&lt;/li&gt;
&lt;/ol&gt;
</description>
 <comments>http://registry.gimp.org/node/186#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/36">GPLv3</category>
 <category domain="http://registry.gimp.org/taxonomy/term/22">Python</category>
 <category domain="http://registry.gimp.org/taxonomy/term/128">2.4</category>
 <category domain="http://registry.gimp.org/taxonomy/term/122">bevel</category>
 <category domain="http://registry.gimp.org/taxonomy/term/123">emboss</category>
 <category domain="http://registry.gimp.org/taxonomy/term/124">glow</category>
 <category domain="http://registry.gimp.org/taxonomy/term/239">layer effects</category>
 <category domain="http://registry.gimp.org/taxonomy/term/129">noise</category>
 <category domain="http://registry.gimp.org/taxonomy/term/240">overlay</category>
 <category domain="http://registry.gimp.org/taxonomy/term/52">python</category>
 <category domain="http://registry.gimp.org/taxonomy/term/241">satin</category>
 <category domain="http://registry.gimp.org/taxonomy/term/121">shadow</category>
 <category domain="http://registry.gimp.org/taxonomy/term/242">stroke</category>
 <enclosure url="http://registry.gimp.org/files/layerfx.scm" length="56794" type="text/x-scheme" />
 <pubDate>Thu, 24 Jan 2008 22:43:37 +0100</pubDate>
 <dc:creator>JonStipe</dc:creator>
 <guid isPermaLink="false">186 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Shadows and Highlights</title>
 <link>http://registry.gimp.org/node/116</link>
 <description>&lt;p&gt;This plugin does a pretty good job of eliminating shadows and highlights in photographs. It gives you two layers that basically act like adjustment layers, and changing the opacity will alter the effect.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/116#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/40">unknown</category>
 <category domain="http://registry.gimp.org/taxonomy/term/147">black</category>
 <category domain="http://registry.gimp.org/taxonomy/term/153">highlight</category>
 <category domain="http://registry.gimp.org/taxonomy/term/154">highlights</category>
 <category domain="http://registry.gimp.org/taxonomy/term/121">shadow</category>
 <category domain="http://registry.gimp.org/taxonomy/term/155">shadows</category>
 <category domain="http://registry.gimp.org/taxonomy/term/148">white</category>
 <enclosure url="http://registry.gimp.org/files/shadows-highlights-2.4.scm" length="1759" type="application/octet-stream" />
 <pubDate>Mon, 07 Jan 2008 15:24:14 +0100</pubDate>
 <dc:creator>rjnfc</dc:creator>
 <guid isPermaLink="false">116 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Shadow recovery</title>
 <link>http://registry.gimp.org/node/112</link>
 <description>&lt;p&gt;Recover image information in dark parts&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/112#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/121">shadow</category>
 <category domain="http://registry.gimp.org/taxonomy/term/150">shadow recovery</category>
 <enclosure url="http://registry.gimp.org/files/Eg-ShadowRecovery.scm" length="3313" type="application/octet-stream" />
 <pubDate>Mon, 07 Jan 2008 14:16:44 +0100</pubDate>
 <dc:creator>eg</dc:creator>
 <guid isPermaLink="false">112 at http://registry.gimp.org</guid>
</item>
</channel>
</rss>
