<?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>colormap</title>
 <link>http://registry.gimp.org/taxonomy/term/139</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<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>
<item>
 <title>Relative color remap</title>
 <link>http://registry.gimp.org/node/5442</link>
 <description>&lt;p&gt;This plug-in changes colors in an image based on the HSV difference between two colors.  This is particularly useful for applying color themes to existing images.&lt;br /&gt;
It avoids burning out high saturation and value at the expense of compression them somewhat when the difference goes towards higher saturation and value.&lt;br /&gt;
Current bugs/missing features include:&lt;br /&gt;
Undo does not work.&lt;br /&gt;
It can&#039;t be used on indexed images, even though it would frequently have enough colors.&lt;br /&gt;
It&#039;s slooow. Since it looks at only one pixel at a time, it should use some &amp;quot;pixel-iterator&amp;quot; that goes through the tiles in an optimal manner.&lt;br /&gt;
Selection only works in binary.&lt;br /&gt;
Grayscale support is untested and probably broken.&lt;br /&gt;
There is no preview.&lt;br /&gt;
Prevention of highlight burnout should be optional.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/5442#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/209">adjustment</category>
 <category domain="http://registry.gimp.org/taxonomy/term/312">button</category>
 <category domain="http://registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://registry.gimp.org/taxonomy/term/139">colormap</category>
 <category domain="http://registry.gimp.org/taxonomy/term/192">colors</category>
 <category domain="http://registry.gimp.org/taxonomy/term/346">colour</category>
 <category domain="http://registry.gimp.org/taxonomy/term/191">colours</category>
 <category domain="http://registry.gimp.org/taxonomy/term/369">guf</category>
 <category domain="http://registry.gimp.org/taxonomy/term/380">HSV</category>
 <category domain="http://registry.gimp.org/taxonomy/term/197">icon</category>
 <category domain="http://registry.gimp.org/taxonomy/term/198">icons</category>
 <category domain="http://registry.gimp.org/taxonomy/term/325">layout</category>
 <category domain="http://registry.gimp.org/taxonomy/term/83">map</category>
 <category domain="http://registry.gimp.org/taxonomy/term/60">plugin</category>
 <category domain="http://registry.gimp.org/taxonomy/term/52">python</category>
 <category domain="http://registry.gimp.org/taxonomy/term/351">tone mapping</category>
 <category domain="http://registry.gimp.org/taxonomy/term/177">transform</category>
 <category domain="http://registry.gimp.org/taxonomy/term/375">utility</category>
 <category domain="http://registry.gimp.org/taxonomy/term/183">web</category>
 <category domain="http://registry.gimp.org/taxonomy/term/55">webexport</category>
 <enclosure url="http://registry.gimp.org/files/ColorMapRelative_0.py" length="6644" type="text/x-python" />
 <pubDate>Tue, 03 Jun 2008 13:22:55 +0200</pubDate>
 <dc:creator>larsrc</dc:creator>
 <guid isPermaLink="false">5442 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Color vibrance</title>
 <link>http://registry.gimp.org/node/107</link>
 <description>&lt;p&gt;Change the color saturation of your image (implementation of a &#039;digital velvia&#039;)&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/107#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/137">color</category>
 <category domain="http://registry.gimp.org/taxonomy/term/139">colormap</category>
 <category domain="http://registry.gimp.org/taxonomy/term/138">saturation</category>
 <enclosure url="http://registry.gimp.org/files/Eg-ColorVibrance.scm" length="3418" type="application/octet-stream" />
 <pubDate>Mon, 07 Jan 2008 14:03:31 +0100</pubDate>
 <dc:creator>eg</dc:creator>
 <guid isPermaLink="false">107 at http://registry.gimp.org</guid>
</item>
</channel>
</rss>
