[Gimp-developer] Extending GIMP Plugins
Kevin Cozens
kevin at ve3syb.ca
Tue Aug 21 08:29:13 PDT 2007
Amit Kumar Saha wrote:
> Is there any way to make GIMP plugins themselves extensible.
[snip]
> I would appreciate even the slightest of insights.
As Michael mentioned, using a scripting language such as Perl, Python, or Ruby
would be to do most things you might want to do. If you want to extend a
compiled plug-in that is also possible.
Take a look at TinyScheme (used in the Script-Fu plug-in of the SVN version of
GIMP). It has the ability to use run-time loadable pre-compiled extensions.
The URL for TinyScheme is http://tinyscheme.sourceforge.net/.
The other scripting language plug-ins for GIMP also have ways to extend the
base language. The hooks used to allow scripts to tie in to GIMP use them.
--
Cheers!
Kevin.
http://www.ve3syb.ca/ |"What are we going to do today, Borg?"
Owner of Elecraft K2 #2172 |"Same thing we always do, Pinkutus:
| Try to assimilate the world!"
#include <disclaimer/favourite> | -Pinkutus & the Borg
More information about the Gimp-developer
mailing list