<?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>GPLv2+</title>
 <link>http://registry.gimp.org/taxonomy/term/43</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Draw arrow</title>
 <link>http://registry.gimp.org/node/20269</link>
 <description>&lt;p&gt;Update [11/15/2009] : Added fixed brush width and double headed error, removed bug 1) one-point-paths, 2) horizontal paths&lt;br /&gt;
Update [11/16/2009] : Fixed image type restriction string&lt;br /&gt;
Update [11/19/2009] : Added feature for absolute wing length, fixed handling gray-scale images&lt;/p&gt;
&lt;p&gt;This plugin enables GIMP to draw an arbitrary &lt;em&gt;arrow&lt;/em&gt; into an image or a new layer. The plugin has reasonable default values for every paramtere but is freely adjustable to ones needs. Parameters are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;wing length and line width freely adjustable (relative &amp;amp; absolute)&lt;/li&gt;
&lt;li&gt;angle between arrow tail and wing&lt;/li&gt;
&lt;li&gt;optional draw arrow in new layer&lt;/li&gt;
&lt;li&gt;optional filled or not filled head&lt;/li&gt;
&lt;li&gt;optional notch in arrow head&lt;/li&gt;
&lt;li&gt;optional delete used path&lt;/li&gt;
&lt;li&gt;optional draw double headed arrow&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&quot;http://registry.gimp.org/files/Description.png&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Usage:&lt;br /&gt;
Create a path (usually &amp;lt;B&amp;gt;) with the head of the arrow (first anchor point) and the end of the tail (second anchor point). Then call the script which adds itself to the &quot;Tools&quot; menu (I use &amp;lt;AltGr+P&amp;gt; as the shortcut as &quot;Pfeil&quot; is the german word for arrow).&lt;/p&gt;
&lt;p&gt;ToDo:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Write documentation (any one can help me with that and knows how to?)&lt;/li&gt;
&lt;li&gt;Open for suggestions&lt;/li&gt;
&lt;li&gt;Enable a more angularly arrow&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can also contact me via ICQ #52712314 and Jabber/XMPP &lt;a href=&quot;mailto:Hoffmann.P@jabber.ccc.de&quot;&gt;Hoffmann.P@jabber.ccc.de&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/20269#comments</comments>
 <category domain="http://registry.gimp.org/taxonomy/term/23">2.x</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/874">arrow</category>
 <category domain="http://registry.gimp.org/taxonomy/term/225">image</category>
 <category domain="http://registry.gimp.org/taxonomy/term/259">script</category>
 <category domain="http://registry.gimp.org/taxonomy/term/299">script-fu</category>
 <enclosure url="http://registry.gimp.org/files/Description.png" length="48644" type="image/png" />
 <pubDate>Wed, 11 Nov 2009 16:47:35 +0100</pubDate>
 <dc:creator>B-Ranger</dc:creator>
 <guid isPermaLink="false">20269 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Calendar maker</title>
 <link>http://registry.gimp.org/node/20193</link>
 <description>&lt;p&gt;The script I&#039;ve written adds two layers to an image which overlay the active layer with dates and a grid of lines producing a calendar for the specified month. It is not so much intended to create a complete calendar, but to be used as a tool in creating calendars. The command appears in the menus as &quot;Filters-&amp;gt;Render-&amp;gt;Calendar...&quot;&lt;/p&gt;
