selection-to-polar-array.scm

Script to make polar array from active selection within image.

Tutorial: http://xoomer.alice.it/lwcon/gimp/script-fu/selection-to-polar-array.htm

AttachmentSize
selection-to-polar-array-2.4.zip1.45 KB

Comments

If you get a "bad syntax error" for let*

Add a 0 (zero) after drawable, as shown below:

(let* ( (drawable 0)
(xsel)
(ysel)
(gcount) (xofset) (yofset) (arco)
(angolo) (alfa) (beta)
(sel-float)
)