<?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>generate</title>
 <link>http://registry.gimp.org/taxonomy/term/243</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Render Technological Image</title>
 <link>http://registry.gimp.org/node/20062</link>
 <description>&lt;p&gt;Based on the set edge, pixel ammount, color and brightness, this script-fu generates a layer that looks techno.&lt;/p&gt;
&lt;p&gt;Here is an example of what it makes...&lt;br /&gt;
&lt;img src=&quot;http://registry.gimp.org/files/techexample.JPG&quot;&gt;&lt;/p&gt;
&lt;p&gt;You can find it when you create the image window...&lt;br /&gt;
Script-Fu -&amp;gt; Render -&amp;gt; Tech&lt;/p&gt;
&lt;p&gt;(Note: This is my first Script-Fu)&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/20062#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/382">any</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/116">effect</category>
 <category domain="http://registry.gimp.org/taxonomy/term/243">generate</category>
 <category domain="http://registry.gimp.org/taxonomy/term/225">image</category>
 <category domain="http://registry.gimp.org/taxonomy/term/306">layers</category>
 <category domain="http://registry.gimp.org/taxonomy/term/46">render</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/872">tech</category>
 <enclosure url="http://registry.gimp.org/files/tech.scm" length="1657" type="application/octet-stream" />
 <pubDate>Thu, 05 Nov 2009 17:15:52 +0100</pubDate>
 <dc:creator>FyerEgg</dc:creator>
 <guid isPermaLink="false">20062 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Website Window Creator Script</title>
 <link>http://registry.gimp.org/node/15073</link>
 <description>&lt;p&gt;This script creates a new image with a window useful for web design.&lt;/p&gt;
&lt;img src=&quot;/files/window1.png&quot; /&gt;
&lt;p&gt;To install this script, copy it to your scripts folder, then restart Gimp. If you don&#039;t know where your scripts folder is, then go to Edit &amp;gt; Preferences &amp;gt; Folders &amp;gt; Scripts.&lt;/p&gt;
&lt;p&gt;To run this script, select File &amp;gt; Create &amp;gt; Website Window.&lt;/p&gt;
&lt;p&gt;Feedback is appreciated, and I will consider any changes that you request.&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/15073#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/361">GPL / LGPL</category>
 <category domain="http://registry.gimp.org/taxonomy/term/36">GPLv3</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/685">create</category>
 <category domain="http://registry.gimp.org/taxonomy/term/243">generate</category>
 <category domain="http://registry.gimp.org/taxonomy/term/225">image</category>
 <category domain="http://registry.gimp.org/taxonomy/term/60">plugin</category>
 <category domain="http://registry.gimp.org/taxonomy/term/46">render</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/183">web</category>
 <category domain="http://registry.gimp.org/taxonomy/term/687">web design</category>
 <category domain="http://registry.gimp.org/taxonomy/term/686">window</category>
 <enclosure url="http://registry.gimp.org/files/web-win-v0.12.scm" length="6651" type="application/octet-stream" />
 <pubDate>Fri, 27 Mar 2009 21:21:05 +0100</pubDate>
 <dc:creator>dln385</dc:creator>
 <guid isPermaLink="false">15073 at http://registry.gimp.org</guid>
</item>
<item>
 <title>gimp-netpbm2gimp-plugins and Netpbm2Gimp</title>
 <link>http://registry.gimp.org/node/14459</link>
 <description>&lt;p&gt;gimp-netpbm2gimp-plugins is a collection of over 200 GIMP plug-ins produced by running the source code of the &lt;a href=&quot;http://netpbm.sourceforge.net/doc/directory.html&quot;&gt;Netpbm graphics filters&lt;/a&gt; through Netpbm2Gimp, which is described below.  (Note: Think &quot;GIMP&quot; where the &lt;a href=&quot;http://netpbm.sourceforge.net/doc/directory.html&quot;&gt;Netpbm graphics filter documentation&lt;/a&gt; says &quot;PBM&quot;, &quot;PGM&quot;, &quot;PPM&quot;, &quot;PNM&quot;, or &quot;PAM&quot;.) There is a particular emphasis on load/save plug-ins for obscure graphics formats, but a number of miscellaneous and useful image filters and image generators are included as well.&lt;/p&gt;

