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 :-)
Dear Registry Users,
to increase spam detectability and reduce its impact, we have changed the default input format, which affects all new content. Now, you can no longer use "a"-style embedded links, but have to write the URL as-is into the text. It will then be turned into a link automatically. For example:
<a href="http://registry.gimp.org">Registry</a> will no longer work, but when you simply write http://registry.gimp.org/ (without a tag), the registry will automatically turn it into a link (as in this example).
I hope this doesn't cause any problems! If it does, please let us know!
Best Regards,
Ingo read more »
This script cycles through layers making the active layer the only visible layer (useful for hand-editing simple animations) similar to Layer > Stack > Select Next/Previous Layer.
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 »
Based on the set edge, pixel ammount, color and brightness, this script-fu generates a layer that looks techno.
Here is an example of what it makes...
You can find it when you create the image window...
Script-Fu -> Render -> Tech
(Note: This is my first Script-Fu)
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.
Short description:,
The Guillotine-into-Layers plug-in is a variation on the Guillotine plug-in by Adam D. Moss. read more »
A batch script to clean up whiteboard photos.
(define (batch-whiteboard-clean pattern)
(let* ((filelist (cadr (file-glob pattern 1))))
(while (not (null? read more »
Create a motivational poster from the current image: Enter a caption and some clever text, and you're ready to go!
Options include selecting the font face, size and color. You can also choose not to flatten the final result, if you want to edit the layers for that extra special touch.
The included text file details installation and usage. Feedback welcome!
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 »