<?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>color</title>
 <link>http://www.registry.gimp.org/taxonomy/term/137</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Colour Match</title>
 <link>http://www.registry.gimp.org/node/20494</link>
 <description>&lt;p&gt;Easily map colours from a source colour to a target colour.  Very effective for matching skin tones across images or between people.&lt;/p&gt;
&lt;p&gt;Relatively quick (but not earth shattering). It doesn&#039;t work with grayscale or indexed images. Has preview, works with selections and layers, etc.  Very, easy to use, and quite useful for portraits or recolouring graphics.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://registry.gimp.org/files/colour-match_0.jpg&quot;&gt;&lt;br /&gt;
A demonstration: Lenna&#039;s face is mapped to the colour of the feather on her hat.  This was done by selecting a colour from her face, then selecting a colour from the feather. &lt;/p&gt;
&lt;p&gt;If you have an x86_64 version of GIMP 2.7 on linux, bunzip2  and move the colour-match file to your plugin directory:&lt;br /&gt;
&lt;code&gt;bunzip2 colour-match.bz2&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;chmod 700 colour-match&lt;/code&gt; (Make it executable)&lt;br /&gt;
&lt;code&gt;mv colour-match ~/.gimp-2.7/plug-ins/colour-match&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;To build  it type: &lt;code&gt;gimptool-2.0 --install colour-match.c&lt;/code&gt;&lt;br /&gt;
You will need libgimp-dev, and libgtk2.0-dev packages if you didn&#039;t build GIMP from source.&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;The algorithm is based on the relative color remap plug-in by Lars Clausen ( &lt;a href=&quot;http://registry.gimp.org/node/5442&quot; title=&quot;http://registry.gimp.org/node/5442&quot;&gt;http://registry.gimp.org/node/5442&lt;/a&gt; ).&lt;/cite&gt;&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/20494#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/779">2.7</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/35">GPLv2</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/684">blend</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/346">colour</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/215">darken</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/380">HSV</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/51">layer</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/880">lighten</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/83">map</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/878">match</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/307">merge</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/879">morph</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/157">photo</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/334">RGB</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/881">skin</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/637">tone</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/145">toning</category>
 <enclosure url="http://www.registry.gimp.org/files/colour-match.c" length="10042" type="text/x-c++src" />
 <pubDate>Wed, 18 Nov 2009 07:49:16 +0100</pubDate>
 <dc:creator>bleg</dc:creator>
 <guid isPermaLink="false">20494 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Color Spotter</title>
 <link>http://www.registry.gimp.org/node/18633</link>
 <description>&lt;p&gt;
What is Color Spotter? Basically, it&#039;s contrast, but &amp;quot;centered&amp;quot; around a color. Another way to see it is as another &amp;quot;Color selection&amp;quot; tool: you specify an image, a kind of threshold, and it selects color that are close to the one you specified; only, Color Spotter keeps every pixel from the image, darkening the wanted colors, brightening the others.
&lt;/p&gt;
&lt;p&gt;
The best way to understand is to see it in action:&lt;br /&gt;
&lt;img src=&quot;http://archimede.mat.ulaval.ca/~fgingras/misc/colorspot-original.jpg&quot; alt=&quot;Original image&quot; height=&quot;400&quot; width=&quot;300&quot; /&gt;&lt;img src=&quot;http://archimede.mat.ulaval.ca/~fgingras/misc/colorspot-modified.jpg&quot; alt=&quot;Modified image&quot; height=&quot;400&quot; width=&quot;300&quot; /&gt;
&lt;/p&gt;
&lt;p&gt;
Here, the selected color was from a pixel from the plantpot (beige-ish).
&lt;/p&gt;
&lt;p&gt;
This plug-in was mostly an experiment for me: you could say I made it just to get familiar with programming C plug-ins in GIMP. I have another plug-in I want to make, but as it&#039;s much more complicated, I wanted to make sure I could deal with the basics first.
&lt;/p&gt;
&lt;p&gt;
Suggestions welcome! Thanks for reading, hopefully this will be useful to at least one person :) 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;</description>
 <comments>http://www.registry.gimp.org/node/18633#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/811">Custom</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/754">color selector</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/214">contrast</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/146">filter</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/60">plugin</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/375">utility</category>
 <enclosure url="http://www.registry.gimp.org/files/colorspot.c" length="16943" type="text/x-c++src" />
 <pubDate>Thu, 17 Sep 2009 04:22:11 +0200</pubDate>
 <dc:creator>juef</dc:creator>
 <guid isPermaLink="false">18633 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Separate Luminance</title>
 <link>http://www.registry.gimp.org/node/17171</link>
 <description>&lt;p&gt;FX-Foundry/Color/Separate Luminance...&lt;/p&gt;
