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

inject Gimp code into another applications

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.

inject Gimp code into another applications Oleksiy Druzhynin 14 May 02:29
  inject Gimp code into another applications Ofnuts 15 May 10:41
   inject Gimp code into another applications C R 15 May 11:31
Oleksiy Druzhynin
2016-05-14 02:29:46 UTC (almost 8 years ago)

inject Gimp code into another applications

Dear Gimp developers.

I would like to embedded Gimp color filters (for instance, gimp_brightness_contrast_config) into OpenShot video editor on its python level or just call it from underlining C MLT library (just to inject it into this file: https://github.com/mltframework/mlt/blob/master/src/modules/core/filter_brightness.c)

Could you advice please some code samples how to inject Gimp code into another applications?

Regards,

Oleksii

Ofnuts
2016-05-15 10:41:45 UTC (almost 8 years ago)

inject Gimp code into another applications

On 14/05/16 04:29, Oleksiy Druzhynin wrote:

Dear Gimp developers.

I would like to embedded Gimp color filters (for instance, gimp_brightness_contrast_config) into OpenShot video editor on its python level or just call it from underlining C MLT library (just to inject it into this file: https://github.com/mltframework/mlt/blob/master/src/modules/core/filter_brightness.c)

Could you advice please some code samples how to inject Gimp code into another applications?

There are several image processing libraries for Python with this kind of capabilities, such as the old PIL or the Python interfaces in
ImageMagick among others.

C R
2016-05-15 11:31:30 UTC (almost 8 years ago)

inject Gimp code into another applications

If using imagemagick, be sure to use the latest builds to avoid security vulnerabilities, and follow this advice if using on a server http://www.imagemagick.org/discourse-server/viewtopic.php?t=29588 On 15 May 2016 11:42 am, "Ofnuts" wrote:

On 14/05/16 04:29, Oleksiy Druzhynin wrote:

Dear Gimp developers.

I would like to embedded Gimp color filters (for instance, gimp_brightness_contrast_config) into OpenShot video editor on its python level or just call it from underlining C MLT library (just to inject it into this file:
https://github.com/mltframework/mlt/blob/master/src/modules/core/filter_brightness.c )<
https://github.com/mltframework/mlt/blob/master/src/modules/core/filter_brightness.c

Could you advice please some code samples how to inject Gimp code into another applications?

There are several image processing libraries for Python with this kind of capabilities, such as the old PIL
or the Python interfaces in ImageMagick < http://www.imagemagick.org/script/api.php> among others. _______________________________________________ gimp-developer-list mailing list
List address: gimp-developer-list@gnome.org List membership:
https://mail.gnome.org/mailman/listinfo/gimp-developer-list List archives: https://mail.gnome.org/archives/gimp-developer-list