Re: [Gimp-developer] scripting GFig

2002-03-12 Thread Sven Neumann
Hi, vio [EMAIL PROTECTED] writes: Hi, Could someone post some links or examples on scripting GFig, please. I mean, I know how to call the plug-in from a script: python pdb.plug_in_gfig(image, drawable,dummy) but then how do I pass commands to gfig, say, to draw a shape which is not

Re: [Gimp-developer] scripting GFig

2002-03-12 Thread vmilitaru
Got you. Indeed, GFig is one hummongous source file. I wanted to use it to generate some bar and pie charts. But just playing with Gimp's selector tools seem to do the trick just as well. Thanks for the tip. Vio * Sven Neumann [EMAIL PROTECTED] [020312 05:09]: Hi, vio [EMAIL PROTECTED]

[Gimp-developer] scripting GFig

2002-03-11 Thread vio
Hi, Could someone post some links or examples on scripting GFig, please. I mean, I know how to call the plug-in from a script: python pdb.plug_in_gfig(image, drawable,dummy) but then how do I pass commands to gfig, say, to draw a shape which is not included in its catalog? Or even one which is