<?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>contrast</title>
 <link>http://registry.gimp.org/taxonomy/term/214</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Cheap HDR</title>
 <link>http://registry.gimp.org/node/20293</link>
 <description>&lt;p&gt;Provides a kind of poor-man&#039;s HDR (high dynamic range).  It doesn&#039;t actually increase the dynamic range; in fact, it &lt;em&gt;decreases&lt;/em&gt; it, overall, but in a way that maintains local contrast.  But this gives you some headroom to increase the contrast of the image overall, thus enhancing the local contrast.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/20293#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/779">2.7</category>
 <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/214">contrast</category>
 <category domain="http://registry.gimp.org/taxonomy/term/391">enhance</category>
 <category domain="http://registry.gimp.org/taxonomy/term/414">hdr</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/351">tone mapping</category>
 <enclosure url="http://registry.gimp.org/files/script-fu-cheap-hdr.scm" length="4163" type="application/octet-stream" />
 <pubDate>Thu, 12 Nov 2009 05:05:32 +0100</pubDate>
 <dc:creator>theilr</dc:creator>
 <guid isPermaLink="false">20293 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Color Spotter</title>
 <link>http://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://registry.gimp.org/node/18633#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/811">Custom</category>
 <category domain="http://registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://registry.gimp.org/taxonomy/term/754">color selector</category>
 <category domain="http://registry.gimp.org/taxonomy/term/214">contrast</category>
 <category domain="http://registry.gimp.org/taxonomy/term/146">filter</category>
 <category domain="http://registry.gimp.org/taxonomy/term/60">plugin</category>
 <category domain="http://registry.gimp.org/taxonomy/term/375">utility</category>
 <enclosure url="http://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://registry.gimp.org</guid>
</item>
<item>
 <title>Fix Overblown Areas</title>
 <link>http://registry.gimp.org/node/17265</link>
 <description>&lt;p&gt;This script helps fix overblown areas of an image.  It&#039;s not as good as some &lt;a href=&quot;http://gimp.org/tutorials/Blown_Out_Highlights/&quot;&gt;other methods&lt;/a&gt; that must be done manually, but it&#039;s not bad.  It will NOT fix clipped colors (maximum overblown areas); it only helps increase the contrast in bright highlights.

&lt;p&gt;The script is located in &quot;&amp;lt;Image&amp;gt; / Script-Fu / Enhance / Fix Overblown&quot;

&lt;p&gt;Feedback welcome!</description>
 <comments>http://registry.gimp.org/node/17265#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/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/214">contrast</category>
 <category domain="http://registry.gimp.org/taxonomy/term/391">enhance</category>
 <category domain="http://registry.gimp.org/taxonomy/term/205">fix</category>
 <category domain="http://registry.gimp.org/taxonomy/term/154">highlights</category>
 <category domain="http://registry.gimp.org/taxonomy/term/768">overblown</category>
 <category domain="http://registry.gimp.org/taxonomy/term/157">photo</category>
 <category domain="http://registry.gimp.org/taxonomy/term/259">script</category>
 <enclosure url="http://registry.gimp.org/files/fixoverblown.scm" length="2184" type="application/octet-stream" />
 <pubDate>Mon, 06 Jul 2009 22:25:17 +0200</pubDate>
 <dc:creator>gfxcoder</dc:creator>
 <guid isPermaLink="false">17265 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Maximize Local Contrast</title>
 <link>http://registry.gimp.org/node/17151</link>
 <description>&lt;p&gt;
