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
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
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
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
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
__
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
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)