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

2005-09-21 Thread Manish Singh
On Tue, Sep 20, 2005 at 11:03:55AM +0200, Martin Lesser wrote: > 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: > > Li

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

2005-09-20 Thread Carol Spears
On Tue, Sep 20, 2005 at 03:28:02PM +0200, Martin Lesser wrote: > 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: [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 maybe you want > to use PIL? PIL does

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

2005-09-20 Thread Roman Joost
On Tue, Sep 20, 2005 at 11:03:55AM +0200, Martin Lesser wrote: > 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: > > Li