<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.registry.gimp.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>GPL</title>
 <link>http://www.registry.gimp.org/taxonomy/term/49</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Blur &amp; Shadow</title>
 <link>http://www.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://www.registry.gimp.org/node/20463#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/82">blur</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/88">border</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/116">effect</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/157">photo</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/299">script-fu</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/121">shadow</category>
 <enclosure url="http://www.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://www.registry.gimp.org</guid>
</item>
<item>
 <title>Whiteboard clean-up</title>
 <link>http://www.registry.gimp.org/node/19822</link>
 <description>&lt;p&gt;A batch script to clean up whiteboard photos.&lt;/p&gt;
&lt;p&gt;(define (batch-whiteboard-clean pattern)&lt;br /&gt;
  (let* ((filelist (cadr (file-glob pattern 1))))&lt;br /&gt;
    (while (not (null? filelist))&lt;br /&gt;
           (let* ((filename (car filelist))&lt;br /&gt;
                  (image (car (gimp-file-load RUN-NONINTERACTIVE&lt;br /&gt;
                                              filename filename)))&lt;br /&gt;
                  (drawable (car (gimp-image-get-active-layer image))))&lt;br /&gt;
             (plug-in-dog RUN-NONINTERACTIVE&lt;br /&gt;
                                   image drawable 6.0 2.0 FALSE TRUE)&lt;br /&gt;
             (plug-in-c-astretch RUN-NONINTERACTIVE&lt;br /&gt;
                                   image drawable)&lt;br /&gt;
	     (gimp-file-save RUN-NONINTERACTIVE&lt;br /&gt;
                             image drawable filename filename)&lt;br /&gt;
             (gimp-image-delete image))&lt;br /&gt;
           (set! filelist (cdr filelist)))))&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/19822#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/866">whiteboard enhance</category>
 <enclosure url="http://www.registry.gimp.org/files/batch-whiteboard-clean.scm" length="781" type="application/octet-stream" />
 <pubDate>Wed, 28 Oct 2009 00:08:51 +0100</pubDate>
 <dc:creator>rrottier</dc:creator>
 <guid isPermaLink="false">19822 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Steel Text (gimp 2.6)</title>
 <link>http://www.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://www.registry.gimp.org/node/19630#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/96">3D</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/225">image</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/314">logo</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/60">plugin</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/259">script</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/299">script-fu</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/121">shadow</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/78">shape</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/117">text</category>
 <enclosure url="http://www.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://www.registry.gimp.org</guid>
</item>
<item>
 <title>Harry&#039;s vignetting</title>
 <link>http://www.registry.gimp.org/node/19615</link>
 <description>&lt;p&gt;Script to create an elliptical vignetting, so that to fit to the borders of any image, even panoramic.&lt;br /&gt;
You can choose dark or white vignetting and also blur corners.&lt;br /&gt;
You&#039;ll find it in Script-Fu/Effects/Harry&#039;s Vignetting.&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/19615#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/293">light</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/430">Vignetting</category>
 <enclosure url="http://www.registry.gimp.org/files/vignetting-1.0.scm" length="4670" type="application/octet-stream" />
 <pubDate>Wed, 21 Oct 2009 19:21:31 +0200</pubDate>
 <dc:creator>Wilfrid</dc:creator>
 <guid isPermaLink="false">19615 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>fourier (new)</title>
 <link>http://www.registry.gimp.org/node/19596</link>
 <description>&lt;p&gt;A simple plug-in to do fourier transform on you image. The major advantage of this plugin is to be able to work with the transformed image inside GIMP. You can so draw or apply filters in fourier space, and get the modified image with an inverse FFT.&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/19596#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/23">2.x</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/864">fourier</category>
 <enclosure url="http://www.registry.gimp.org/files/fourier-0.4.0.tar.gz" length="8015" type="application/octet-stream" />
 <pubDate>Tue, 20 Oct 2009 23:15:36 +0200</pubDate>
 <dc:creator>rpeyron</dc:creator>
 <guid isPermaLink="false">19596 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Texture Generator (for 3d artist - I hope!)</title>
 <link>http://www.registry.gimp.org/node/19577</link>
 <description>&lt;p&gt;The purpose of this script is to create textures for floors or walls without having a repetition, sometimes annoying.&lt;br /&gt;
For more information:&lt;br /&gt;
&lt;a href=&quot;http://krypt77.altervista.org/index_gimp.htm&quot; title=&quot;http://krypt77.altervista.org/index_gimp.htm&quot;&gt;http://krypt77.altervista.org/index_gimp.htm&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/19577#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/22">Python</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/860">brick</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/627">generator</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/861">parquet</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/60">plugin</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/259">script</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/246">texture</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/104">tile</category>
 <enclosure url="http://www.registry.gimp.org/files/gimp_texture_generator_1_0.py" length="43623" type="text/x-python" />
 <pubDate>Tue, 20 Oct 2009 16:28:22 +0200</pubDate>
 <dc:creator>krypt</dc:creator>
 <guid isPermaLink="false">19577 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>whoa</title>
 <link>http://www.registry.gimp.org/node/19522</link>
 <description>&lt;p&gt;puh sglkjsg ags ag asg asg ag aqg ag ag ag ag ag ag ag&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/19522#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/19">2.0</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/22">Python</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/259">script</category>
 <pubDate>Sun, 18 Oct 2009 20:45:18 +0200</pubDate>
 <dc:creator>ingo</dc:creator>
 <guid isPermaLink="false">19522 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Harry&#039;s Mist and Fog</title>
 <link>http://www.registry.gimp.org/node/19309</link>
 <description>&lt;p&gt;A script-fu to add to a photo a realistic effect of mist and fog. After treatment, you can delete excess mist by painting with a dark color and a soft brush on the layer&#039;s masks, or by adjusting the opacity of &quot;Mist&quot; and &quot;Clouds&quot; layers. You&#039;ll find this script in &quot;Script-Fu/Effects/Harry&#039;s mist&quot;.&lt;br /&gt;
Comments are welcome, and I will consider any changes that you request.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2494/4000099973_c3423c6fda_o.jpg&quot; width=&quot;600&quot; height=&quot;225&quot; alt=&quot;with-and-without-mist2&quot; /&gt;&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/19309#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/116">effect</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/855">fog</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/854">mist</category>
 <enclosure url="http://www.registry.gimp.org/files/fog-and-mist-1.0.scm" length="6467" type="application/octet-stream" />
 <pubDate>Sun, 11 Oct 2009 13:18:27 +0200</pubDate>
 <dc:creator>Wilfrid</dc:creator>
 <guid isPermaLink="false">19309 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Exact Aligner</title>
 <link>http://www.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://www.registry.gimp.org/node/18961#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/209">adjustment</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/830">alignment</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/278">images</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/306">layers</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/831">overlap</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/240">overlay</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/157">photo</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/829">Picture</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/176">resize</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/406">stereoscopic</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/634">transparent</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/80">vectors</category>
 <enclosure url="http://www.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://www.registry.gimp.org</guid>
</item>
<item>
 <title> creates a shadow transparent version of the image </title>
 <link>http://www.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://www.registry.gimp.org/node/18807#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/121">shadow</category>
 <enclosure url="http://www.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://www.registry.gimp.org</guid>
</item>
</channel>
</rss>
