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 :-)
Tutorial: http://xoomer.alice.it/lwcon/gimp/script-fu/selection-to-polar-array.htm
| Attachment | Size |
|---|---|
| selection-to-polar-array-2.4.zip | 1.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)
)