![]() |
Is it possible to create a new tool in gimp with plugins? - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP) +--- Thread: Is it possible to create a new tool in gimp with plugins? (/Thread-Is-it-possible-to-create-a-new-tool-in-gimp-with-plugins) |
Is it possible to create a new tool in gimp with plugins? - AzuraA - 11-27-2024 I'm looking into creating a plugin for GIMP, but what I want to do is basically create a compass tool. Where you choose a vertex, radius and angle to draw an arc. it would be nice to select the plugin, left click on a vertex. then left click and hold to select distance and draw the arc. (sorry if im not great at explaining what im trying to do, if youve ever used a compas on paper then you probably know what I mean) it would be more intuitive (and less work on my end, in theory) if I could just utilize the GIMP draw space rather than have to code basically a second canvas to draw the arcs then render them to the image. Is this something that is possible? RE: Is it possible to create a new tool in gimp with plugins? - Ofnuts - 11-28-2024 (11-27-2024, 03:46 PM)AzuraA Wrote: I'm looking into creating a plugin for GIMP, but what I want to do is basically create a compass tool. Where you choose a vertex, radius and angle to draw an arc. Not as far as I know. My plugin to draw shapes requires the user to put points on the image (as path anchors) and the generates shapes from that. |