&lt;p&gt;Netpbm2Gimp is a tool for programmers that converts programs written using the easy-to-use &lt;a href=&quot;http://netpbm.sourceforge.net/doc/libnetpbm.html&quot;&gt;Netpbm library&lt;/a&gt; into GIMP plug-ins.  Netpbm2Gimp reimplements the Netpbm functions in terms of GIMP/GTK+ functions, thereby hiding much of the complexity of plug-in development. With Netpbm2Gimp, plug-in developers needn&#039;t worry about registering plug-ins with the GIMP core, displaying dialog boxes to request input from the user, displaying dialog boxes to present the user with status or error information, handling noninteractive usage (for the GIMP scripting interfaces), managing various GIMP data structures (images, layers, drawables, shadow buffers, the tile cache, etc.), updating the progress bar, controlling the undo stack, and performing the various other operations that are needed in the context of a graphical user interface. All of those features are handled automatically by Netpbm2Gimp.&lt;/p&gt;

&lt;p&gt;The source code and Linux binaries for both Netpbm2Gimp and gimp-netpbm2gimp-plugins are available from the Netpbm2Gimp home page, &lt;a href=&quot;http://netpbm2gimp.sourceforge.net/&quot;&gt;http://netpbm2gimp.sourceforge.net/&lt;/a&gt;.&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/14459#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/23">2.x</category>
 <category domain="http://registry.gimp.org/taxonomy/term/36">GPLv3</category>
 <category domain="http://registry.gimp.org/taxonomy/term/255">black and white</category>
 <category domain="http://registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://registry.gimp.org/taxonomy/term/433">conversion</category>
 <category domain="http://registry.gimp.org/taxonomy/term/243">generate</category>
 <category domain="http://registry.gimp.org/taxonomy/term/388">grayscale</category>
 <category domain="http://registry.gimp.org/taxonomy/term/163">load</category>
 <category domain="http://registry.gimp.org/taxonomy/term/59">save</category>
 <pubDate>Sat, 28 Feb 2009 04:01:55 +0100</pubDate>
 <dc:creator>pakin</dc:creator>
 <guid isPermaLink="false">14459 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Noise generator</title>
 <link>http://registry.gimp.org/node/13016</link>
 <description>&lt;p&gt;This filter generates noise in an image. Available noise types are&lt;/p&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li&gt;Poisson noise&lt;/li&gt;
&lt;li&gt;Gaussian noise&lt;/li&gt;
&lt;li&gt;Uniform noise&lt;/li&gt;
&lt;li&gt;Laplace noise&lt;/li&gt;
&lt;li&gt;Lorentz noise&lt;/li&gt;
&lt;p&gt;It is possible to generate (YCbCr) luminance noise only and to apply a gamma correction.&lt;/p&gt;

&lt;h2&gt;General description&lt;/h2&gt;
This filter noisifies an image with different types of noise. For each noise type it&#039;s specific values can be set. These are&lt;/p&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li&gt;for Poisson noise: the amount of photons per pixel value.&lt;/li&gt;
&lt;li&gt;for Gaussian noise: the standard deviation of the noise distribution.&lt;/li&gt;
&lt;li&gt;for uniform noise: the width of the uniform distribution.&lt;/li&gt;
&lt;li&gt;for Laplace noise: the scale parameter.&lt;/li&gt;
&lt;li&gt;for Lorentz noise: the half width half maximum (HWHM).&lt;/li&gt;
These types of noise are added to the image in that order. You can leave out any of the types by setting the relevant value to zero.&lt;/p&gt;
&lt;p&gt;For all noise types together you can select whether a gamma correction should be applied on the image such that noise is applied to linear image data. After noise application the image is retransformed to sRGB. You can also select whether or not you want to have luminance noise only and for that the image is transformed to the YCbCr colour space before adding noise.&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;
&lt;img width=&quot;513&quot; height=&quot;325&quot; src=&quot;http://registry.gimp.org/files/noise-generator_screenshot_0.png&quot;&gt;&lt;/p&gt;