&lt;p&gt;The options presented in the dialog are:&lt;br /&gt;
* Month - the month to be used&lt;br /&gt;
* Year - the year to be used&lt;br /&gt;
* Sunday first - if checked then Sunday is the first day of the week, otherwise Monday&lt;br /&gt;
* Font - the font to be used&lt;br /&gt;
* Fontsize - The size of the numbers used for the dates. 100% will use the largest possible&lt;br /&gt;
* Right justify - If checked then the date will be right-justified in a field two characters wide&lt;br /&gt;
* Border width - determines how thick the lines of the grid will be (can be &quot;0&quot; for no grid)&lt;br /&gt;
* Border color - color used for grid (note: FG color is used for the text)&lt;br /&gt;
* Date position - the alignment of the date number within its box&lt;/p&gt;
&lt;p&gt;The month and year are not generated on the image; they should be added to the image manually if desired. For reference, the month and year appear in the layer names of the newly created layers.&lt;/p&gt;
&lt;p&gt;EDIT: When called from the PDB, the script will return a list containing the &quot;dates&quot; layerID and the &quot;grid&quot; layerID.&lt;/p&gt;
&lt;p&gt;EDIT2: I have updated the script and added a &quot;Layout&quot; option which offers the following treatments of the dates:&lt;/p&gt;
&lt;p&gt;   * Allow 6 weeks (resizing text for optimal fit)&lt;br /&gt;
   * Force 6 weeks (use six rows of weeks in all cases, even for a 4-week February)&lt;br /&gt;
   * Wrap week 6 to week 1 (the approach proposed by wbool)&lt;br /&gt;
   * Wrap week 6 to week 5 (and if needed compressing two days into a single cell)&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/20193#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/299">script-fu</category>
 <category domain="http://registry.gimp.org/taxonomy/term/781">table</category>
 <category domain="http://registry.gimp.org/taxonomy/term/375">utility</category>
 <enclosure url="http://registry.gimp.org/files/sg-calendar_0.scm" length="18131" type="application/octet-stream" />
 <pubDate>Mon, 09 Nov 2009 14:10:26 +0100</pubDate>
 <dc:creator>saulgoode</dc:creator>
 <guid isPermaLink="false">20193 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Smooth Path (new)</title>
 <link>http://registry.gimp.org/node/20069</link>
 <description>&lt;p&gt;This plugin will take the active path and smooth it, using a Bezier&lt;br /&gt;
interpolation algorithm. If you&#039;ve ever wanted to define a bunch of&lt;br /&gt;
points, and then have the GIMP draw a smooth path through them, this&lt;br /&gt;
plugin is for you. There is the option to smooth corners between a&lt;br /&gt;
range of angles.&lt;/p&gt;
&lt;p&gt;Settings include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Smooth only specified corners:&lt;/strong&gt; If checked,&lt;br /&gt;
only corners whose interior angles lie between the two settings below&lt;br /&gt;
will be smoothed.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Minimum angle:&lt;/strong&gt; Corners blunter (greater) than&lt;br /&gt;
this angle will be smoothed.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Maximum angle:&lt;/strong&gt; Corners sharper (less) than this&lt;br /&gt;
angle will be smoothed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This plugin creates a new entry in the Paths dialog right-click menu.&lt;/p&gt;
&lt;p&gt;For details of the algorithm used in this plugin, see here:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.math.ucla.edu/~baker/java/hoefer/Spline.htm&quot; title=&quot;http://www.math.ucla.edu/~baker/java/hoefer/Spline.htm&quot;&gt;http://www.math.ucla.edu/~baker/java/hoefer/Spline.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Be sure to read the readme.txt file for installation and user help.&lt;/p&gt;
&lt;p&gt;Thanks to Rob Antonishen for his valuable contributions.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/20069#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/827">smooth path paths bezier plugin</category>
 <enclosure url="http://registry.gimp.org/files/smooth-path_1.zip" length="17160" type="application/zip" />
 <pubDate>Thu, 05 Nov 2009 23:38:10 +0100</pubDate>
 <dc:creator>ijontichy</dc:creator>
 <guid isPermaLink="false">20069 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Voronoi Path</title>
 <link>http://registry.gimp.org/node/20041</link>
 <description>&lt;p&gt;This plugin will take a set of points (specified with the Path tool) from which it will generate a Voronoi diagram in the form of a new path. There is the option to preserve the original points as a separate path, and a hack is used to ensure these original points can be stroked (assuming a round or square cap style). The algorithm used is described here:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Fortune%27s_algorithm&quot; title=&quot;http://en.wikipedia.org/wiki/Fortune%27s_algorithm&quot;&gt;http://en.wikipedia.org/wiki/Fortune%27s_algorithm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This plugin creates a new entry in the Paths dialog right-click menu.&lt;/p&gt;
