If you'd like to upload plug-ins, please create an account below. Otherwise (e.g. for download or commenting) you do not need one! Enjoy :-)
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
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.
Author web site: http://xoomer.alice.it/lwcon/gimp/
Help page: http://xoomer.alice.it/lwcon/gimp/script-fu/draw-ellipse.htm
Author web site: http://xoomer.alice.it/lwcon/gimp/
Help page: http://xoomer.alice.it/lwcon/gimp/script-fu/draw-line.htm
Draw box.
Author web site: http://xoomer.alice.it/lwcon/gimp/Help page: http://xoomer.alice.it/lwcon/gimp/script-fu/draw-box.htm
Draw a precise circle at center point specified with the brush and color active.
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.
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 »
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 »