2008/11/27 Roy H. Han <[EMAIL PROTECTED]>:
> Is there a way to access the filters available in GIMP to process images
> within Python?
> I see that there is a way to write Python-based plugins for GIMP, but I
> would like to call GIMP filters from Python.

Hi, don't consider my answer definitive, but I believe there is. I was
looking at the inkscape export to xcf feature and it is apparently a
python script that controls gimp. Unfortunately it's not pure python,
it looks like it's a python script that launches gimp and feeds in
some of gimp's own scripting language (scheme?), but none the less
it's about what you're asking and the code is readily available.

http://inkscape.svn.sourceforge.net/viewvc/inkscape/inkscape/trunk/share/extensions/gimp_xcf.py?view=markup

-- 
Matthew Nuzum
newz2000 on freenode
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to