Gimp-Forum.net
script/plugin to automate arrow with label ?? - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions)
+--- Thread: script/plugin to automate arrow with label ?? (/Thread-script-plugin-to-automate-arrow-with-label)



script/plugin to automate arrow with label ?? - denzjos - 04-21-2020

I wonder if there exist a plugin/script that draw an arrow with label on a path ? (for gimp 2.10.18)

Example : 

[attachment=4227]

Thank you in advance


RE: script/plugin to automate arrow with label ?? - rich2005 - 04-21-2020

This one: https://gimplearn.net/viewtopic.php?f=3&t=4&p=92&hilit=label#p7 but with a caution Wink Get the 'linux/mac/win' version (zip no.2) , I have tried the Windows version and it crashes.
Looks like this: https://i.imgur.com/S8sdvyo.jpg
Snags: The font selection is broken. The devs say it will be fixed in Gimp 2.10.20

Alternative.
Use your favoutite arrow maker and add the points after. This using the ra_label_points script. see: https://www.gimp-forum.net/Thread-Polygonal-designs-and-intersections for a download.
looks like: https://i.imgur.com/WmSsJWc.jpg Same problem with the font selector, I suppose it is possible to edit the script and use some other font.

edit: alternative to the alternative.... the one I use for quick labels the numberpile font https://www.dafont.com/numberpile.font


RE: script/plugin to automate arrow with label ?? - denzjos - 04-21-2020

Thank you for the information Rich, the plugin (zip no.2) is working without error on my windows 10 computer (gimp 2.10.18)
The numberpile on Dafont.com is also very usefull.
Thanks


RE: script/plugin to automate arrow with label ?? - trandoductin - 03-29-2021

Big Grin  Thanks rich