&lt;p&gt;Be sure to read the readme.txt file for installation and user help.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/20041#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/869">voronoi path paths plugin</category>
 <enclosure url="http://registry.gimp.org/files/voronoi-path.zip" length="26612" type="application/zip" />
 <pubDate>Thu, 05 Nov 2009 04:43:45 +0100</pubDate>
 <dc:creator>ijontichy</dc:creator>
 <guid isPermaLink="false">20041 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Stroke Path with Taper</title>
 <link>http://registry.gimp.org/node/19759</link>
 <description>&lt;p&gt;This plugin will create a stroke with a taper, or in other words, a stroke with a start width and an end width, rather than just a constant width. There is an existing plugin that does the same, but this one is a bit faster (although still slow), and has a lot more options.&lt;/p&gt;
&lt;p&gt;Settings include start width, end width, exponent (how rapidly the line width changes from start to end), tolerance (there is a inverse relation between speed and accuracy), as well as nearly all the line styles available with the regular GIMP stroke function (e.g. cap/join style).&lt;/p&gt;
&lt;p&gt;Be sure to read the readme.txt file for installation and user help.&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/19759#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/865">stroke taper tapered path paths plugin</category>
 <enclosure url="http://registry.gimp.org/files/stroke-path-with-taper.zip" length="28712" type="application/zip" />
 <pubDate>Mon, 26 Oct 2009 02:49:19 +0100</pubDate>
 <dc:creator>ijontichy</dc:creator>
 <guid isPermaLink="false">19759 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Curve Bend Between Paths</title>
 <link>http://registry.gimp.org/node/19214</link>
 <description>&lt;p&gt;This is a simplified front end to the curve bend script to help in straightening a distorted image.  Create two paths with a maximum of 17 nodes each (drawn from left to right) tracing the existing image top and bottom curve, and it the script will calculate the curve bend parameters and run it to straighten the image.&lt;/p&gt;
&lt;p&gt;After running the script, you can crop as desired, or perform further correction by shearing, or rotating the image by 90 degrees, drawing two new paths and running the script again&lt;/p&gt;
&lt;p&gt;Image in sample was provided by lontarm at gimptalk.&lt;/p&gt;
&lt;p&gt;EDIT:  I have updated the script  so it gets the curve a bit better.  As some distortions are wonky, I have also added a slider to let you adjust the correction.  The default is 0 (none), positive is more correction, -ve is less correction.  This should let you dial in more problematic images without having to fudge the curves.&lt;/p&gt;
&lt;p&gt;-Rob A&amp;gt;&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/19214#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/450">bend</category>
 <category domain="http://registry.gimp.org/taxonomy/term/853">correct</category>
 <category domain="http://registry.gimp.org/taxonomy/term/763">path</category>
 <category domain="http://registry.gimp.org/taxonomy/term/157">photo</category>
 <category domain="http://registry.gimp.org/taxonomy/term/852">warp</category>
 <enclosure url="http://registry.gimp.org/files/cbbp.jpg" length="237301" type="image/jpeg" />
 <pubDate>Thu, 08 Oct 2009 21:41:33 +0200</pubDate>
 <dc:creator>ffaat</dc:creator>
 <guid isPermaLink="false">19214 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Smooth Path</title>
 <link>http://registry.gimp.org/node/18938</link>
 <description>&lt;p&gt;UPDATE&lt;/p&gt;
