Re: [Gimp-user] Layer Style python plugin..

2005-05-09 Thread Sven Neumann
Hi,

Rene Jensen [EMAIL PROTECTED] writes:

 I'm surprised nobody has hacked on that before. After all, it's all
 there: Parasites that gets saved with the image/layer, a python
 module that can update the editor-view live, a complete scripting
 language with gtk bindings.

 I spend a handful of hours trying to make a proof-of-concept. See what
 you think..

 http://www.artcamilla.dk/vaultage/cornucopia/gimp-plugins/layer-style.py

This has been done before (and perhaps even slightly more elegantly):

http://www.deviantart.com/deviation/1872584/


Sven
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Layer Style python plugin..

2005-05-09 Thread Rene Jensen
LOL! Yes, I see that it has :-]

It does look good too, very much indeed. Thanks for pointing it out,
Sven, saved me of quite a bunch of working hours.

Sorry for the many posts (and thanks those who helped). How can you work
with a 24 hour timedelay? Oh well..

See ya all
-centipede



 
 This has been done before (and perhaps even slightly more elegantly):
 
 http://www.deviantart.com/deviation/1872584/
 
 
 Sven

___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Layer Style python plugin..

2005-05-08 Thread Rene Jensen
I'm surprised nobody has hacked on that before. After all, it's all
there: Parasites that gets saved with the image/layer, a python module
that can update the editor-view live, a complete scripting language with
gtk bindings.

I spend a handful of hours trying to make a proof-of-concept. See what
you think..

http://www.artcamilla.dk/vaultage/cornucopia/gimp-plugins/layer-style.py


1) Make a test image with a background and a transparent layer with say
a filled small rectangle.

2) Python-fu / Alchemy / Layer Style

3) Drag the slider

4) Close the dialog

5) Save the image and close it

6) Reopen the image

7) Select either the original gizmo layer or the auto-generated style
layer

8) Invoke Python-fu / Alchemy / Layer Style again and play with the
slider.


There's a HUGE TODO list on that script, but the necessary basics are
proven available although IT IS SLOW! But there are room for
optimization, especially with a little help from the real pros who knows
what is fast and what is slow.

WARNING: Cheap tricks such as this will become obsolete once GEGL is
ready, I can image.. :)

Enjoy

Centipede



___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Layer Style python plugin

2005-05-07 Thread Centipede



I'm surprised nobody has hacked on that before. 
After all, it's allthere: Parasites that gets saved with the image/layer, a 
python modulethat can update the editor-view live, a complete scripting 
language withgtk bindings.

I spend a handful of hours trying to make a 
proof-of-concept. See whatyou think..

http://www.artcamilla.dk/vaultage/cornucopia/gimp-plugins/layer-style.py

1) Make a test image with a background and a transparent layer with 
saya filled small rectangle.

2) Python-fu / Alchemy / Layer Style

3) Drag the slider

4) Close the dialog

5) Save the image and close it

6) Reopen the image

7) Select either the original gizmo layer or the auto-generated 
stylelayer

8) Invoke Python-fu / Alchemy / Layer Style again and play with 
theslider.

There's a HUGE TODO list on that script, but the necessary basics 
areproven available although IT IS SLOW! But there are room 
foroptimization, especially with a little help from the real pros who 
knowswhat is fast and what is slow.

WARNING: Cheap tricks such as this will become obsolete once GEGL 
isready, I can image.. :)

Enjoy

Centipede

P.S.:All my letters to this list seem to 
bounce.