<?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>selection</title>
 <link>http://registry.gimp.org/taxonomy/term/108</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Selection to polar array</title>
 <link>http://registry.gimp.org/node/19510</link>
 <description>&lt;p&gt;This script it allows you to create polar series into image from the active selection.&lt;/p&gt;
&lt;p&gt;Updated to GIMP 2.6.6&lt;/p&gt;
&lt;p&gt;Tutorial: &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://xoomer.virgilio.it/lwcon/gimp/scripts/en_selection-to-polar-array.htm&quot; title=&quot;http://xoomer.virgilio.it/lwcon/gimp/scripts/en_selection-to-polar-array.htm&quot;&gt;http://xoomer.virgilio.it/lwcon/gimp/scripts/en_selection-to-polar-array...&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/19510#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/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/858">array</category>
 <category domain="http://registry.gimp.org/taxonomy/term/857">polar</category>
 <category domain="http://registry.gimp.org/taxonomy/term/108">selection</category>
 <category domain="http://registry.gimp.org/taxonomy/term/856">series</category>
 <enclosure url="http://registry.gimp.org/files/selection-to-polar-array_2-6.zip" length="1471" type="application/zip" />
 <pubDate>Sun, 18 Oct 2009 16:32:40 +0200</pubDate>
 <dc:creator>Giuseppe</dc:creator>
 <guid isPermaLink="false">19510 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Range Selection Script</title>
 <link>http://registry.gimp.org/node/17513</link>
 <description>&lt;p&gt;The range selection script is a tool for easy and automatic creation of selections and lay­er masks. The selections or masks include all parts of the image that are situated within a defined range of tonal values, colours, saturation or edges. Selections can be based on one of 16 channels. For detailed instructions and several samples have a look at the attached manual.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/17513#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/22">Python</category>
 <category domain="http://registry.gimp.org/taxonomy/term/191">colours</category>
 <category domain="http://registry.gimp.org/taxonomy/term/773">edges</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/771">range</category>
 <category domain="http://registry.gimp.org/taxonomy/term/138">saturation</category>
 <category domain="http://registry.gimp.org/taxonomy/term/108">selection</category>
 <category domain="http://registry.gimp.org/taxonomy/term/637">tone</category>
 <category domain="http://registry.gimp.org/taxonomy/term/772">value</category>
 <enclosure url="http://registry.gimp.org/files/RangeSelection.py" length="12378" type="text/x-python" />
 <pubDate>Sat, 18 Jul 2009 18:51:35 +0200</pubDate>
 <dc:creator>rayadagio</dc:creator>
 <guid isPermaLink="false">17513 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Vignette Script</title>
 <link>http://registry.gimp.org/node/17267</link>
 <description>&lt;p&gt;Creates a vignette around a selection.&lt;/p&gt;
&lt;p&gt;- Vignette based on selection and active layer.&lt;br /&gt;
- Softness, opacity, and colour of the vignette can be changed in the dialog box.&lt;br /&gt;
- Checking &quot;Keep Layers&quot; allows adjustment of vignette opacity after the fact.&lt;br /&gt;
- Also check &quot;Keep Layers&quot; if you have other layers visible otherwise they will be merged down.&lt;/p&gt;
&lt;p&gt;Location: Filters/Light and Shadow/Vignette&lt;/p&gt;
&lt;p&gt;This script is based on the vignetting method outlined by Sue Chastain&lt;br /&gt;
&lt;a href=&quot;http://graphicssoft.about.com/od/gimp/ss/vignette.htm&quot; title=&quot;http://graphicssoft.about.com/od/gimp/ss/vignette.htm&quot;&gt;http://graphicssoft.about.com/od/gimp/ss/vignette.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Sample Pictures:&lt;/p&gt;
&lt;p&gt;Original:&lt;br /&gt;
&lt;a href=&quot;http://www.flickr.com/photos/dominic_c/3694904869/&quot; title=&quot;Toad by Dom C., on Flickr&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3587/3694904869_ae10ec4152.jpg&quot; width=&quot;500&quot; height=&quot;380&quot; alt=&quot;Toad&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With a vignette applied:&lt;br /&gt;
&lt;a href=&quot;http://www.flickr.com/photos/dominic_c/3699037722/&quot; title=&quot;Toad_strongvignette by Dom C., on Flickr&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2550/3699037722_f1895e0963.jpg&quot; width=&quot;500&quot; height=&quot;380&quot; alt=&quot;Toad_strongvignette&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is the first script I&#039;ve written, I taught myself enough scheme using the gimp tutorial over the weekend. Feedback is welcome!&lt;/p&gt;
&lt;p&gt;Updates:&lt;/p&gt;
&lt;p&gt;Version 1.2&lt;br /&gt;
- Effect is now consistent regardless of image size&lt;br /&gt;
- Renamed parameter from &quot;opacity&quot; to &quot;softness&quot;&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/17267#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/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/108">selection</category>
 <category domain="http://registry.gimp.org/taxonomy/term/232">vignette</category>
 <category domain="http://registry.gimp.org/taxonomy/term/430">Vignetting</category>
 <enclosure url="http://registry.gimp.org/files/vignette_0.scm" length="4413" type="application/octet-stream" />
 <pubDate>Mon, 06 Jul 2009 23:15:52 +0200</pubDate>
 <dc:creator>Dom_C</dc:creator>
 <guid isPermaLink="false">17267 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Paste separate selection as individual layer</title>
 <link>http://registry.gimp.org/node/16777</link>
 <description>&lt;p&gt;This is my first script.&lt;br /&gt;
