C plug-in call

View: New views
3 Messages — Rating Filter:   Alert me  

C plug-in call

by alfredo.garcia@ludis.info :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

I'm new to gimp programming.
Is it possible to call an other plug-in in a C plug-in ?
I can't find any information or example about this question.
Is the GIMP Module Library the good entry and if so how to use it ?

Thank's

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

Re: C plug-in call

by Martin Nordholts-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

On 09/30/2009 03:01 PM, alfredo.garcia@... wrote:
> Is it possible to call an other plug-in in a C plug-in ?

Yes, with gimp_run_procedure() [1] Do

  git grep gimp_run_procedure

in the GIMP source for examples on how it can be used.

Regards,
Martin

[1] http://developer.gimp.org/api/2.0/libgimp/libgimp-gimp.html#gimp-run-procedure

--

My GIMP Blog:
http://www.chromecode.com/

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

Re: C plug-in call

by alfredo.garcia@ludis.info :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Martin,

Thank's a lot for your very fast answer.
Nothing is missing to this software !

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