Let me try to clarify one thing:

On Sun, Nov 21, 2010 at 9:27 AM, Christopher Curtis <ccurt...@gmail.com> wrote:

> terms of the GPL.  Calling GIMP plugins directly gets fuzzier.  If
> they are scripts, it can be done.  If they are compiled code it is
> unclear.

I should have said 'If they are scripts that communicate via main()' -
ie, at the commandline.

If you have a python interpreter in your app and are loading python
scripts for GIMP, the two applications would have to share certain
data structures and calling conventions so there would be a
derivation.

I suppose both cases of calling plugins via a 'main' are borderline
whether the code is compiled or not.

But calling a GPL application from a closed application is allowable.

Chris
_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Reply via email to