Re: [Gimp-user] Howto create images with gimp-python non-interactive

2005-09-20 Thread Martin Lesser
Roman Joost <[EMAIL PROTECTED]> writes: > On Tue, Sep 20, 2005 at 11:03:55AM +0200, Martin Lesser wrote: >> How do I tell gimpfu to run in non-interactive mode from command-line or >> other scripts? > I'm not sure what you're trying to achieve with GIMP, but mayb

[Gimp-user] Howto create images with gimp-python non-interactive

2005-09-20 Thread Martin Lesser
Is it possible to create images with python-fu but without a GUI? I tried # PYTHONPATH=/usr/lib/gimp/2.0/python python from gimpfu import * img = gimp.Image(100, 100, RGB) but this results in a glib-error: LibGimpBase-ERROR **: could not find handler for message: 5 How do I tell gimpfu to ru