&lt;p&gt;Creates two new layers: one containing the Luminance, and the other the Chroma information in the form of a Grain Merge. Optionally, it will color-enhance (maximize saturation in) the Chroma layer while still keeping it luminance-neutral.&lt;/p&gt;
&lt;p&gt;This allows you to do noise-reduction and sharpening on the two layers separately.&lt;/p&gt;
&lt;p&gt;Update (23-Jul-2009):&lt;br /&gt;
Noticed that highly-saturated colors exceed the ability of the grain-extract/grain-merge to handle without clipping the color, so I have made the excess color get folded into the luminance layer. Most of the time, it will be un-noticeable, and even when it is, it shouldn&#039;t make any real difference. If you want to be sure your Lum layer is pure luminosity, you can check &lt;b&gt;Excess color on separate layer&lt;/b&gt;. When merging, always merge onto the Lum layer rather than merging the two color layers together.&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/17171#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/382">any</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/38">Public Domain</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/762">chroma</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/592">decomposition</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/391">enhance</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/514">luminance</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/591">retouch</category>
 <enclosure url="http://www.registry.gimp.org/files/roys-lum-separate.scm" length="3177" type="application/octet-stream" />
 <pubDate>Thu, 02 Jul 2009 18:43:26 +0200</pubDate>
 <dc:creator>Roy Johnson</dc:creator>
 <guid isPermaLink="false">17171 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>L*C*h color selector</title>
 <link>http://www.registry.gimp.org/node/16814</link>
 <description>&lt;p&gt;L*C*h (L*a*b* in polar coordinates) color selector module.&lt;/p&gt;
&lt;p&gt;Just type &quot;make install&quot; to install this module (You don&#039;t need to rebuild the GIMP.) .&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://mimosa-pudica.net/img/lch-selector.png&quot; /&gt;&lt;/p&gt;</description>
 <comments>http://www.registry.gimp.org/node/16814#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/23">2.x</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/38">Public Domain</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/578">CIELAB</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/754">color selector</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/579">Lab</category>
 <enclosure url="http://www.registry.gimp.org/files/gimp-lch-selector-0.3.tar.gz" length="3433" type="application/octet-stream" />
 <pubDate>Mon, 15 Jun 2009 15:35:08 +0200</pubDate>
 <dc:creator>y-fujii</dc:creator>
 <guid isPermaLink="false">16814 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Sample Average Colour</title>
 <link>http://www.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://www.registry.gimp.org/node/16678#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/43">GPLv2+</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/257">background</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/749">foreground</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/531">palette</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/720">sample</category>
 <enclosure url="http://www.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://www.registry.gimp.org</guid>
</item>
<item>
 <title>Palette Generator</title>
 <link>http://www.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://www.registry.gimp.org/node/15833#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/287">free</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/128">2.4</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/531">palette</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/60">plugin</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/52">python</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/259">script</category>
 <enclosure url="http://www.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://www.registry.gimp.org</guid>
</item>
<item>
 <title>60&#039;s Text Effect Script (Rev. 2.2)</title>
 <link>http://www.registry.gimp.org/node/15005</link>
 <description>&lt;p&gt;
This script will create psychedelic 1960&#039;s text. I created this script from my tutorial of the same name. I didn&#039;t merge the layers in the script, as I did in the tutorial, because you can change the blend modes of the different layers for different appearance. 
&lt;/p&gt;
&lt;p&gt;
Rev. 2.0 - added compatability for Gimp 2.4.x
&lt;/p&gt;
&lt;p&gt;
Rev. 2.1 and 2.2 - Added gradient controls.
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://i26.photobucket.com/albums/c147/PhotoMasterGreg/Scriptresult.jpg&quot; title=&quot;http://i26.photobucket.com/albums/c147/PhotoMasterGreg/Scriptresult.jpg&quot;&gt;http://i26.photobucket.com/albums/c147/PhotoMasterGreg/Scriptresult.jpg&lt;/a&gt;
&lt;/p&gt;</description>
 <comments>http://www.registry.gimp.org/node/15005#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/25">2.4</category>
 <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/137">color</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/220">gradient</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/314">logo</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/117">text</category>
 <enclosure url="http://www.registry.gimp.org/files/60&#039;s Text.scm" length="6452" type="application/octet-stream" />
 <pubDate>Tue, 24 Mar 2009 21:12:10 +0100</pubDate>
 <dc:creator>PhotoMaster</dc:creator>
 <guid isPermaLink="false">15005 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>gimp-netpbm2gimp-plugins and Netpbm2Gimp</title>
 <link>http://www.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://www.registry.gimp.org/node/14459#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/23">2.x</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/36">GPLv3</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/255">black and white</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/433">conversion</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/243">generate</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/388">grayscale</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/163">load</category>
 <category domain="http://www.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://www.registry.gimp.org</guid>
</item>
<item>
 <title>WebThumb</title>
 <link>http://www.registry.gimp.org/node/13753</link>
 <description>&lt;p&gt;Creates a separate thumbnail of the selected image file(s), pre-pends &#039;th_&#039; (color image) and &#039;thgs_&#039; (grayscale image) to the filename.  WebThumb takes maxPixels as the maximum size of the largest aspect of the image, and then sizes the opposite aspect to maintain the original ratio.&lt;/p&gt;
</description>
 <comments>http://www.registry.gimp.org/node/13753#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/137">color</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/388">grayscale</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/649">multiple</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/648">single</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/647">thumbnail</category>
 <enclosure url="http://www.registry.gimp.org/files/webThumb.py" length="4789" type="text/x-python" />
 <pubDate>Sun, 25 Jan 2009 19:17:35 +0100</pubDate>
 <dc:creator>li4me</dc:creator>
 <guid isPermaLink="false">13753 at http://www.registry.gimp.org</guid>
</item>
<item>
 <title>Color Scheme Helper for Gimp </title>
 <link>http://www.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://www.registry.gimp.org/node/11580#comments</comments>
 <category domain="http://www.registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/523">2.6</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/35">GPLv2</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/346">colour</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/587">external tool</category>
 <category domain="http://www.registry.gimp.org/taxonomy/term/531">palette</category>
 <category domain="http://www.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://www.registry.gimp.org</guid>
</item>
</channel>
</rss>
