<?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>grayscale</title>
 <link>http://registry.gimp.org/taxonomy/term/388</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>WebThumb</title>
 <link>http://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://registry.gimp.org/node/13753#comments</comments>
 <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/137">color</category>
 <category domain="http://registry.gimp.org/taxonomy/term/388">grayscale</category>
 <category domain="http://registry.gimp.org/taxonomy/term/649">multiple</category>
 <category domain="http://registry.gimp.org/taxonomy/term/648">single</category>
 <category domain="http://registry.gimp.org/taxonomy/term/647">thumbnail</category>
 <enclosure url="http://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://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>Batch Convert to Tif-grayscale</title>
 <link>http://registry.gimp.org/node/5511</link>
 <description>&lt;p&gt;Converts every jpg-, png- and tif-Image into grayscale-Tif&#039;s, uses unsharp-mask and adjusts levels for offset-printing; works also in Subdirectories.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/5511#comments</comments>
 <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/159">batch</category>
 <category domain="http://registry.gimp.org/taxonomy/term/388">grayscale</category>
 <category domain="http://registry.gimp.org/taxonomy/term/386">levels</category>
 <category domain="http://registry.gimp.org/taxonomy/term/52">python</category>
 <category domain="http://registry.gimp.org/taxonomy/term/387">unsharp-mask</category>
 <enclosure url="http://registry.gimp.org/files/batch_convert2tifgray_0.py" length="2623" type="text/x-python" />
 <pubDate>Wed, 04 Jun 2008 21:41:39 +0200</pubDate>
 <dc:creator>killgus</dc:creator>
 <guid isPermaLink="false">5511 at http://registry.gimp.org</guid>
</item>
</channel>
</rss>