FX-Foundry/Photo/Enhancement/Maximize Local Contrast...
Like Stretch Contrast, but instead of using the minimum and maximum pixel values from the entire image, uses the minimum and maximum in the vicinity of a pixel to compute its new value. Takes a while to run, but really brings out textures. Result is a Grain Merge layer that adjusts values of the original image.
&lt;/p&gt;
&lt;p&gt;
This filter operates on the visible image, not on a layer or selection.
&lt;/p&gt;
&lt;p&gt;
Radius indicates how wide a pixel&#039;s influence is. If you choose too small a value, adjustment will be too localized and the image will look patchy. Larger values take a bit longer to run.
&lt;/p&gt;
&lt;p&gt;
Threshold indicates how many neighboring gray values above and below a value can be treated as the same, in finding minimum and maximum values. Purely a speed trade-off. Using very low values will make it very slow. Too high values will cause visible &amp;quot;steps&amp;quot; in color values. The latest version does not include threshold, but the older version is still available.
&lt;/p&gt;
&lt;p&gt;
&amp;quot;Feather Haloes&amp;quot; helps smooth out haloes around high-contrast areas.
&lt;/p&gt;
&lt;p&gt;
&amp;quot;Keep Min and Max Layers&amp;quot; leaves the intermediate layers in the stack so you can look at them if you&#039;re interested.
&lt;/p&gt;
&lt;p&gt;
Update (21 Jul 2009):
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;New algorithm that works right without any compromises for speed. No scaling, no threshold. It does take a bit of time on large images; 45 seconds for a 1500x2000 pixel image on a modern but not especially powerful PC. The full 8-megapixel image took about 3 minutes. Most of the time is spent on grow-selection, so don&#039;t be alarmed when the progress meter seems to hang up for a while. There are just two grows and two feathers to do.
	&lt;/li&gt;
	&lt;li&gt;If you want a speed compromise, I&#039;ve added Scaledown factor, which will reduce the time spent in selection a lot, but will add some time for scaling the image. There&#039;s essentially no loss of quality. Recommended for especially large images.
	&lt;/li&gt;
&lt;/ul&gt;
Updates (13 Jul 2009):
&lt;ul&gt;
	&lt;li&gt;SPEED! Mapping of Min and Max is done on scaled-down layers. Now even large images can be done in reasonable time.
	&lt;/li&gt;
	&lt;li&gt;Feather haloes feature for more reasonable results on high-contrast images and images with big flat areas
	&lt;/li&gt;
	&lt;li&gt;Layer mask keeps narrow-contrast areas under control
	&lt;/li&gt;
&lt;/ul&gt;
Updates (9 Jul 2009):
&lt;ul&gt;
	&lt;li&gt;Fixed the bug that left strange artifacts in the image. 
	&lt;/li&gt;
	&lt;li&gt;Changed radius to work as a % of image size (maximum dimension)
	&lt;/li&gt;
	&lt;li&gt;Increased feathering and added limits to min and max layers to control haloes around small, high-contrast features
	&lt;/li&gt;
	&lt;li&gt;Got rid of sample images. Will find better examples.
	&lt;/li&gt;
&lt;/ul&gt;</description>
 <comments>http://registry.gimp.org/node/17151#comments</comments>
 <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/209">adjustment</category>
 <category domain="http://registry.gimp.org/taxonomy/term/149">black &amp;amp; white</category>
 <category domain="http://registry.gimp.org/taxonomy/term/255">black and white</category>
 <category domain="http://registry.gimp.org/taxonomy/term/214">contrast</category>
 <category domain="http://registry.gimp.org/taxonomy/term/391">enhance</category>
 <category domain="http://registry.gimp.org/taxonomy/term/388">grayscale</category>
 <category domain="http://registry.gimp.org/taxonomy/term/702">local</category>
 <category domain="http://registry.gimp.org/taxonomy/term/514">luminance</category>
 <enclosure url="http://registry.gimp.org/files/roys-max-local-contrast.scm" length="6435" type="application/octet-stream" />
 <pubDate>Wed, 01 Jul 2009 18:36:27 +0200</pubDate>
 <dc:creator>Roy Johnson</dc:creator>
 <guid isPermaLink="false">17151 at http://registry.gimp.org</guid>
</item>
<item>
 <title>UnsharpMask2.0.12 (Windows binary -source code)</title>
 <link>http://registry.gimp.org/node/14810</link>
 <description>&lt;p&gt;This plugin is not more maintained but still works very well On Gimp 2.6 and even 2.7&lt;br /&gt;
