<?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>palette</title>
 <link>http://registry.gimp.org/taxonomy/term/531</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Palette to Image</title>
 <link>http://registry.gimp.org/node/18629</link>
 <description>&lt;p&gt;Palettes Menu -&amp;gt; Palette to Image&lt;/p&gt;
&lt;p&gt;Take the active (selected) palette and create an image containing the colors and their names.  Requires python.&lt;/p&gt;
&lt;p&gt;Options:&lt;br /&gt;
  - Font: pick the font for the name listing&lt;br /&gt;
  - Size: size of each color&lt;/p&gt;
&lt;p&gt;Tested with 2.6 and linux, but should work cross-platform.&lt;/p&gt;
&lt;p&gt;TODO: it&#039;s hardcoded to a minimum of 200px wide - I should change that to something more reasonable.  Some nice additions would be bg and text color selectors, and possibly some layout options (spacing, columns, etc.)&lt;/p&gt;
&lt;p&gt;Have fun ;)&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/18629#comments</comments>
 <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/382">any</category>
 <category domain="http://registry.gimp.org/taxonomy/term/36">GPLv3</category>
 <category domain="http://registry.gimp.org/taxonomy/term/401">export</category>
 <category domain="http://registry.gimp.org/taxonomy/term/225">image</category>
 <category domain="http://registry.gimp.org/taxonomy/term/531">palette</category>
 <category domain="http://registry.gimp.org/taxonomy/term/758">palettes</category>
 <category domain="http://registry.gimp.org/taxonomy/term/52">python</category>
 <enclosure url="http://registry.gimp.org/files/palette_to_image.py" length="1873" type="text/x-python" />
 <pubDate>Wed, 16 Sep 2009 21:21:52 +0200</pubDate>
 <dc:creator>cr33dog</dc:creator>
 <guid isPermaLink="false">18629 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Sample Average Colour</title>
 <link>http://registry.gimp.org/node/16678</link>
 <description>&lt;p&gt;This simple plugin was created in response to a request here. &lt;/p&gt;
&lt;p&gt;It simply samples the entire image colour, and allows you to either:&lt;br /&gt;
- Display the RGB or grey values&lt;br /&gt;
- Set the foregound colour&lt;br /&gt;
- Set the background colour&lt;br /&gt;
- Add it to the current palette (if editable)&lt;/p&gt;
&lt;p&gt;There is a toggle to sample just the layer, or the merged image.&lt;/p&gt;
&lt;p&gt;It registers in the Colour menu as &quot;Sample Average Colour...&quot; and should work for RGB, indexed, or greyscale images.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt;  Version 1.1 of the script now respects image/layer transparency and selections.&lt;/p&gt;
&lt;p&gt;-Rob A&amp;gt;&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/16678#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/257">background</category>
 <category domain="http://registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://registry.gimp.org/taxonomy/term/749">foreground</category>
 <category domain="http://registry.gimp.org/taxonomy/term/531">palette</category>
 <category domain="http://registry.gimp.org/taxonomy/term/720">sample</category>
 <enclosure url="http://registry.gimp.org/files/sample_avg_colour.scm" length="3575" type="application/octet-stream" />
 <pubDate>Mon, 08 Jun 2009 20:19:50 +0200</pubDate>
 <dc:creator>ffaat</dc:creator>
 <guid isPermaLink="false">16678 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Palette Generator</title>
 <link>http://registry.gimp.org/node/15833</link>
 <description>&lt;p&gt;New version:1_3&lt;br /&gt;
