path

path-arrow-heads

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

Path-Waves

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

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/

Lines along a path

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 »

Curve Bend Between Paths

This is a simplified front end to the curve bend script to help in straightening a distorted image.  read more »

Fractalize Path

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 »

Measure Active Path

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.

Syndicate content