this is a imuv program to transfer images to my program
purpose of this plugin is, to lay out and lay in a group of consecutive layers of an image
(a humble kind of collapse and expand groups of layers)
"collapse":
a determinable number of layers (including the active layer) will be stored (layed out) in a new image.
the name of this image is a time stamp ("%Y%m%d-%H%M%S") plus the string ".xcf".
e.g. 20080117-192642.xcf.
the visible layed out layers will be merged down to a single layer in the source image. read more »
This plugin adds multiple guidelines to the actual image.
New guides can be simply added by pressing the "Add"-button. The last guide can be deleted by pressing the "Remove"-Button.
This tool is very useful if you make weblayouts and don't want to select every guide from the ruler.
Remember to chmod+x the file. Put it in "plug-ins"-folder.
Subtract small isles from the current selection and/or add small unselected isles to the current selection. The parameters pixel_diagonal and pixel_limit are used to define area size that is considered as small isle.
INSTALL: gimptool-2.0 --install isle.c
This is a minimal python plugin for GIMP. In contrary to gimpfu-based ones, these do have the functions also available in C plugins (query, init, run, quit) and can (actually, have to) use GTK+ directly to create a user interface.
minimal-really.py
I've attached an minimal-really.py plugin, which does only define what is needed for a plugin (query, and the functions to be used). 99% of all python plug-ins will most likely follow this structure.
minimal-real.py read more »