<?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>black and white</title>
 <link>http://registry.gimp.org/taxonomy/term/255</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<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>gimp-netpbm2gimp-plugins and Netpbm2Gimp</title>
 <link>http://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://registry.gimp.org/node/14459#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/23">2.x</category>
 <category domain="http://registry.gimp.org/taxonomy/term/36">GPLv3</category>
 <category domain="http://registry.gimp.org/taxonomy/term/255">black and white</category>
 <category domain="http://registry.gimp.org/taxonomy/term/137">color</category>
 <category domain="http://registry.gimp.org/taxonomy/term/433">conversion</category>
 <category domain="http://registry.gimp.org/taxonomy/term/243">generate</category>
 <category domain="http://registry.gimp.org/taxonomy/term/388">grayscale</category>
 <category domain="http://registry.gimp.org/taxonomy/term/163">load</category>
 <category domain="http://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://registry.gimp.org</guid>
</item>
<item>
 <title>Film Grain</title>
 <link>http://registry.gimp.org/node/10884</link>
 <description>&lt;p&gt;This script adds a realistic film grain effect to a black and white or toned image. To install, copy the attached file to GIMP/share/gimp/2.0/scripts. The larger the file you are running it on, the larger the value you should have for Strength. The value for Sharpness depends on your preferences, but I usually start at 1 and go from there. The lower the value, the sharper the noise.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/10884#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/489">antique</category>
 <category domain="http://registry.gimp.org/taxonomy/term/255">black and white</category>
 <category domain="http://registry.gimp.org/taxonomy/term/127">film</category>
 <category domain="http://registry.gimp.org/taxonomy/term/126">grain</category>
 <category domain="http://registry.gimp.org/taxonomy/term/437">grainy</category>
 <category domain="http://registry.gimp.org/taxonomy/term/129">noise</category>
 <category domain="http://registry.gimp.org/taxonomy/term/427">Old</category>
 <enclosure url="http://registry.gimp.org/files/film-like-grain.scm" length="2279" type="application/octet-stream" />
 <pubDate>Sun, 26 Oct 2008 18:56:35 +0100</pubDate>
 <dc:creator>manutd101</dc:creator>
 <guid isPermaLink="false">10884 at http://registry.gimp.org</guid>
</item>
<item>
 <title>BW Labs</title>
 <link>http://registry.gimp.org/node/6245</link>
 <description>&lt;p&gt;This is another script for converting a picture to black &amp;amp; white. The decompose plugin must to be available. The way of converting the picture is rather different than what other plugins do. Two different luminance layers are mixed according to a mask made with a saturation layer. Six different combinations are provided. Functions are available under the menu script-fu/Photography/BW Labs.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/6245#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/25">2.4</category>
 <category domain="http://registry.gimp.org/taxonomy/term/58">MIT</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/364">Gray</category>
 <category domain="http://registry.gimp.org/taxonomy/term/388">grayscale</category>
 <category domain="http://registry.gimp.org/taxonomy/term/293">light</category>
 <category domain="http://registry.gimp.org/taxonomy/term/138">saturation</category>
 <enclosure url="http://registry.gimp.org/files/bw-labs_0.scm" length="13523" type="application/octet-stream" />
 <pubDate>Sat, 21 Jun 2008 22:28:21 +0200</pubDate>
 <dc:creator>baruchel</dc:creator>
 <guid isPermaLink="false">6245 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Color to B&amp;W by Gradient</title>
 <link>http://registry.gimp.org/node/250</link>
 <description>&lt;p&gt;A set of gradients for toning B&amp;amp;W photos.  New are multi-colored toning gradients (thanks Ron Antonishen for the conversion script), and 3 Albubum print gradients.  Instructions for use are in the README file.&lt;/p&gt;
&lt;p&gt;Note: you will generally get better results from:&lt;/p&gt;
&lt;p&gt;-&amp;gt;color-&amp;gt;map-&amp;gt;sample colorize&lt;/p&gt;
&lt;p&gt;than from&lt;/p&gt;
&lt;p&gt;-&amp;gt;color-&amp;gt;map-&amp;gt;gradient map&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/250#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/23">2.x</category>
 <category domain="http://registry.gimp.org/taxonomy/term/49">GPL</category>
 <category domain="http://registry.gimp.org/taxonomy/term/255">black and white</category>
 <category domain="http://registry.gimp.org/taxonomy/term/254">gradients</category>
 <category domain="http://registry.gimp.org/taxonomy/term/52">python</category>
 <enclosure url="http://registry.gimp.org/files/photo-gradients_0.3.tar.bz2" length="37604" type="application/x-bzip" />
 <pubDate>Thu, 07 Feb 2008 06:17:11 +0100</pubDate>
 <dc:creator>JimSabatke</dc:creator>
 <guid isPermaLink="false">250 at http://registry.gimp.org</guid>
</item>
</channel>
</rss>
