<?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>2.6</title>
 <link>http://registry.gimp.org/taxonomy/term/523</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>Calendar maker</title>
 <link>http://registry.gimp.org/node/20193</link>
 <description>&lt;p&gt;The script I&#039;ve written adds two layers to an image which overlay the active layer with dates and a grid of lines producing a calendar for the specified month. It is not so much intended to create a complete calendar, but to be used as a tool in creating calendars. The command appears in the menus as &quot;Filters-&amp;gt;Render-&amp;gt;Calendar...&quot;&lt;/p&gt;
&lt;p&gt;The options presented in the dialog are:&lt;br /&gt;
* Month - the month to be used&lt;br /&gt;
* Year - the year to be used&lt;br /&gt;
* Sunday first - if checked then Sunday is the first day of the week, otherwise Monday&lt;br /&gt;
* Font - the font to be used&lt;br /&gt;
* Fontsize - The size of the numbers used for the dates. 100% will use the largest possible&lt;br /&gt;
* Right justify - If checked then the date will be right-justified in a field two characters wide&lt;br /&gt;
* Border width - determines how thick the lines of the grid will be (can be &quot;0&quot; for no grid)&lt;br /&gt;
* Border color - color used for grid (note: FG color is used for the text)&lt;br /&gt;
* Date position - the alignment of the date number within its box&lt;/p&gt;
&lt;p&gt;The month and year are not generated on the image; they should be added to the image manually if desired. For reference, the month and year appear in the layer names of the newly created layers.&lt;/p&gt;
&lt;p&gt;EDIT: When called from the PDB, the script will return a list containing the &quot;dates&quot; layerID and the &quot;grid&quot; layerID.&lt;/p&gt;
&lt;p&gt;EDIT2: I have updated the script and added a &quot;Layout&quot; option which offers the following treatments of the dates:&lt;/p&gt;
&lt;p&gt;   * Allow 6 weeks (resizing text for optimal fit)&lt;br /&gt;
   * Force 6 weeks (use six rows of weeks in all cases, even for a 4-week February)&lt;br /&gt;
   * Wrap week 6 to week 1 (the approach proposed by wbool)&lt;br /&gt;
   * Wrap week 6 to week 5 (and if needed compressing two days into a single cell)&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/20193#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/299">script-fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/781">table</category>
 <category domain="http://registry.gimp.org/taxonomy/term/375">utility</category>
 <enclosure url="http://registry.gimp.org/files/sg-calendar_0.scm" length="18131" type="application/octet-stream" />
 <pubDate>Mon, 09 Nov 2009 14:10:26 +0100</pubDate>
 <dc:creator>saulgoode</dc:creator>
 <guid isPermaLink="false">20193 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Watermark</title>
 <link>http://registry.gimp.org/node/20184</link>
 <description>&lt;p&gt;Imprints a non-intrusive faint text watermark sparsely repeated over the entire image. The watermark is meant to be visible upon close inspection without disturbing the viewing of the image.&lt;/p&gt;
&lt;p&gt;The watermark visibility can be fine-tuned by changing the opacity of the watermark layer.&lt;/p&gt;
&lt;p&gt;Contains an image plugin that operates on an open image and a batch&lt;br /&gt;
plugin that requires the filenames for the source and modified images.&lt;/p&gt;
&lt;p&gt;Requires Python.&lt;/p&gt;
&lt;p&gt;Install in the plug-ins GIMP directory. Make sure the file is executable or GIMP will ignore it.&lt;/p&gt;
&lt;p&gt;To process a file via command-line:&lt;/p&gt;
&lt;p&gt;gimp -ib &#039;(python-fu-batch-watermark RUN-NONINTERACTIVE &amp;quot;image.jpg&amp;quot; &amp;quot;image-wm.jpg&amp;quot; 12 &amp;quot;(C)2009&amp;quot; &amp;quot;Sans Bold&amp;quot; 24)(gimp-quit 1)&#039;&lt;/p&gt;
&lt;p&gt;The parameters are source image, &amp;quot;save as&amp;quot; filename, opacity, text, font name, font size in points.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/20184#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://registry.gimp.org/taxonomy/term/35">GPLv2</category>
 <category domain="http://registry.gimp.org/taxonomy/term/22">Python</category>
 <category domain="http://registry.gimp.org/taxonomy/term/535">watermark</category>
 <enclosure url="http://registry.gimp.org/files/watermark_2.py" length="4889" type="text/x-python" />
 <pubDate>Mon, 09 Nov 2009 06:32:28 +0100</pubDate>
 <dc:creator>laurentiu</dc:creator>
 <guid isPermaLink="false">20184 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Select Top/Previous/Next/Bottom Layer Only</title>
 <link>http://registry.gimp.org/node/20080</link>
 <description>&lt;p&gt;This script cycles through layers making the active layer the only visible layer (useful for hand-editing simple animations) similar to Layer &amp;gt; Stack &amp;gt; Select Next/Previous Layer.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/20080#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://registry.gimp.org/taxonomy/term/37">BSD</category>
 <category domain="http://registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/873">script layer visibility animation</category>
 <enclosure url="http://registry.gimp.org/files/cycle-layer-visibility_0.scm" length="2970" type="application/octet-stream" />
 <pubDate>Fri, 06 Nov 2009 06:56:44 +0100</pubDate>
 <dc:creator>gigadude</dc:creator>
 <guid isPermaLink="false">20080 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Smooth Path (new)</title>
 <link>http://registry.gimp.org/node/20069</link>
 <description>&lt;p&gt;This plugin will take the active path and smooth it, using a Bezier&lt;br /&gt;
interpolation algorithm. If you&#039;ve ever wanted to define a bunch of&lt;br /&gt;
points, and then have the GIMP draw a smooth path through them, this&lt;br /&gt;
plugin is for you. There is the option to smooth corners between a&lt;br /&gt;
range of angles.&lt;/p&gt;
&lt;p&gt;Settings include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Smooth only specified corners:&lt;/strong&gt; If checked,&lt;br /&gt;
only corners whose interior angles lie between the two settings below&lt;br /&gt;
will be smoothed.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Minimum angle:&lt;/strong&gt; Corners blunter (greater) than&lt;br /&gt;
this angle will be smoothed.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Maximum angle:&lt;/strong&gt; Corners sharper (less) than this&lt;br /&gt;
angle will be smoothed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This plugin creates a new entry in the Paths dialog right-click menu.&lt;/p&gt;
&lt;p&gt;For details of the algorithm used in this plugin, see here:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.math.ucla.edu/~baker/java/hoefer/Spline.htm&quot; title=&quot;http://www.math.ucla.edu/~baker/java/hoefer/Spline.htm&quot;&gt;http://www.math.ucla.edu/~baker/java/hoefer/Spline.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Be sure to read the readme.txt file for installation and user help.&lt;/p&gt;
&lt;p&gt;Thanks to Rob Antonishen for his valuable contributions.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/20069#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/827">smooth path paths bezier plugin</category>
 <enclosure url="http://registry.gimp.org/files/smooth-path_1.zip" length="17160" type="application/zip" />
 <pubDate>Thu, 05 Nov 2009 23:38:10 +0100</pubDate>
 <dc:creator>ijontichy</dc:creator>
 <guid isPermaLink="false">20069 at http://registry.gimp.org</guid>
</item>
</channel>
</rss>
