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

any way to automate gegl operation - unsharp mask

This discussion is connected to the gimp-user-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.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

any way to automate gegl operation - unsharp mask peter kostov 06 Jul 12:59
  any way to automate gegl operation - unsharp mask Sven Neumann 06 Jul 19:24
peter kostov
2009-07-06 12:59:42 UTC (over 15 years ago)

any way to automate gegl operation - unsharp mask

Hi,

first sorry if this is not the right list for that question.

I'd like to run a batch of pictures through the unsharp mask filter that gegl provides. Is there a way to do this? I didn't find anything in the Plug-in and Procedure browser.
Besides this if I type "gegl" on the console a gui starts, but no matter what I try to do it segfaults:

- tried the right button -> insert node:

(gegl:11987): GLib-GObject-CRITICAL **: g_type_instance_get_private: assertion `instance != NULL && instance->g_class != NULL' failed Segmentation fault
peter@peter ~/tmp/trash $ gegl

- tried the menu to the right -> input -> gegl:load:

** (gegl:11994): WARNING **: gegl_node_connect_from: Didn't find pad 'input' of 'gegl:load'

** (gegl:11994): WARNING **: pads_exist: Can't find sink property input of gegl:load
**
ERROR:gegl-store.c:674:gegl_store_iter_next: assertion failed: (item) Aborted

I am using gentoo:

2.6.28-gentoo-r5

GNU Image Manipulation Program version 2.6.5

using GEGL version 0.0.22 (compiled against version 0.0.22) using GLib version 2.18.4 (compiled against version 2.18.4) using GTK+ version 2.14.7 (compiled against version 2.14.7) using Pango version 1.20.5 (compiled against version 1.20.5) using Fontconfig version 2.6.0 (compiled against version 2.6.0)

Thanks for your help :)

Peter

Sven Neumann
2009-07-06 19:24:24 UTC (over 15 years ago)

any way to automate gegl operation - unsharp mask

Hi,

On Mon, 2009-07-06 at 13:59 +0300, peter kostov wrote:

Hi,

first sorry if this is not the right list for that question.

The gegl-developer list might be more appropriate.

I'd like to run a batch of pictures through the unsharp mask filter that gegl provides. Is there a way to do this? I didn't find anything in the Plug-in and Procedure browser.

Have a look at http://gegl.org/#_gegl

Sven