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 :-)

RSS Lightsaber (or LSE) is a simple script for creating lightsaber effect in picture. The script base on my own algorithm.
Features:
The basic documentation is inside archive. read more »
Creates a picture which is a duplication of the current picture blured as background,
and the current picture itself reduce with a border and shadow around it as foreground
Example:
Original picture : 
Result picture : 
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 »
Update [11/15/2009] : Added fixed brush width and double headed error, removed bug 1) one-point-paths, 2) horizontal paths
Update [11/16/2009] : Fixed image type restriction string
Update [11/19/2009] : Added feature for absolute wing length, fixed handling gray-scale images
This plugin enables GIMP to draw an arbitrary arrow into an image or a new layer. The plugin has reasonable default values for every paramtere but is freely adjustable to ones needs. read more »
The script I'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. 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)
(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...

This script creates a series of V-Guides in the image at the user defined spacing. The user also specifies if the guides should start from the left, center, or right side of the image.