<?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>Script-Fu</title>
 <link>http://registry.gimp.org/taxonomy/term/20</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>RSS Lightsaber (LSE) v0.9</title>
 <link>http://registry.gimp.org/node/20484</link>
 <description>&lt;p&gt;&lt;img src=&quot;http://img34.imageshack.us/img34/5153/09logo.jpg&quot; height=&quot;375&quot; width=&quot;640&quot;&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;RSS Lightsaber&lt;/strong&gt; (or LSE) is a simple script for creating lightsaber effect in picture. The script base on my own algorithm.&lt;br /&gt;
&lt;strong&gt;Features:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fast script&#039;s execution.&lt;/li&gt;
&lt;li&gt;Independent setting for blur size of the lightsaber&#039;s core and glow around saber.&lt;/li&gt;
&lt;li&gt;Some features to provide correct effects on extra large photos (above 20 Mp).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The basic documentation is inside archive. Enjoy!&lt;br /&gt;
Next release (v1.0 with new documentation and lessons) in December 2009.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/20484#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://registry.gimp.org/taxonomy/term/287">free</category>
 <category domain="http://registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/442">lightsaber</category>
 <category domain="http://registry.gimp.org/taxonomy/term/157">photo</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/809">sword</category>
 <enclosure url="http://registry.gimp.org/files/lse_pub_v0.9.tar.gz" length="1116570" type="application/octet-stream" />
 <pubDate>Tue, 17 Nov 2009 23:26:13 +0100</pubDate>
 <dc:creator>spoilt_exile</dc:creator>
 <guid isPermaLink="false">20484 at http://registry.gimp.org</guid>
</item>
<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>Adjustment Layer Script</title>
 <link>http://registry.gimp.org/node/20340</link>
 <description>&lt;p&gt;This script generates two adjustment layers from the two layers on the top, A is the original image layer, B the modified (e.g. sharpened) one on top:&lt;br /&gt;
               A - B = C&lt;br /&gt;
               B - A = D&lt;br /&gt;
               A - C + D = B&lt;/p&gt;
&lt;p&gt;Now you can apply further editing and &quot;switch on/off&quot; the adjustment by switching the visibility of the subtractive and the additive layer. Also you can change the modification intensity by changing the intensity of these two layers.&lt;/p&gt;
&lt;p&gt;Copy it into the scripts folder from GIMP, you will find it then under Layer -&amp;gt; Adjustment Layers:&lt;br /&gt;
&lt;a href=&quot;http://docs.gimp.org/2.6/en/install-script-fu.html&quot; title=&quot;http://docs.gimp.org/2.6/en/install-script-fu.html&quot;&gt;http://docs.gimp.org/2.6/en/install-script-fu.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Example image:&lt;br /&gt;
&lt;a href=&quot;http://www.flickr.com/photos/28653536@N07/4113253102/&quot; title=&quot;http://www.flickr.com/photos/28653536@N07/4113253102/&quot;&gt;http://www.flickr.com/photos/28653536@N07/4113253102/&lt;/a&gt;&lt;br /&gt;
&lt;img src=&quot;http://farm3.static.flickr.com/2615/4113253102_f3bfaa5892.jpg&quot; width=&quot;500&quot; height=&quot;493&quot; alt=&quot;Adjustment Layers&quot; /&gt;&lt;br /&gt;
Left: B A&lt;br /&gt;
Right: D C A B&lt;/p&gt;
&lt;p&gt;Finally a big thank you to Shelly and Roy from the Flickr GIMP group:&lt;br /&gt;
&lt;a href=&quot;http://www.flickr.com/photos/shelly-and-roy/&quot; title=&quot;http://www.flickr.com/photos/shelly-and-roy/&quot;&gt;http://www.flickr.com/photos/shelly-and-roy/&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/20340#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/876">Adjustment Layer</category>
 <enclosure url="http://registry.gimp.org/files/elsamuko-adjustment-layers.scm" length="3252" type="application/octet-stream" />
 <pubDate>Fri, 13 Nov 2009 18:44:22 +0100</pubDate>
 <dc:creator>elsamuko</dc:creator>
 <guid isPermaLink="false">20340 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Script-fu inverse-visibility-active-layer</title>
 <link>http://registry.gimp.org/node/20304</link>
 <description>&lt;p&gt;This script inverse the visibility of the active layer. It is very useful because you can give it a short cut and use the mouse only on your image!&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/20304#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/779">2.7</category>
 <category domain="http://registry.gimp.org/taxonomy/term/287">free</category>
 <category domain="http://registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <enclosure url="http://registry.gimp.org/files/inverse-visibility-active-layer.zip" length="525" type="application/zip" />
 <pubDate>Thu, 12 Nov 2009 12:59:26 +0100</pubDate>
 <dc:creator>Hevan53</dc:creator>
 <guid isPermaLink="false">20304 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Script-fu all-visible-or-all-invisible</title>
 <link>http://registry.gimp.org/node/20303</link>
 <description>&lt;p&gt;This script set all layers visible or invisible. Don&#039;t download it if you have downloaded Script-fu-yin-yang.zip.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/20303#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/779">2.7</category>
 <category domain="http://registry.gimp.org/taxonomy/term/287">free</category>
 <category domain="http://registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <enclosure url="http://registry.gimp.org/files/all-visible-or-all-invisible.zip" length="635" type="application/zip" />
 <pubDate>Thu, 12 Nov 2009 12:57:49 +0100</pubDate>
 <dc:creator>Hevan53</dc:creator>
 <guid isPermaLink="false">20303 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Script-fu Yin-Yang</title>
 <link>http://registry.gimp.org/node/20302</link>
 <description>&lt;p&gt;This script create a yin-yang figure inside an image. In the package there are : script-fu-yin-yang.scm and all-visible-or-all-invisible.scm (because the first script depends of the second script).&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/20302#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/779">2.7</category>
 <category domain="http://registry.gimp.org/taxonomy/term/287">free</category>
 <category domain="http://registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <enclosure url="http://registry.gimp.org/files/Script-fu-yin-yang.zip" length="3248" type="application/zip" />
 <pubDate>Thu, 12 Nov 2009 12:54:56 +0100</pubDate>
 <dc:creator>Hevan53</dc:creator>
 <guid isPermaLink="false">20302 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Quadrupole</title>
 <link>http://registry.gimp.org/node/20295</link>
 <description>&lt;p&gt;Takes an image, makes four 1/4 scale copies, and reflects them about vertical and horizontal axes to achieve a four-fold symmetry.&lt;/p&gt;
