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 :-)
Easily map colours from a source colour to a target colour. Very effective for matching skin tones across images or between people.
Relatively quick (but not earth shattering). It doesn't work with grayscale or indexed images. Has preview, works with selections and layers, etc. Very, easy to use, and quite useful for portraits or recolouring graphics.

A demonstration: Lenna's face is mapped to the colour of the feather on her hat. This was done by selecting a colour from her face, then selecting a colour from the feather. read more »
This script inverse the visibility of the active layer. It is very useful because you can give it a short cut and use the mouse only on your image!
This script set all layers visible or invisible. Don't download it if you have downloaded Script-fu-yin-yang.zip.
This script create a yin-yang figure inside an image. In the package there are : script-fu-yin-yang.scm and all-visible-or-all-invisible.scm (because the first script depends of the second script).
Takes an image, makes four 1/4 scale copies, and reflects them about vertical and horizontal axes to achieve a four-fold symmetry.
Note: As well as being atrociously inefficient (eg, by scaling the same image four times, instead of making copies after the first scaling), this code does substantially less than the "Small Tiles" dialog (which comes standard in Gimp in /Filters/Map)
Provides a kind of poor-man's HDR (high dynamic range). It doesn't actually increase the dynamic range; in fact, it decreases it, overall, but in a way that maintains local contrast. But this gives you some headroom to increase the contrast of the image overall, thus enhancing the local contrast.
Creates a white (or black) border around an image that merges in with the image so that on a larger white (or black) background, the image appears to have a ragged border. This is similar to the Gimp's Fuzzy Border, but it adapts its jaggedness to the image. read more »
Short description:,
The Guillotine-into-Layers plug-in is a variation on the Guillotine plug-in by Adam D. Moss. read more »
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 »
You define a dictionary type directly inside the plugin script stating the layers and the area of the image you want to cropp, and you can give a resize factor (variable newsize) for the whole image. You can choose between opening all created cropped images in gimp or saving them.
Just edit the default images dictionary to your needs or test the script on the example xcf file available at
http://freshflesh.de/files/croppparkour.zip
You should have some basic python knowledge to use this script!