&lt;h2&gt;Noise types&lt;/h2&gt;
&lt;p&gt;Here the different noise types are described. The histogram of each noise type is a real application of the filter on a neutal gray image (128).

&lt;h3&gt;Poisson noise&lt;/h3&gt;
&lt;p&gt;A source for Poisson noise is photon counting. When taking a picture in the real world photons (light particles) arrive at a certain rate. However photons are not correlated and thus the time between photons is not always the same. Therefore given the shutter time of your camera and a photon rate you may collect more or less photons in subsequent pictures. The number of photons you actually collect is Poisson distributed.&lt;/p&gt;
&lt;p&gt;Calculating poisson distributed random numbers takes a lot of time, especially for bright pixels and many photons. You can decrease computation time by selecting &quot;Approximate&quot; which approximates the Poisson distribution with a Gaussian distribution with the correct variance. As you can see in the histogram, Poisson noise closely resebles Gaussian noise. However, there is an important difference in for dark image values!&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;
&lt;img width=&quot;256&quot; height=&quot;123&quot; src=&quot;http://registry.gimp.org/files/noise-generator_hpoisson.png&quot;&gt;
&lt;/p&gt;
&lt;p&gt;You can see the difference to Gaussian noise in the stepwedge below.&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;
&lt;img width=&quot;720&quot; height=&quot;100&quot; src=&quot;http://registry.gimp.org/files/noise-generator_poisson.png&quot;&gt;
&lt;/p&gt;

&lt;h3&gt;Gaussian noise&lt;/h3&gt;
&lt;p&gt;In nature nearly everything is normally distributed. Normally distributed noise is Gaussian noise. It appears in image from thermal noise in the amplifier and other effects. An important aspect of Gaussian noise is that its variance does not depend on the intensity of the image.&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;
&lt;img width=&quot;256&quot; height=&quot;123&quot; src=&quot;http://registry.gimp.org/files/noise-generator_hgauss.png&quot;&gt;
&lt;/p&gt;

&lt;h3&gt;Uniform noise&lt;/h3&gt;
&lt;p&gt;Uniform noise rarely occurs in nature but when digitizing a signal errors take place that are uniformly distributed. Like Gaussian noise the noise variance is independent of the image intensity.&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;
&lt;img width=&quot;256&quot; height=&quot;123&quot; src=&quot;http://registry.gimp.org/files/noise-generator_huniform.png&quot;&gt;
&lt;/p&gt;

&lt;h3&gt;Laplace noise&lt;/h3&gt;
&lt;p&gt;Laplace noise has a double exponential distribution. The scale parameter determines the width of the distribution.&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;
&lt;img width=&quot;256&quot; height=&quot;123&quot; src=&quot;http://registry.gimp.org/files/noise-generator_hlaplace.png&quot;&gt;
&lt;/p&gt;

&lt;h3&gt;Lorentz noise&lt;/h3&gt;
&lt;p&gt;Lorentz noise has Cauchy-Lorentz distribution which describes resonances and decays very slowly. This is a so called fat-tail distribution and causes here salt-and-pepper noise.&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;
&lt;img width=&quot;256&quot; height=&quot;123&quot; src=&quot;http://registry.gimp.org/files/noise-generator_hlorentz.png&quot;&gt;
&lt;/p&gt;

