A plugin to add arrow heads to possibly curved path lines to relieve the frustration caused by all these straight-arrow scripts.

See http://gimp-path-tools.sourceforge.net/decorations.shtml
Python plugin that draws a path of waves that follows another path used as reference. Paths can be stroked or mixed to produce fillable selections.



The python file is in this SourceForge project: http://gimp-path-tools.sourceforge.net/
Slinky is a python plugin that generates a sine wave following an existing path. The sine wave can be spread between two paths to create a coil perspective around another object.

Slinky is available here: http://gimp-slinky.sourceforge.net/
This script create vector lines along a path. Position on the path, angle, and length of the lines can be configured.
In Gimp, you can find this script in Filters>Figures.
The lines are placed on the path every s pixels (s : step).
The angle of each line is the value of the slope (degrees) plus the angle defined by the user.
The length of the lines can be modified by a function (the x in this functions is (IntervalStart + (RelativePositionToPath * (IntervalEnd - IntervalStart))) ).
Steps, angles, and lengths can also be randomised.
The options of "Randomise interval" means: read more »
This is a simplified front end to the curve bend script to help in straightening a distorted image. read more »
This script will take the active path and fractalize it, using a random midpoint displacement algorithm, with the displacement proportionate to the length between nodes. Also the nodes don't move.
Parameters are: read more »
Returns the length of the active path in pixels via gimp_message. A message will appear in the status bar, unless the Error Console is opne - in that case the message will be directed to the Console.
Filters->Measure->Active Path
Tested with 2.6.6 on Ubuntu 8.10 and Win XP.
Recent comments
19 min 31 sec ago
10 hours 34 min ago
11 hours 24 min ago
22 hours 22 min ago
2 days 14 hours ago
2 days 22 hours ago
3 days 1 hour ago
3 days 12 hours ago
3 days 13 hours ago
3 days 17 hours ago