Was developed by  	Peter Heckert , Windows binary were provided by  Michael Schumacher. but the original side is offline from years and all old links dead&lt;/p&gt;
&lt;p&gt; i am mirroring both source code and binaries to avoid it can get lost and i repost here also in the hope that may found more users and a maintainer (as i said still works very well ,from gimp 2.0 till 2.7  a maintainer may help for the future )&lt;/p&gt;
&lt;p&gt;About the most obvious question, what is the difference with standard unsharp mask that is simple,&lt;br /&gt;
what gimp USM offer is a only a subset of what this plugin may do.&lt;/p&gt;
&lt;p&gt;gimp USM works ,basically by adding a blurred duplicate ,that  as result create a white halo around contour&#039;s edges.&lt;/p&gt;
&lt;p&gt;As example if you have a black arrow on dark grey BG, a more or less wide white halo around the arrow will made it much more visible and the image more sharp&lt;br /&gt;
But that easily lead to effect similar to overdone HDR and work better on the darker part of the image to reveal less dark details&lt;/p&gt;
&lt;p&gt;Well USM2 may do that but also the contrary, sharpen by adding a dark halo&lt;br /&gt;
To use a similar example may sharpen a gray arrow on a white BG by creating a dark halo around arrow&#039;s contour&lt;/p&gt;
&lt;p&gt;&quot;Dark halo&quot; sharpening on photos look often more natural then white at the most usual settings,&lt;br /&gt;
while pushing for dramatic setting is usually a more pleasant and artistic effect,&lt;br /&gt;
( we are used  to accept black outlines as in  draw,comics, illustration, so are more acceptable for our eyes then white outlines ..&lt;br /&gt;
Note that a thin but very  intense white halo around contours edges is identical to white outlines, as a thin  and very dark halo is identical to black outlines ..this is relevant for &quot;artistic&quot; or &quot;creative&quot; uses )&lt;/p&gt;
&lt;p&gt;Interface may look too complex at first but just draw a ideal line under the 4th slider will solve&lt;/p&gt;
&lt;p&gt;All what up is &quot;BASIC&quot;  : on 4 sliders there 3 correspond exactly to that of the Gimp USM&lt;br /&gt;
 &quot;+&quot; is to regulate the &quot;white halo sharpening&quot; ,&quot;-&quot; to regulate the &quot;dark halo sharpening&quot;&lt;br /&gt;
(NOTE: If both&quot;+&quot; and &quot;-&quot; are set to 0 then plugin do not sharpen but create a gaussian blur )&lt;/p&gt;
&lt;p&gt;All what after that ideal line is &quot;ADVANCED&quot; ...default is fine in most cases anyway from there you may correct the gamma, or dose the intensity of the effect differently on shadows, middletones and highlights.&lt;/p&gt;
&lt;p&gt;More accurate information are included in the zip.&lt;br /&gt;
#####################################################################&lt;br /&gt;
If someone may provide a better description is welcome , i am a user and not a developer and my English is quite approximate.&lt;/p&gt;
&lt;p&gt;DOWNLOAD&lt;br /&gt;
&lt;a href=&quot;http://photocomix-resources.deviantart.com/art/Lost-Found-Gimp-UnsharpMask2-73998572&quot; title=&quot;http://photocomix-resources.deviantart.com/art/Lost-Found-Gimp-UnsharpMask2-73998572&quot;&gt;http://photocomix-resources.deviantart.com/art/Lost-Found-Gimp-UnsharpMa...&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/14810#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://registry.gimp.org/taxonomy/term/1">2.2</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/209">adjustment</category>
 <category domain="http://registry.gimp.org/taxonomy/term/82">blur</category>
 <category domain="http://registry.gimp.org/taxonomy/term/214">contrast</category>
 <category domain="http://registry.gimp.org/taxonomy/term/157">photo</category>
 <category domain="http://registry.gimp.org/taxonomy/term/60">plugin</category>
 <category domain="http://registry.gimp.org/taxonomy/term/133">sharpen</category>
 <enclosure url="http://registry.gimp.org/files/Gimp-UnsharpMask-2.0.12-Win-and SourceC.zip" length="198148" type="application/zip" />
 <pubDate>Mon, 16 Mar 2009 06:00:38 +0100</pubDate>
 <dc:creator>PhotoComiX</dc:creator>
 <guid isPermaLink="false">14810 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Gimp ace-0.6.7 Win32</title>
 <link>http://registry.gimp.org/node/11729</link>
 <description>&lt;p&gt;Fresh Windows compilation of Gimp ace2 (Adaptive Contrast Enhancement) plugin. 50 Kb exe, 20 Kb zip. No console window.&lt;br /&gt;
