Re: [Gimp-developer] Plug-In Golden ratio on Github/Youtube

2021-02-22 Thread Ofnuts via gimp-developer-list
Search a research paper widely available in the net as a PDF:  "Piecewise Circular Approximation of Spirals and Polar Polynomials" It describes how you can approximate a linear spiral using circle arcs. You can then use Gimp paths to create the arcs. There is a well known approximation or a

[Gimp-developer] Python Plug-In Module Import Problem

2021-02-22 Thread Nico Palmieri via gimp-developer-list
I'm currently developing multiple plug-ins for GIMP on version 2.10.18. I'm trying to import the os module into my script. When I do so and run the script within GIMP from its registered menu path, GIMP throws an error. I noticed some built-in plug-ins are able to import os and the os site package

[Gimp-developer] Plug-In Golden ratio on Github/Youtube

2021-02-22 Thread José E Uzcategui via gimp-developer-list
Hello: I have developed a plug-in to add layers of golden ratio circles, squares and a spiral . I create spiral by writing each point, it seems to be slow but accurate. Would you advise any method alternative? https://youtu.be/CC1l9RPhpJM https://github.com/JoelHz/goldenratioGimpPython.git