Gimp-Forum.net
Arrowdesigner for gimp 3 - 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: Arrowdesigner for gimp 3 (/Thread-Arrowdesigner-for-gimp-3)



Arrowdesigner for gimp 3 - denzjos - 05-27-2025

Arrowdesigner for gimp 3:
https://github.com/akkana/gimp-plugins/blob/master/gimp3/arrowdesigner.py

Did't show up in my gimp3 menu,(see posts below) so this is the right one : Arrow_V3.scm

[attachment=13514]
[attachment=13581]


RE: Arrowdesigner for gimp 3 - programmer_ceds - 06-05-2025

(05-27-2025, 04:39 PM)denzjos Wrote: Arrowdesigner for gimp 3:
https://github.com/akkana/gimp-plugins/blob/master/gimp3/arrowdesigner.py

Could be that I am doing something stupid but the script at the link you give above has (for me) an interface that looks like:

[attachment=13576]


whereas the picture you show implied (to me anyway) that it was the script from https://programmer97.byethost10.com/Files/arrow.zip but with a preview - that would be a step forwards.


RE: Arrowdesigner for gimp 3 - denzjos - 06-05-2025

(06-05-2025, 10:00 AM)programmer_ceds Wrote:
(05-27-2025, 04:39 PM)denzjos Wrote: Arrowdesigner for gimp 3:
https://github.com/akkana/gimp-plugins/blob/master/gimp3/arrowdesigner.py

Could be that I am doing something stupid but the script at the link you give above has (for me) an interface that looks like:




whereas the picture you show implied (to me anyway) that it was the script from https://programmer97.byethost10.com/Files/arrow.zip but with a preview - that would be a step forwards.
That's the one I downloaded : [attachment=13577]


RE: Arrowdesigner for gimp 3 - programmer_ceds - 06-05-2025

(06-05-2025, 11:03 AM)denzjos Wrote:
(06-05-2025, 10:00 AM)programmer_ceds Wrote:
(05-27-2025, 04:39 PM)denzjos Wrote: Arrowdesigner for gimp 3:
https://github.com/akkana/gimp-plugins/blob/master/gimp3/arrowdesigner.py

Could be that I am doing something stupid but the script at the link you give above has (for me) an interface that looks like:




whereas the picture you show implied (to me anyway) that it was the script from https://programmer97.byethost10.com/Files/arrow.zip but with a preview - that would be a step forwards.
That's the one I downloaded : 

But that doesn't give (for me) the dialog that you show in your initial post on this thread.

The dialog that you show above probably comes from "Tools/Arrow/Arrow". The dialog from Akkana's script (that appears in my first post in this thread) is generated by "Filters/Render/Arrow Designer".

Also Akkana's script doesn't appear to offer the curved arrows that you show in your screenshot.


RE: Arrowdesigner for gimp 3 - denzjos - 06-05-2025

I have some time to figure things out. The picture on my first post is from the 'arrow_V3.scm' script. Must be in the gimp3 script folder and is in the gimp3 menu 'Tools / Arrow / Arrow'. I had another arrow plugin (the one I posted in the previous post), but that was one that was not visible in my gimp 3 menu. I thought it was this one, but not.  Blush Thanks for pointing it out.
This is the one I use in gimp 3 :   
[attachment=13580]


RE: Arrowdesigner for gimp 3 - programmer_ceds - 06-05-2025

(06-05-2025, 06:08 PM)denzjos Wrote: I have some time to figure things out. The picture on my first post is from the 'arrow_V3.scm' script. Must be in the gimp3 script folder and is in the gimp3 menu 'Tools / Arrow / Arrow'. I had another arrow plugin (the one I posted in the previous post), but that was one that was not visible in my gimp 3 menu. I thought it was this one, but not.  Blush Thanks for pointing it out.
This is the one I use in gimp 3 :   

If you installed the Akkana one (and made it executable (on a Unix system)) then it would appear in "Filters/Render/Arrow Designer"


RE: Arrowdesigner for gimp 3 - denzjos - 06-06-2025

(06-05-2025, 06:43 PM)programmer_ceds Wrote:
(06-05-2025, 06:08 PM)denzjos Wrote: I have some time to figure things out. The picture on my first post is from the 'arrow_V3.scm' script. Must be in the gimp3 script folder and is in the gimp3 menu 'Tools / Arrow / Arrow'. I had another arrow plugin (the one I posted in the previous post), but that was one that was not visible in my gimp 3 menu. I thought it was this one, but not.  Blush Thanks for pointing it out.
This is the one I use in gimp 3 :   

If you installed the Akkana one (and made it executable (on a Unix system)) then it would appear in "Filters/Render/Arrow Designer"

I'll give it another try.