If you'd like to upload plug-ins or post comments, please create an account below. Otherwise (e.g. for download) you do not need one! Enjoy :-)
Just a Win32 compilation of Alexandre Heitor Schmidt's gimp-image-subtraction-plugin. Works with Gimp v2.6
I only changed the name "gimp-plugin-template" to "image-subtraction" in all source files before compiling with msys/MinGW. I didn't include translations or help, which are empty files and wouldn't work even under Linux.
Filter is still found in [Image]/Filters/Misc/Image subtraction. Tell me whether you like a better place. read more »
Add simple "Rule of Thirds" guides in GIMP.
This plug-in is so simple, it might also be useful as a python-fu template.
Generates watermark by bump mapping the selected layer with the specified input text. Uses the bump mapping technique found here: http://www.gimp.org/tutorials/The_Basics/
This is rather old stuff, I was looking for an easy way to create html templates in an easy but open source kind of way. It is a perl-fu plugin for Gimp which allows you to draw your template as a multi-layered image, then automatically export it to html + individual png files. It was originally written for Gimp v.1, but it seems to work fine with Gimp v.2
# AUTHOR: Michael K. Nacos
# LICENSE: GPL (http://www.gnu.org/licenses/gpl.html)
# DESCRIPTION: perl-fu plugin for gimp which converts a multi-layered
# image to an html template + corresponding png images read more »