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 :-)
The script enables you to do two image adjustment operations to all images in a folder:
You choose a folder with a folder browsing widget, you can also specify the file extension of the files you would want to change(useful if you have non supported files in the same folder). read more »
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!---Pay attention! This script is still in work!---!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Automaticly copies the image and insert this. The script creates a Layer-Mask and makes a part of the insert layer invisible.
It's great to have a part of the original image on the top, because than you have a very well comparision.
This plugin is by Bert Hinz. As his web site seems to be down, I'm archiving it here. It says it's "free software" (looks like part of the GPL Licence) so I'm assuming this is OK. read more »
This extension allows you to add dominants to your black and white (or colour) photos.
In the "Layer mask" mode the dominant is balanced with a mask, such that your whites remains whites.
The homepage is in Italian but you can see some screenshots and examples there. Please note also that the plugin is in English.


After reading the interesting article Fake HDR Look in Gimp I decided to write this script-fu in order to speed up the process.
The homepage of this script is written in italian, but you can see some screenshots and examples of the results (and the plugin is in english).
Dependencies: dodge and burn
This script lets you to rotate automaticaly your image. You have just to had a vector with the path tool and click on Image/Layer/Auto rotate.
Before : 
After : 

In order to understand how this script works, we must focus on the selection mask, that is the channel related to the selection (you can view it either by activating Quick Mask or by saving the selection as a channel). Referring to this mask, the script eliminates every area that is composed from non-white pixels and is completely enclosed by a fence of white pixels; since the elimination consists in filling such areas of the mask with white, the corresponding holes of the selection will disappear. read more »
THE NEW VERSION FIXES A LITTLE PROBLEM OF ALIGNMENT WHICH COULD OCCUR WITH NON-ZERO OFFSET VALUES WHEN THE CURRENT DRAWABLE IS A LINKED LAYER.
_

The purpose of this script is to generate multiple copies of a drawable into the image where the drawable is. It is helpful especially whenever you have to get several duplicates of a drawable, because like this you can avoid repeating the 'Duplicate Layer' or 'Duplicate Channel' commands of the GUI so many times. Moreover, this script allows to displace the duplicates of a layer along both horizontal and vertical directions through the offset parameters, so that you can easily achieve a sequence of equidistant layers which should be otherwise obtained step by step. read more »
This plug-in is a demonstration for python programmers of Gimp plug-ins. It displays almost all the built-in GUI widgets for parameters to plugins. It shows what a plug-in dialog can be using what is built into PyGimp. An alternative to using what is built in, is to use a Python GUI library such as pygtk.
Motivation: the documentation seems sparse for PyGimp GUI widgets. This is example code.
It does nothing to Gimp images, it's not for users, just for beginning programmers.