[Gimp-user] How to do this?

2009-02-18 Thread vicky aur
Hi all, How do I make a photograph to look like this? http://customize.org/wallpapers/52351 This is my first post. If i have missed some guidelines, please redirect me to proper channel. Thanks, Vicky ___ Gimp-user mailing list Gimp-user@lists.XCF.Berk

Re: [Gimp-user] Script-Fu

2009-02-18 Thread saulgoode
I did not properly present the part about pasting the recomposed image back into the original layer. You will want to set the offsets of the pasted layer so that they match the original active layer ('drawable') and to also anchor your pasted layer. The code should be similar to the followi

Re: [Gimp-user] Script-Fu

2009-02-18 Thread Claus Cyrny
Hi Saul, saulgo...@flashingtwelve.brickfilms.com wrote: > The code I attached to my previous post had a mistake on line #24 > which should have been: > (set! layer (car (gimp-image-get-active-layer value-image))) > > I also should have used 'hue-image' and 'sat-image' when I later > called 'pl

Re: [Gimp-user] Script-Fu

2009-02-18 Thread saulgoode
The code I attached to my previous post had a mistake on line #24 which should have been: (set! layer (car (gimp-image-get-active-layer value-image))) I also should have used 'hue-image' and 'sat-image' when I later called 'plug-in-compose' (the code I had functioned fine, it just might be a

[Gimp-user] slight paper curl?

2009-02-18 Thread fynhooft
Look at this website : http://www.gimpons.net/objets.html _ >> Gimp-user mailing list >> Gimp-user@lists.XCF.Berkeley.EDU >> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user >> > > > > -- fynhooft __

Re: [Gimp-user] Script-Fu

2009-02-18 Thread Frantz de Germain
Le Wed, 18 Feb 2009 06:51:44 -0500 saulgo...@flashingtwelve.brickfilms.com écrivait: > Quoting Claus Cyrny : > > > I'm currently trying to write a Script-Fu (actually > > my first one), but although I found several online > > tutorials on how to go about, I'm still not sure of > > the proper synt

Re: [Gimp-user] Script-Fu

2009-02-18 Thread saulgoode
Quoting Claus Cyrny : I'm currently trying to write a Script-Fu (actually my first one), but although I found several online tutorials on how to go about, I'm still not sure of the proper syntax for most of the steps I would like the script to perform. I've included an attachment (plain text)