RSS/Atom feed Twitter
Site is read-only, email is disabled

C plug-in call

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

C plug-in call alfredo.garcia@ludis.info 30 Sep 15:01
  C plug-in call Martin Nordholts 30 Sep 18:52
   C plug-in call alfredo.garcia@ludis.info 30 Sep 20:24
alfredo.garcia@ludis.info
2009-09-30 15:01:48 UTC (over 15 years ago)

C plug-in call

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

Martin Nordholts
2009-09-30 18:52:21 UTC (over 15 years ago)

C plug-in call

Hi,

On 09/30/2009 03:01 PM, alfredo.garcia@ludis.info 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

alfredo.garcia@ludis.info
2009-09-30 20:24:11 UTC (over 15 years ago)

C plug-in call

Hi Martin,

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

Alf