It is needed to the competent cannon &lt;a href=&quot;http://registry.gimp.org/node/60&quot; title=&quot;http://registry.gimp.org/node/60&quot;&gt;http://registry.gimp.org/node/60&lt;/a&gt; script.&lt;br /&gt;
I you have more that once rectangle selection area. You can use this script to copy on active layer any selection area and set him as individual layer.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/16777#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/256">extract</category>
 <category domain="http://registry.gimp.org/taxonomy/term/306">layers</category>
 <category domain="http://registry.gimp.org/taxonomy/term/81">paste</category>
 <category domain="http://registry.gimp.org/taxonomy/term/299">script-fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/108">selection</category>
 <enclosure url="http://registry.gimp.org/files/selection-newlayer.scm" length="3127" type="application/octet-stream" />
 <pubDate>Sat, 13 Jun 2009 21:36:19 +0200</pubDate>
 <dc:creator>GandalftheGray</dc:creator>
 <guid isPermaLink="false">16777 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Layer to selection</title>
 <link>http://registry.gimp.org/node/14663</link>
 <description>&lt;p&gt;Why this is not already a menu item I do not know. &lt;/p&gt;
&lt;p&gt;Does what it says, makes a selection to match your layer.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/14663#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/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/51">layer</category>
 <category domain="http://registry.gimp.org/taxonomy/term/108">selection</category>
 <category domain="http://registry.gimp.org/taxonomy/term/672">simple</category>
 <enclosure url="http://registry.gimp.org/files/layer-to-selection.scm" length="1024" type="application/octet-stream" />
 <pubDate>Sun, 08 Mar 2009 18:09:01 +0100</pubDate>
 <dc:creator>kiwibird</dc:creator>
 <guid isPermaLink="false">14663 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Export Selection</title>
 <link>http://registry.gimp.org/node/14315</link>
 <description>&lt;p&gt;This script pops up a GUI which allows you to save your selection to various places&lt;/p&gt;
&lt;p&gt;The source is your current selection (or whole image if none) applied to one of:&lt;br /&gt;
   - the current layer&lt;br /&gt;
   - all visible layers&lt;br /&gt;
   - all layers&lt;/p&gt;
&lt;p&gt;The destination is one of:&lt;br /&gt;
   - a PNG file (saved directly to disk)&lt;br /&gt;
   - a new image in GIMP&lt;br /&gt;
   - a new layer in the current image&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/14315#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/38">Public Domain</category>
 <category domain="http://registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/401">export</category>
 <category domain="http://registry.gimp.org/taxonomy/term/108">selection</category>
 <enclosure url="http://registry.gimp.org/files/export-selection.scm" length="5217" type="application/octet-stream" />
 <pubDate>Sat, 21 Feb 2009 22:40:56 +0100</pubDate>
 <dc:creator>jwdevel</dc:creator>
 <guid isPermaLink="false">14315 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Precise selection</title>
 <link>http://registry.gimp.org/node/13245</link>
 <description>Rectangular selection in parametric modality by means of dialogue window. 
