vectors

draw-ellipse.scm

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-box-scm

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:
- fc => fill color (SVG attribute: fill)
- fo => fill opacity (SVG attribute: fill-opacity)
- nm => name of the path (SVG attribute: id)
- sc => stroke color (SVG attribute: stroke)
- sj => stroke line join (SVG attribute: stroke-linejoin)  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!

Syndicate content