There is of course ofnuts collections of plugins
http://sourceforge.net/projects/gimp-pat...s/scripts/
http://sourceforge.net/projects/gimp-too...s/scripts/
You can always find references using google search but often the site has gone or it is an ancient script that no longer works with Gimp 2.10
A big collection of all sorts here: https://www.gimpscripts.net/
And a smaller collection of old scripts updated for 2.10 https://www.gimphelp.org/script210.html
You might be interested in a 'bespoke' font plugin/ These are not SVG fonts, They are bitmap made in Gimp for Gimp. Examples here: http://gimpchat.com/viewtopic.php?f=12&t=20396&start=0
Ask on gimpchat for more information.
-------------
pdb is the procedural database Look in Help -> Plugin Browser and also Procedure Browser for the parameters a plugin/script expects. You also find the registered name of the plugin. Example script-fu-grid-guides goes in a python plugin as pdb.script_fu_grid_guides Note the underscores used for python.
timg / tdrawable are just what I use, more common is a plain image / drawable Have a look at how it is done in other plugins.
Struggling at the moment: my internet is slower than a snail, makes updating a pain
http://sourceforge.net/projects/gimp-pat...s/scripts/
http://sourceforge.net/projects/gimp-too...s/scripts/
You can always find references using google search but often the site has gone or it is an ancient script that no longer works with Gimp 2.10
A big collection of all sorts here: https://www.gimpscripts.net/
And a smaller collection of old scripts updated for 2.10 https://www.gimphelp.org/script210.html
You might be interested in a 'bespoke' font plugin/ These are not SVG fonts, They are bitmap made in Gimp for Gimp. Examples here: http://gimpchat.com/viewtopic.php?f=12&t=20396&start=0
Ask on gimpchat for more information.
-------------
pdb is the procedural database Look in Help -> Plugin Browser and also Procedure Browser for the parameters a plugin/script expects. You also find the registered name of the plugin. Example script-fu-grid-guides goes in a python plugin as pdb.script_fu_grid_guides Note the underscores used for python.
timg / tdrawable are just what I use, more common is a plain image / drawable Have a look at how it is done in other plugins.
Struggling at the moment: my internet is slower than a snail, makes updating a pain