&lt;p&gt;
Tutorial: 
&lt;a href=&quot;http://xoomer.alice.it/lwcon/gimp/scripts/precise-selection.htm&quot;&gt;http://xoomer.alice.it/lwcon/gimp/scripts/precise-selection.htm&lt;/a&gt;
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/13245#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/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/108">selection</category>
 <enclosure url="http://registry.gimp.org/files/precise-selection-2.6.zip" length="1272" type="application/zip" />
 <pubDate>Sat, 03 Jan 2009 15:22:52 +0100</pubDate>
 <dc:creator>Giuseppe</dc:creator>
 <guid isPermaLink="false">13245 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Feather/Isolate</title>
 <link>http://registry.gimp.org/node/12826</link>
 <description>&lt;p&gt;Make a blurry border around the selection and make everything else transparent.  Designed for &amp;quot;highlighting&amp;quot; part of a screenshot or other large image.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/12826#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/21">Perl-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/82">blur</category>
 <category domain="http://registry.gimp.org/taxonomy/term/498">crop</category>
 <category domain="http://registry.gimp.org/taxonomy/term/108">selection</category>
 <enclosure url="http://registry.gimp.org/files/perl-feather-isolate.pl" length="2520" type="application/x-perl" />
 <pubDate>Wed, 17 Dec 2008 05:31:49 +0100</pubDate>
 <dc:creator>sac</dc:creator>
 <guid isPermaLink="false">12826 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Crop to center the selection</title>
 <link>http://registry.gimp.org/node/9558</link>
 <description>&lt;p&gt;This script crops the image so that the current selection winds up at the center of the image.  It is especially useful when postprocessing digital images: When the subject of a photograph appears off-center, simply select the subject, click on &lt;code&gt;Script-Fu/Selection/Center Selection...&lt;/code&gt;, optionally customize the script&#039;s parameters (described below), &lt;em&gt;et voil&amp;agrave;&lt;/em&gt;&amp;mdash;the subject is now perfectly centered.&lt;/p&gt;

&lt;p&gt;Script options give you the choice of centering horizontally and/or vertically and of preserving the original image&#039;s aspect ratio.  That last option is useful if you have, say, a 1920&amp;times;2880 image and you want to professionally develop it onto 4&amp;times;6&quot; paper (a common size in the U.S.).  The &lt;code&gt;Preserve aspect ratio&lt;/code&gt; option ensures that original image&#039;s 2:3 aspect ratio remains after cropping.&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/9558#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/501">aspect ratio</category>
 <category domain="http://registry.gimp.org/taxonomy/term/500">center</category>
 <category domain="http://registry.gimp.org/taxonomy/term/498">crop</category>
 <category domain="http://registry.gimp.org/taxonomy/term/210">photograph</category>
 <category domain="http://registry.gimp.org/taxonomy/term/108">selection</category>
 <category domain="http://registry.gimp.org/taxonomy/term/499">trim</category>
 <enclosure url="http://registry.gimp.org/files/center-selection.scm" length="5791" type="application/octet-stream" />
 <pubDate>Mon, 22 Sep 2008 04:18:13 +0200</pubDate>
 <dc:creator>pakin</dc:creator>
 <guid isPermaLink="false">9558 at http://registry.gimp.org</guid>
</item>
<item>
 <title>GIMP Indexed palette selection tools</title>
 <link>http://registry.gimp.org/node/8353</link>
 <description>&lt;p&gt;
I wrote this script using &lt;a href=&quot;http://bugzilla.gnome.org/show_bug.cgi?id=88361&quot;&gt;GIMP bug #88361&lt;/a&gt; as inspiration.
This script provides three functions that expand GIMP&#039;s ability to deal with indexed colors.  I designed them with pixel artists in mind, who frequently store their target palette as a set of swatches in one region of the image they&#039;re working on.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;(Image) &amp;gt; Colors &amp;gt; Map &amp;gt; Colormap to palette&lt;/b&gt;
Creates a GIMP palette based on an indexed image&#039;s colormap, which can then be used just like any normal GIMP palette.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;(Image) &amp;gt; Select &amp;gt; Save to palette&lt;/b&gt;
Creates a GIMP palette based on the selected region of the current layer.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;(Image) &amp;gt; Mode &amp;gt; Indexed from selection...&lt;/b&gt;
Converts an image to indexed colors, using only the selected region to define the image&#039;s colormap.
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/8353#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/25">2.4</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/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/139">colormap</category>
 <category domain="http://registry.gimp.org/taxonomy/term/531">palette</category>
 <category domain="http://registry.gimp.org/taxonomy/term/108">selection</category>
 <enclosure url="http://registry.gimp.org/files/index-palette-area.scm" length="5104" type="application/octet-stream" />
 <pubDate>Tue, 19 Aug 2008 21:26:00 +0200</pubDate>
 <dc:creator>Stratadrake</dc:creator>
 <guid isPermaLink="false">8353 at http://registry.gimp.org</guid>
</item>
</channel>
</rss>
