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