vectors

Exact Aligner

This script brings 2 pictures to an exact overlap.
The pictures must be in 2 different layers of the same image.
Get the layer 2 with 50% transparency. This makes both pictures visible in one projection.
You have to tell the script, which 2 points have to overlap. Therefore you stroke a path with a path tool in the image including 4 points. Point 1 will be aligned with point 3 and point 2 will be aligned with point 4.
The points build one path. So you can just click the 4 points consecutively.
More description is in the file.

Thanx
Volker Tries
(c) 2009

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.

Draw ellipse

To draw ellipse and circle at center point specified with the brush and color active.

Author web site: http://xoomer.alice.it/lwcon/gimp/

Help page: http://xoomer.alice.it/lwcon/gimp/script-fu/draw-ellipse.htm

draw-line

To draw line in parametric mode.

Author web site: http://xoomer.alice.it/lwcon/gimp/

Help page: http://xoomer.alice.it/lwcon/gimp/script-fu/draw-line.htm

draw-circle.scm

Draw a precise circle at center point specified with the brush and color active.

Split path into strokes

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.

SVG Export

Extends the functionality of /Export Path by allowing for the specification of attribute values (fill,stroke,etc) by encoding these into the path name. Export path values as SVG file. Script assumes that the path name is an encoding of SVG attributes.

These are encoded using:

_[2 letter code][value]_ where 2 letter code is one of:  read more »

Shape Paths

This is a collection of Script-Fus that create Paths in the form of geometric shapes. Squares, rectangles, rounded rectangles, circles, ellipses, ovals, polygons, stars, flowers, gears, triangle waves, square waves, and sine waves are currently supported.

Version 0.91 is updated for GIMP 2.4.x! It now supports automatic stroking and filling!  read more »

Syndicate content