&lt;p&gt;Replaced by a new version here &lt;a href=&quot;http://registry.gimp.org/node/20069&quot; title=&quot;http://registry.gimp.org/node/20069&quot;&gt;http://registry.gimp.org/node/20069&lt;/a&gt;&lt;br /&gt;
sorry if for a technical issue i can&#039;t  just update this page&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/18938#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/827">smooth path paths bezier plugin</category>
 <pubDate>Thu, 01 Oct 2009 07:03:33 +0200</pubDate>
 <dc:creator>ijontichy</dc:creator>
 <guid isPermaLink="false">18938 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Scanlines2.py by Werner Hartnagel</title>
 <link>http://registry.gimp.org/node/18793</link>
 <description>&lt;p&gt;This python plug-in was part of Python archive found at Werner Hartnagel&#039;s sourceforge site located at:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://python-fu.sourceforge.net/&quot; title=&quot;http://python-fu.sourceforge.net/&quot;&gt;http://python-fu.sourceforge.net/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I had to define a second pattern layer (pat_lay2 - &quot;Scanlines2&quot;) in order to keep the plugin from throwing an error when the mask option is set to NO. The error indicated that the layer had already been added to the image, so it appears gimp_edit_clear wasn&#039;t clearing the pat_lay from memory, just from the image. To offset the error, the newly pat_lay2 substitutes for pat_lay and adds a transparent empty layer named scanlines2 to the top of the layer dialog. Using the mask option works without errors.&lt;/p&gt;
&lt;p&gt;I got this plugin working with Vista 64, Vista 32, XP on GIMP 2.6.7&lt;/p&gt;
</description>
 <comments>http://registry.gimp.org/node/18793#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/821">scanlines effect</category>
 <enclosure url="http://registry.gimp.org/files/scanlines2_0.py" length="1662" type="text/x-python" />
 <pubDate>Thu, 24 Sep 2009 23:29:50 +0200</pubDate>
 <dc:creator>mahvin</dc:creator>
 <guid isPermaLink="false">18793 at http://registry.gimp.org</guid>
</item>
<item>
 <title>Pyinyang_2.3.py by Werner Hartnagel (Now Working)</title>
 <link>http://registry.gimp.org/node/18792</link>
 <description>&lt;p&gt;I made modifications to this Python plugin to get it working. It came with the python plug-in package found at:http://python-fu.sourceforge.net/You can get the modified plugin below.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Usage:&lt;/b&gt; Install it in the GIMP plug-ins folder. Top two text input is for new file size - width, height. If you want to use pictures for the eyes, click yes, and type in the image names.  While testing this I found that any image used must be in your default image folder for GIMP, leaving one image textbox blank produced errors. You must type out the full filename and extension of those images in both textboxes. You can use the same image for both eyes, just be sure to add the filename to both boxes.&lt;/p&gt;&lt;p&gt;Working on Vista 64 bit, Vista 32 bit, and XP on GIMP 2.6.7. I haven&#039;t tested it on Ubuntu, yet.&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/18792#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/820">ying yang</category>
 <enclosure url="http://registry.gimp.org/files/pyinyang_2.3_0.py" length="4495" type="text/x-python" />
 <pubDate>Thu, 24 Sep 2009 23:15:32 +0200</pubDate>
 <dc:creator>mahvin</dc:creator>
 <guid isPermaLink="false">18792 at http://registry.gimp.org</guid>
</item>
<item>
 <title>List Guides</title>
 <link>http://registry.gimp.org/node/18405</link>
 <description>&lt;p&gt;
Simple script that generates a sorted list of all the guides in an image, grouped by horizontal and vertical.
&lt;/p&gt;
&lt;p&gt;
-Rob A&amp;gt;
&lt;/p&gt;</description>
 <comments>http://registry.gimp.org/node/18405#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/109">guides</category>
 <enclosure url="http://registry.gimp.org/files/listguides.scm" length="3485" type="application/octet-stream" />
 <pubDate>Tue, 01 Sep 2009 14:54:11 +0200</pubDate>
 <dc:creator>ffaat</dc:creator>
 <guid isPermaLink="false">18405 at http://registry.gimp.org</guid>
</item>
</channel>
</rss>