[Image]/Filters/Color/Adaptive contrast&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/11729#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/590">adaptive</category>
 <category domain="http://registry.gimp.org/taxonomy/term/572">binary</category>
 <category domain="http://registry.gimp.org/taxonomy/term/214">contrast</category>
 <category domain="http://registry.gimp.org/taxonomy/term/60">plugin</category>
 <category domain="http://registry.gimp.org/taxonomy/term/374">windows</category>
 <enclosure url="http://registry.gimp.org/files/gimp-ace_win32.zip" length="20614" type="application/x-zip" />
 <pubDate>Tue, 18 Nov 2008 08:22:11 +0100</pubDate>
 <dc:creator>Francois_C</dc:creator>
 <guid isPermaLink="false">11729 at http://registry.gimp.org</guid>
</item>
<item>
 <title>D-Dayed</title>
 <link>http://registry.gimp.org/node/5917</link>
 <description>&lt;p&gt;D-Dayed is a script for The GIMP&lt;br /&gt;
Makes the image like the over saturated grainy war photos as evoked in the cinematography of films like Saving Private Ryan&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/5917#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/602">GPLv3+</category>
 <category domain="http://registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/209">adjustment</category>
 <category domain="http://registry.gimp.org/taxonomy/term/224">artistic</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/214">contrast</category>
 <category domain="http://registry.gimp.org/taxonomy/term/51">layer</category>
 <category domain="http://registry.gimp.org/taxonomy/term/306">layers</category>
 <category domain="http://registry.gimp.org/taxonomy/term/157">photo</category>
 <category domain="http://registry.gimp.org/taxonomy/term/138">saturation</category>
 <category domain="http://registry.gimp.org/taxonomy/term/145">toning</category>
 <enclosure url="http://registry.gimp.org/files/d-dayed.scm" length="3433" type="application/octet-stream" />
 <pubDate>Sat, 14 Jun 2008 10:36:31 +0200</pubDate>
 <dc:creator>tuxcomputers</dc:creator>
 <guid isPermaLink="false">5917 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Orton Effect</title>
 <link>http://registry.gimp.org/node/3713</link>
 <description>&lt;p&gt;This script simulates Orton slide sandwich technique (mixing blurry and sharp versions of the original image).&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/3713#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://registry.gimp.org/taxonomy/term/20">Script-Fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/214">contrast</category>
 <category domain="http://registry.gimp.org/taxonomy/term/124">glow</category>
 <category domain="http://registry.gimp.org/taxonomy/term/51">layer</category>
 <category domain="http://registry.gimp.org/taxonomy/term/329">orton</category>
 <category domain="http://registry.gimp.org/taxonomy/term/157">photo</category>
 <category domain="http://registry.gimp.org/taxonomy/term/313">plastic</category>
 <enclosure url="http://registry.gimp.org/files/Orton-Effect.scm" length="2274" type="application/octet-stream" />
 <pubDate>Mon, 21 Apr 2008 00:56:52 +0200</pubDate>
 <dc:creator>Uuner</dc:creator>
 <guid isPermaLink="false">3713 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Contrast Fix</title>
 <link>http://registry.gimp.org/node/182</link>
 <description>&lt;p&gt;
Adds a Contrast Adjustment layer to your image to help fix contrast problems.
&lt;/p&gt;
&lt;p&gt;
&lt;img src=&quot;http://gimp-registry.fargonauten.de/files/Thumb_ContrastFix.png&quot; alt=&quot;Contrast Fix 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/ContrastFix.html&quot; title=&quot;Guide to Using the Contrast Fix Script&quot;&gt;Guide to Using the Contrast Fix Script&lt;/a&gt;
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/182#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/209">adjustment</category>
 <category domain="http://registry.gimp.org/taxonomy/term/216">brighten</category>
 <category domain="http://registry.gimp.org/taxonomy/term/214">contrast</category>
 <category domain="http://registry.gimp.org/taxonomy/term/215">darken</category>
 <category domain="http://registry.gimp.org/taxonomy/term/205">fix</category>
 <category domain="http://registry.gimp.org/taxonomy/term/51">layer</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/217">threshold</category>
 <category domain="http://registry.gimp.org/taxonomy/term/206">touch-up</category>
 <enclosure url="http://registry.gimp.org/files/Darla-ContrastFix.scm" length="5448" type="application/octet-stream" />
 <pubDate>Wed, 23 Jan 2008 12:51:16 +0100</pubDate>
 <dc:creator>Darla</dc:creator>
 <guid isPermaLink="false">182 at http://registry.gimp.org</guid>
</item>
</channel>
</rss>