&lt;h3&gt;Comparison between noise types&lt;/h3&gt;
&lt;p&gt;In the images below the noise variance is the same for all noise types at a brightness of neutral gray (128) except for Lorentz noise where the variance is not defined.&lt;p&gt;
&lt;p align=&quot;center&quot;&gt;
&lt;img width=&quot;719&quot; height=&quot;350&quot; src=&quot;http://registry.gimp.org/files/noise-generator_abcde.png&quot;&gt;
&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;
&lt;img width=&quot;301&quot; height=&quot;301&quot; src=&quot;http://registry.gimp.org/files/noise-generator_comp_0.png&quot;&gt;
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/13016#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/49">GPL</category>
 <category domain="http://registry.gimp.org/taxonomy/term/43">GPLv2+</category>
 <category domain="http://registry.gimp.org/taxonomy/term/626">gamma</category>
 <category domain="http://registry.gimp.org/taxonomy/term/623">gaussian</category>
 <category domain="http://registry.gimp.org/taxonomy/term/243">generate</category>
 <category domain="http://registry.gimp.org/taxonomy/term/627">generator</category>
 <category domain="http://registry.gimp.org/taxonomy/term/629">laplace</category>
 <category domain="http://registry.gimp.org/taxonomy/term/630">lorentz</category>
 <category domain="http://registry.gimp.org/taxonomy/term/514">luminance</category>
 <category domain="http://registry.gimp.org/taxonomy/term/129">noise</category>
 <category domain="http://registry.gimp.org/taxonomy/term/624">normal</category>
 <category domain="http://registry.gimp.org/taxonomy/term/622">poisson</category>
 <category domain="http://registry.gimp.org/taxonomy/term/628">random</category>
 <category domain="http://registry.gimp.org/taxonomy/term/625">uniform</category>
 <category domain="http://registry.gimp.org/taxonomy/term/335">YCbCr</category>
 <enclosure url="http://registry.gimp.org/files/poisson-noise-0.1b.tar.gz" length="13784" type="application/gzip" />
 <pubDate>Mon, 22 Dec 2008 19:13:22 +0100</pubDate>
 <dc:creator>marcor</dc:creator>
 <guid isPermaLink="false">13016 at http://registry.gimp.org</guid>
</item>
<item>
 <title>dorylinux impaginatore</title>
 <link>http://registry.gimp.org/node/11802</link>
 <description>&lt;p&gt;Questo script in python altro non è che una mia personalizzazione e relativa traduzione in italiano basato sul codice &amp;quot;Batch resize&amp;quot; di Carol Spears.&lt;br /&gt;
Ho volutamente messo i margini a zero perchè le miniature impaginate possano essere agevolmente tagliate ed ottenere delle piccole foto da un&#039;impaginato grande. Io lo uso per creare in maniera del tutto automatica dei mini album partendo dall&#039;impaginato grande, infatti ci sono pure le misure che uso io col mio laboratorio che stampa in banda 406mm. Si può comunque utilizzare pure per creare delle provinature nei vari formati.&lt;br /&gt;
Sappi che mettere i margini è un gioco da ragazzi, troverai nello script  i miei commenti così da poter con poca fatica personalizzartelo da solo (vai al rigo 27).&lt;br /&gt;
Questa è una prima versione, considera che conosco un pò di php  ma nulla di python, fortunatamente ci sono delle somiglianze. Se ho tempo e voglia vorrei migliorarlo, tipo sostituire i tasti radio con un menù a tendina, cosi da rendere l&#039;interfaccia più piccolina ed aggiungere altri formati, tipo il fototessera e via dicendo.... si vedrà...&lt;br /&gt;
Per installarlo la procedura è la solita, scarichi il file e lo metti all&#039;interno di: &amp;quot;/home/tuo_nome_utente/.gimp-2.6/plug-ins&amp;quot;, poi avvi Gimp e te lo trovi su &amp;quot;Filtri &amp;gt; Batch&amp;quot;.&lt;br /&gt;
Divertiti&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/11802#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/43">GPLv2+</category>
 <category domain="http://registry.gimp.org/taxonomy/term/22">Python</category>
 <category domain="http://registry.gimp.org/taxonomy/term/158">contact sheet</category>
 <category domain="http://registry.gimp.org/taxonomy/term/243">generate</category>
 <category domain="http://registry.gimp.org/taxonomy/term/225">image</category>
 <category domain="http://registry.gimp.org/taxonomy/term/278">images</category>
 <category domain="http://registry.gimp.org/taxonomy/term/598">impaginatore</category>
 <category domain="http://registry.gimp.org/taxonomy/term/372">linux</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/176">resize</category>
 <category domain="http://registry.gimp.org/taxonomy/term/59">save</category>
 <category domain="http://registry.gimp.org/taxonomy/term/177">transform</category>
 <category domain="http://registry.gimp.org/taxonomy/term/375">utility</category>
 <enclosure url="http://registry.gimp.org/files/dorylinux-impaginatore.py" length="12203" type="text/x-python" />
 <pubDate>Thu, 20 Nov 2008 14:39:06 +0100</pubDate>
 <dc:creator>dorylinux</dc:creator>
 <guid isPermaLink="false">11802 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Golden Mailing Labels</title>
 <link>http://registry.gimp.org/node/1955</link>
 <description>&lt;p&gt;This python plugin reads names and addresses from a MySQL database and creates golden mailing labels (with optional return label).&lt;/p&gt;