&lt;p&gt;Note: As well as being atrociously inefficient (eg, by scaling the same image four times, instead of making copies after the first scaling), this code does substantially less than the &quot;Small Tiles&quot; dialog (which comes standard in Gimp in /Filters/Map)&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/20295#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/779">2.7</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/176">resize</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/875">symmetry</category>
 <category domain="http://registry.gimp.org/taxonomy/term/689">tiles</category>
 <enclosure url="http://registry.gimp.org/files/script-fu-quadrupole.scm" length="4299" type="application/octet-stream" />
 <pubDate>Thu, 12 Nov 2009 05:26:01 +0100</pubDate>
 <dc:creator>theilr</dc:creator>
 <guid isPermaLink="false">20295 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Cheap HDR</title>
 <link>http://registry.gimp.org/node/20293</link>
 <description>&lt;p&gt;Provides a kind of poor-man&#039;s HDR (high dynamic range).  It doesn&#039;t actually increase the dynamic range; in fact, it &lt;em&gt;decreases&lt;/em&gt; it, overall, but in a way that maintains local contrast.  But this gives you some headroom to increase the contrast of the image overall, thus enhancing the local contrast.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/20293#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/779">2.7</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/214">contrast</category>
 <category domain="http://registry.gimp.org/taxonomy/term/391">enhance</category>
 <category domain="http://registry.gimp.org/taxonomy/term/414">hdr</category>
 <category domain="http://registry.gimp.org/taxonomy/term/157">photo</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/351">tone mapping</category>
 <enclosure url="http://registry.gimp.org/files/script-fu-cheap-hdr.scm" length="4163" type="application/octet-stream" />
 <pubDate>Thu, 12 Nov 2009 05:05:32 +0100</pubDate>
 <dc:creator>theilr</dc:creator>
 <guid isPermaLink="false">20293 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Jagged Border</title>
 <link>http://registry.gimp.org/node/20292</link>
 <description>&lt;p&gt;Creates a white (or black) border around an image that merges in with the image so that on a larger white (or black) background, the image appears to have a ragged border.  This is similar to the Gimp&#039;s Fuzzy Border, but it adapts its jaggedness to the image. (Also unlike Fuzzy Border, it is deterministic, it does not depend on random number seeds.)&lt;/p&gt;
