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 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 »
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 »
(en) Create a text effect that looks like shiny steel (or gold) and a dropshadow - For The Gimp 2.6.
To create the logo text:
File --> Create --> Logos --> Steel...

Script to create an elliptical vignetting, so that to fit to the borders of any image, even panoramic.
You can choose dark or white vignetting and also blur corners.
You'll find it in Script-Fu/Effects/Harry's Vignetting.
UPSIZE: An image upsizing plugin featuring two modes.
1. Smooth (IBFNBQH): Image upsizing with Interpolatory Box Filtered Natural BiQuadratic Histosplines. [This is the default option.]
2. Sharp (EANBQH): Exact Area image upsizing with Natural BiQuadratic Histosplines.
This plugin was written by Nicolas Robidoux and Adam Turcotte at Laurentian University in Sudbury, Ontario, Canada.
LAST UPDATED: October 20, 2009 read more »