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? TIA, Martin _______________________________________________ Gimp-user mailing list [email protected] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