Add to palette black, gray and white by default.&lt;/p&gt;
&lt;p&gt;New version:1_2&lt;br /&gt;
Save palette bug fixed.&lt;/p&gt;
&lt;p&gt;Version:1_1&lt;br /&gt;
Adjust light of scheme work fine (I hope!)&lt;/p&gt;
&lt;p&gt;It generates palette by following the harmonic schemes of color: monochromatic, complementary, triadic, tetrad and analogous.&lt;br /&gt;
Options:&lt;br /&gt;
- you can choose between the digital wheel (RGB) and the real wheel (RYB);&lt;br /&gt;
- you can choose whether to use the color &quot;web safe&quot; or not;&lt;br /&gt;
- you can see in real time in a preview page the combination of colors;&lt;br /&gt;
- you can save a Gimp or Inkscape palette.&lt;br /&gt;
Required python libraries: :&lt;br /&gt;
- GrapeFruit-0.1a3&lt;br /&gt;
INSTALLATION: copy file gimp_palette_generator.py to the standard place for plugins (folder &quot;plug-ins&quot;).&lt;/p&gt;
&lt;p&gt;See: &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://registry.gimp.org/node/15833#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/287">free</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/531">palette</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/259">script</category>
 <enclosure url="http://registry.gimp.org/files/gimp_palette_generator.py" length="77299" type="text/x-python" />
 <pubDate>Thu, 30 Apr 2009 15:07:17 +0200</pubDate>
 <dc:creator>krypt</dc:creator>
 <guid isPermaLink="false">15833 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Color Scheme Helper for Gimp </title>
 <link>http://registry.gimp.org/node/11580</link>
 <description>&lt;p&gt;
A Python plugin that start the color scheme designer Agava for creating a new color scheme. The created color scheme can be saved as a Gimp color palette and loaded into Gimp.
&lt;/p&gt;
&lt;p&gt;
Presented by &lt;a href=&quot;http://www.area42.de&quot; target=&quot;_blank&quot;&gt;area42 - Agentur &amp;amp; Systempartner&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Download and more information at
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://my.opera.com/area42/blog/color-scheme-helper-for-gimp&quot; target=&quot;_blank&quot;&gt;http://my.opera.com/area42/blog/color-scheme-helper-for-gimp&lt;/a&gt;
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/11580#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/35">GPLv2</category>
 <category domain="http://registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://registry.gimp.org/taxonomy/term/346">colour</category>
 <category domain="http://registry.gimp.org/taxonomy/term/587">external tool</category>
 <category domain="http://registry.gimp.org/taxonomy/term/531">palette</category>
 <category domain="http://registry.gimp.org/taxonomy/term/52">python</category>
 <pubDate>Fri, 14 Nov 2008 09:30:44 +0100</pubDate>
 <dc:creator>Bart</dc:creator>
 <guid isPermaLink="false">11580 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Import Kuler (ASE) palettes</title>
 <link>http://registry.gimp.org/node/10325</link>
 <description>&lt;p&gt;
Import Kuler palettes into GIMP 2.6.
&lt;/p&gt;
&lt;p&gt;
Palettes Dock -&amp;gt; Menu -&amp;gt; Palettes Menu -&amp;gt; Import Kuler palette...
&lt;/p&gt;
&lt;p&gt;
This plug-in &lt;b&gt;requires Python&lt;/b&gt;.  Also, &lt;b&gt;make sure that the .py file is executable!&lt;/b&gt;  If you have already installed previous version of the plug-in, &lt;b&gt;you must remove the old version.&lt;/b&gt;
&lt;/p&gt;
&lt;p&gt;
Should now correctly handle RGB and La*b* palettes.  Also, basic support is there for CMYK palettes - however, the &lt;b&gt;CMYK conversion is not 100% accurate.&lt;/b&gt;   One or more of your RGB values may be 1 less than what is specified in the Kuler interface.
&lt;/p&gt;
&lt;p&gt;
Tested with GIMP 2.6.1 under Ubuntu 8.04 and Win XP.  Reported to work under OS X Leopard.
&lt;/p&gt;
&lt;p&gt;
EDIT: please see this link for a python program that does palette conversions:&lt;br /&gt;
&lt;a href=&quot;https://gna.org/projects/swatchbooker&quot; title=&quot;https://gna.org/projects/swatchbooker&quot;&gt;https://gna.org/projects/swatchbooker&lt;/a&gt; 
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/10325#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/137">color</category>
 <category domain="http://registry.gimp.org/taxonomy/term/532">kuler</category>
 <category domain="http://registry.gimp.org/taxonomy/term/531">palette</category>
 <category domain="http://registry.gimp.org/taxonomy/term/52">python</category>
 <enclosure url="http://registry.gimp.org/files/convert_ASE_to_GPL-0.4.py" length="11378" type="text/x-python" />
 <pubDate>Sat, 11 Oct 2008 00:00:07 +0200</pubDate>
 <dc:creator>cr33dog</dc:creator>
 <guid isPermaLink="false">10325 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>
