New version: 3.1 (it works with GIMP 2.6.6)
Script to draw spirals into GIMP image in parametric mode.
Tutorial:http://xoomer.alice.it/lwcon/gimp/scripts/draw-spiral.htm
A note to the script developer:
Variables declared in let* do have to have an initial value.
So
(segment)
is invalid, while
(segment 0)
does define the variable as intended.
Comments
:( Doesn't Work
Doesn't Work with gimp 2.6
A note to the script
A note to the script developer:
Variables declared in let* do have to have an initial value.
So
(segment)
is invalid, while
(segment 0)
does define the variable as intended.