[Gimp-developer] Will the Gimp support the Layer Effects?

2001-08-19 Thread Iccii
Hello, I wrote the script which simulate the Photoshop's Layer Effects. I think that the Layer Effects is nice feature. Will the Gimp support the Layer Effects in future? The script isn't easy to use because dialog doesn't preview the resulting image.

Re: [Gimp-developer] [Patch] some more gint-gboolean changes.

2001-08-19 Thread Sven Neumann
Hi, David Odin [EMAIL PROTECTED] writes: I've sent this before, but the gimp's source tree changes too fast... This patch basically fix some function prototype which are said to return gint when they really return gboolean. I know this is not that important, but imho, gimp's sources look

Re: [Gimp-developer] Will the Gimp support the Layer Effects?

2001-08-19 Thread Sven Neumann
Hi, Iccii [EMAIL PROTECTED] writes: I wrote the script which simulate the Photoshop's Layer Effects. I think that the Layer Effects is nice feature. Will the Gimp support the Layer Effects in future? The script isn't easy to use because dialog doesn't preview the resulting image.

Re: [Gimp-developer] Will the Gimp support the Layer Effects?

2001-08-19 Thread Iccii
Hi, Here is the scripts direct link. You note that the layer-styles_en.scm requires the layer-effects_en.scm. http://isweb6.infoseek.co.jp/computer/wingimp/files/script/layer-effects_en .scm http://isweb6.infoseek.co.jp/computer/wingimp/files/script/layer-styles_en. scm bye, Iccii [EMAIL

Re: [Gimp-developer] Will the Gimp support the Layer Effects?

2001-08-19 Thread Iccii
Hello, I haven't looked at the script, but if we want to support Layer Effects, we need to define what layer effects are and need a proposal of how they could be implemented. The Layer Effects command create various layers (child layer) on the parent layer which has alpha channel. The child