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: > > LibGimpBase-ERROR **: could not find handler for message: 5 > > 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?
http://www.pythonware.com/products/pil/
Greetings,
--
Roman Joost
www: http://www.romanofski.de
email: [EMAIL PROTECTED]
pgpX3oi0zMFTG.pgp
Description: PGP signature
