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 :-)
This script cycles through layers making the active layer the only visible layer (useful for hand-editing simple animations) similar to Layer > Stack > Select Next/Previous Layer.
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)
A batch script to clean up whiteboard photos.
(define (batch-whiteboard-clean pattern)
(let* ((filelist (cadr (file-glob pattern 1))))
(while (not (null? read more »
Create a motivational poster from the current image: Enter a caption and some clever text, and you're ready to go!
Options include selecting the font face, size and color. You can also choose not to flatten the final result, if you want to edit the layers for that extra special touch.
The included text file details installation and usage. Feedback welcome!
Script to create an elliptical vignetting, so that to fit to the borders of any image, even panoramic.
You can choose dark or white vignetting and also blur corners.
You'll find it in Script-Fu/Effects/Harry's Vignetting.
This script it allows you to create polar series into image from the active selection.
Updated to GIMP 2.6.6
Tutorial:
http://xoomer.virgilio.it/lwcon/gimp/scripts/en_selection-to-polar-array...
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.
This script creates a series of H-Guides in the image at the user specified spacing. The user also indicates if the guides should start at the top, center, or bottom of the image.
A simple script that creates guides to border the canvas. The user is prompted for separate X and Y offsets.
A simple script that creates a horizontal and a vertical guide at the center of the image. The script is found under "Image | Guides".