This script takes a vector object (path) and split's it into it's different strokes - each stroke as a new path.
Useful in cases that an action is needed to be done only on one stroke of a path.
Currently this script is updated for GIMP 2.4 or higher.
This is a series of scripts that implement various layer effects:
Some effects can have contours (a.k.a. curves) and noise added to them. Effects can either be applied on a separate layer, or be merged into the active layer (which in some cases gives better results).
Tested with GIMP 2.4.2.
Updated 07/19/2008:
Updated 07/08/2008:
This script has now been rewritten as a Python plugin! This adds several new features that weren't possible in Script-Fu! read more »