&lt;p&gt;Some examples of what I mean by a jagged border that &quot;adapts&quot; to the image,  which also illustrate the difference between a white and black border (it&#039;s not just the color), are shown in this triplet of images:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/theilr/4102672801&quot; title=&quot;http://www.flickr.com/photos/theilr/4102672801&quot;&gt;http://www.flickr.com/photos/theilr/4102672801&lt;/a&gt;&lt;br /&gt;
&lt;img src=&quot;http://farm3.static.flickr.com/2799/4102672801_d891371a45_m.jpg&quot; width=&quot;240&quot; height=&quot;159&quot; alt=&quot;seaweed -- original&quot; /&gt;  no border&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/theilr/4103434084&quot; title=&quot;http://www.flickr.com/photos/theilr/4103434084&quot;&gt;http://www.flickr.com/photos/theilr/4103434084&lt;/a&gt;&lt;br /&gt;
&lt;img src=&quot;http://farm3.static.flickr.com/2505/4103434084_39647c45e9_m.jpg&quot; width=&quot;240&quot; height=&quot;159&quot; alt=&quot;seaweed -- white border&quot; /&gt; white border&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/theilr/4103433020&quot; title=&quot;http://www.flickr.com/photos/theilr/4103433020&quot;&gt;http://www.flickr.com/photos/theilr/4103433020&lt;/a&gt;&lt;br /&gt;
&lt;img src=&quot;http://farm3.static.flickr.com/2589/4103433020_f357a3c279_m.jpg&quot; width=&quot;240&quot; height=&quot;159&quot; alt=&quot;seaweed -- black border&quot; /&gt; black border&lt;/p&gt;
&lt;p&gt;An example (with a short animation) that shows &lt;em&gt;how&lt;/em&gt; they are created:&lt;br /&gt;
&lt;a href=&quot;http://www.flickr.com/photos/theilr/3644571097&quot; title=&quot;http://www.flickr.com/photos/theilr/3644571097&quot;&gt;http://www.flickr.com/photos/theilr/3644571097&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/20292#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/779">2.7</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/88">border</category>
 <category domain="http://registry.gimp.org/taxonomy/term/157">photo</category>
 <category domain="http://registry.gimp.org/taxonomy/term/259">script</category>
 <category domain="http://registry.gimp.org/taxonomy/term/299">script-fu</category>
 <enclosure url="http://registry.gimp.org/files/script-fu-jagged-border.scm" length="9125" type="application/octet-stream" />
 <pubDate>Thu, 12 Nov 2009 04:48:18 +0100</pubDate>
 <dc:creator>theilr</dc:creator>
 <guid isPermaLink="false">20292 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Draw arrow</title>
 <link>http://registry.gimp.org/node/20269</link>
 <description>&lt;p&gt;Update [11/15/2009] : Added fixed brush width and double headed error, removed bug 1) one-point-paths, 2) horizontal paths&lt;br /&gt;
Update [11/16/2009] : Fixed image type restriction string&lt;br /&gt;
Update [11/19/2009] : Added feature for absolute wing length, fixed handling gray-scale images&lt;/p&gt;
&lt;p&gt;This plugin enables GIMP to draw an arbitrary &lt;em&gt;arrow&lt;/em&gt; into an image or a new layer. The plugin has reasonable default values for every paramtere but is freely adjustable to ones needs. Parameters are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;wing length and line width freely adjustable (relative &amp;amp; absolute)&lt;/li&gt;
&lt;li&gt;angle between arrow tail and wing&lt;/li&gt;
&lt;li&gt;optional draw arrow in new layer&lt;/li&gt;
&lt;li&gt;optional filled or not filled head&lt;/li&gt;
&lt;li&gt;optional notch in arrow head&lt;/li&gt;
&lt;li&gt;optional delete used path&lt;/li&gt;
&lt;li&gt;optional draw double headed arrow&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&quot;http://registry.gimp.org/files/Description.png&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Usage:&lt;br /&gt;
Create a path (usually &amp;lt;B&amp;gt;) with the head of the arrow (first anchor point) and the end of the tail (second anchor point). Then call the script which adds itself to the &quot;Tools&quot; menu (I use &amp;lt;AltGr+P&amp;gt; as the shortcut as &quot;Pfeil&quot; is the german word for arrow).&lt;/p&gt;
&lt;p&gt;ToDo:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Write documentation (any one can help me with that and knows how to?)&lt;/li&gt;
&lt;li&gt;Open for suggestions&lt;/li&gt;
&lt;li&gt;Enable a more angularly arrow&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can also contact me via ICQ #52712314 and Jabber/XMPP &lt;a href=&quot;mailto:Hoffmann.P@jabber.ccc.de&quot;&gt;Hoffmann.P@jabber.ccc.de&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/20269#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/23">2.x</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/874">arrow</category>
 <category domain="http://registry.gimp.org/taxonomy/term/225">image</category>
 <category domain="http://registry.gimp.org/taxonomy/term/259">script</category>
 <category domain="http://registry.gimp.org/taxonomy/term/299">script-fu</category>
 <enclosure url="http://registry.gimp.org/files/Description.png" length="48644" type="image/png" />
 <pubDate>Wed, 11 Nov 2009 16:47:35 +0100</pubDate>
 <dc:creator>B-Ranger</dc:creator>
 <guid isPermaLink="false">20269 at http://registry.gimp.org</guid>
</item>
</channel>
</rss>
