Re: [Gimp-user] Unable to use 'system' command for script-fu

2007-03-11 Thread Sven Neumann
Hi, On Sat, 2007-03-10 at 23:25 -0500, Tony Freeman wrote: OK, I found this site ... I'll be studying this for a while :-) http://developer.gimp.org/plug-in-template.html The plug-in template is more about packaging and distributing a complex plug-in for GIMP than about writing a simple one.

Re: [Gimp-user] Unable to use 'system' command for script-fu

2007-03-11 Thread John R. Culleton
On Sunday 11 March 2007 01:04, Joao S. O. Bueno Calligaris wrote: On Sunday 11 March 2007 01:25, Tony Freeman wrote: OK, I found this site ... I'll be studying this for a while :-) http://developer.gimp.org/plug-in-template.html You really be better trying out pythhon scripts first.

[Gimp-user] pygimp doesn't build during Gimp 2.3.15 build

2007-03-11 Thread Tom Williams
I'm posting this question here to see if it's a Python environment issue on my end or something in Gimp 2.3.15. I'm building Gimp 2.3.15 from source on a freshly re-installed Ubuntu 6.10 (AMD64) Linux system. Here is my build environment information: gcc-4.1.2 20060928 (prerelease) 2.6.17

Re: [Gimp-user] Unable to use 'system' command for script-fu

2007-03-11 Thread Joao S. O. Bueno Calligaris
On Saturday 10 March 2007 23:30, John R. Culleton wrote: On Sunday 11 March 2007 01:04, Joao S. O. Bueno Calligaris wrote: On Sunday 11 March 2007 01:25, Tony Freeman wrote: OK, I found this site ... I'll be studying this for a while :-) http://developer.gimp.org/plug-in-template.html

Re: [Gimp-user] Unable to use 'system' command for script-fu

2007-03-11 Thread Tony Freeman
Thanks Joao, I see what you mean about C. I just tried to do a drop shadow in C and could not find any examples. I'm reading the python-fu stuff now :-) -- Tony Joao S. O. Bueno Calligaris wrote: On Sunday 11 March 2007 01:25, Tony Freeman wrote: OK, I found this site ... I'll be

Re: [Gimp-user] pygimp doesn't build during Gimp 2.3.15 build

2007-03-11 Thread Sven Neumann
Hi, On Sun, 2007-03-11 at 08:23 -0700, Tom Williams wrote: I'm posting this question here to see if it's a Python environment issue on my end or something in Gimp 2.3.15. http://bugzilla.gnome.org/show_bug.cgi?id=381389 Sven ___ Gimp-user

Re: [Gimp-user] Unable to use 'system' command for script-fu -- Almost done

2007-03-11 Thread Tony Freeman
Almost done! One last thing that I cannot figure out is: how do you close the dialog box that the image is sitting in? In Scheme you do it like so: (gimp-display-delete Image) I've tried the following (with variations), but it causes the python-fu to hang: pdb.gimp_display_delete(img)

[Gimp-user] Feather

2007-03-11 Thread Bhikkhu Mettavihari
Hello Friends, I think there is a facility in Photoshop which is called Feather, Sorry but I do not use Photoshop, I only saw someone using it. What would the similar feature be in Gimp It is used to make the edges of part of a layer to alpha so that the below image become visible, (visually

[Gimp-user] Script-Fu error

2007-03-11 Thread Stephan Hegel
Hi there, I've tried Gimp 2.3.15 with the following script: http://turtle.as.arizona.edu/jdsmith/exposure-blend.scm When launching Gimp I get the following error: script-fu-Warning: Error while executing (load /home/steve/.gimp-2.3/scripts/exposure-blend.scm) Error: set!: unbound variable:

Re: [Gimp-user] Feather

2007-03-11 Thread Axel Wernicke
You can feather any selection in GIMP. Feel free to read the manual at http://docs.gimp.org/en/gimp-concepts-selection.html and give it a try. Greetings, lexA Am 12.03.2007 um 05:31 schrieb Bhikkhu Mettavihari: Hello Friends, I think there is a facility in Photoshop which is called