If you'd like to upload plug-ins, please create an account below. Otherwise (e.g. for download or commenting) you do not need one! Enjoy :-)
This plugin will take the active path and smooth it, using a Bezier
interpolation algorithm. If you've ever wanted to define a bunch of
points, and then have the GIMP draw a smooth path through them, this
plugin is for you. read more »
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:
http://en.wikipedia.org/wiki/Fortune%27s_algorithm
This plugin creates a new entry in the Paths dialog right-click menu.
Be sure to read the readme.txt file for installation and user help.
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.
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. read more »
This is a simplified front end to the curve bend script to help in straightening a distorted image. read more »
UPDATE
Replaced by a new version here http://registry.gimp.org/node/20069
sorry if for a technical issue i can't just update this page
This python plug-in was part of Python archive found at Werner Hartnagel's sourceforge site located at:
http://python-fu.sourceforge.net/
I had to define a second pattern layer (pat_lay2 - "Scanlines2") 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'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.
I got this plugin working with Vista 64, Vista 32, XP on GIMP 2.6.7
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. read more »
Simple script that generates a sorted list of all the guides in an image, grouped by horizontal and vertical.
-Rob A>
A Python plug-in to post images to Twitpic, yfrog and img.ly directly from inside Gimp.
This script will take the active path and fractalize it, using a random midpoint displacement algorithm, with the displacement proportionate to the length between nodes. Also the nodes don't move.
Parameters are: read more »