&lt;p&gt;I created this script out of the desire to have golden text on my wedding invitation and save the date envelopes.  I may have taken this too far :-)&lt;/p&gt;
&lt;p&gt;WARNING: Some understanding of SQL required.&lt;br /&gt;
Screen shots &amp;amp; Examples added (03-18-08)&lt;/p&gt;
&lt;p&gt;The completed envelope(s) are either displayed or exported to a png or jpeg file.  I found windows preview far more capable of printing than the GIMP (sorry everybody).&lt;/p&gt;
&lt;p&gt;Unfortunately, while this works for me, it may need some tweaks to work for you.&lt;/p&gt;
&lt;p&gt;What you will need:&lt;/p&gt;
&lt;p&gt;   - A working gimp/python setup (I&#039;ve tested this only under windows XP so far)&lt;br /&gt;
   - You will need the MySQLdb python module&lt;br /&gt;
   - a MySQL server with the data you need:  name, street1, street2, city, state, zip (street1 is the first line of the address, street2 is the second line).&lt;br /&gt;
   - a golden environment map, see the tutorial at &lt;a href=&quot;http://www.gimp.org/tutorials/Golden_Text/&quot; title=&quot;http://www.gimp.org/tutorials/Golden_Text/&quot;&gt;http://www.gimp.org/tutorials/Golden_Text/&lt;/a&gt; for instructions and an example.  It&#039;s hard to say that my script makes golden labels.  Without a good envmap, it doesn&#039;t make anything at all worthwhile.  I was reluctant to code up the creation of a golden envmap as part of the script because having it in there would remove control of the final product.  Once you have an envmap, you may need to rotate it to tweak the brightness and shading to make things look right.&lt;/p&gt;
&lt;p&gt;To make the return label I started up the python console (a wonderfully useful plugin) and imported the following script:&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
import gimpfu&lt;br /&gt;
gimpfu.debug_environment = True&lt;br /&gt;
from gimpfu import *&lt;br /&gt;
import sys&lt;br /&gt;
sys.path.append(&quot;C:\\Documents and Settings\\Andy\\.gimp-2.4\\plug-ins&quot;)&lt;br /&gt;
&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;I then imported &quot;golden_label&quot; which was located in the path listed above.  I then called the &quot;golden&quot; function with the appropriate arguments, thus bypassing the MySQL code entirely.&lt;/p&gt;
&lt;p&gt;Feel free to edit and redistribute as you see fit (GPLv2+).&lt;br /&gt;
Any questions please feel free to send me an email (gmail) at: ajzobro&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/1955#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/43">GPLv2+</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/96">3D</category>
 <category domain="http://registry.gimp.org/taxonomy/term/297">envelope</category>
 <category domain="http://registry.gimp.org/taxonomy/term/243">generate</category>
 <category domain="http://registry.gimp.org/taxonomy/term/295">golden</category>
 <category domain="http://registry.gimp.org/taxonomy/term/296">label</category>
 <category domain="http://registry.gimp.org/taxonomy/term/298">mysql</category>
 <category domain="http://registry.gimp.org/taxonomy/term/52">python</category>
 <category domain="http://registry.gimp.org/taxonomy/term/117">text</category>
 <enclosure url="http://registry.gimp.org/files/golden_label.py" length="17844" type="text/plain" />
 <pubDate>Mon, 17 Mar 2008 04:30:15 +0100</pubDate>
 <dc:creator>xobes</dc:creator>
 <guid isPermaLink="false">1955 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>
</channel>
</rss>
