Re: [Gimp-developer] Adding a layer mode

2011-03-03 Thread Jörn P. Meier
Compiling worked, but after clicking around a bit I persistently get (gimp-2.7:27459): Gimp-Display-CRITICAL **: gimp_display_shell_pointer_ungrab: assertion `shell->pointer_grabbed == TRUE' failed gimp_display_shell_pointer_grab: gdk_pointer_grab failed with status 1 and that's it. Cheers, J

Re: [Gimp-developer] Adding a layer mode

2011-03-03 Thread Martin Nordholts
On 03/03/2011 06:03 PM, "Jörn P. Meier" wrote: > very cool. Is this a patch against the git version? Yes, and help with reviewing and testing it for inclusion in GIMP 2.8 would be appreciated. / Martin -- My GIMP Blog: http://www.chromecode.com/ "Why GIMP 2.8 is not released yet" _

Re: [Gimp-developer] Adding a layer mode

2011-03-03 Thread Jörn P. Meier
Hi Joao, thanks for the input! Right now this would be only for me since my workflow somewhat depends on this mode. I have already written an external implementation which is run from a script, but of course it would speed up things a lot if I had a realtime feedback on what the result will lo

Re: [Gimp-developer] Adding a layer mode

2011-03-03 Thread Jörn P. Meier
Hi Martin, very cool. Is this a patch against the git version? Cheers, Jörn On 03.03.2011 06:26, Martin Nordholts wrote: > On 03/03/2011 02:00 AM, "Jörn P. Meier" wrote: >> Hi, >> >> I would like to implement the following layer mode in the GIMP: >> >> 1) Transform destination and source pixels

Re: [Gimp-developer] Adding a layer mode

2011-03-02 Thread Martin Nordholts
On 03/03/2011 02:00 AM, "Jörn P. Meier" wrote: > Hi, > > I would like to implement the following layer mode in the GIMP: > > 1) Transform destination and source pixels to HSL space. > 2) Note original destination pixel saturation. > 3) Set luminance component of destination pixel to luminance compo

Re: [Gimp-developer] Adding a layer mode

2011-03-02 Thread Joao S. O. Bueno
On Wed, Mar 2, 2011 at 10:00 PM, "Jörn P. Meier" wrote: > Hi, > > I would like to implement the following layer mode in the GIMP: > > 1) Transform destination and source pixels to HSL space. > 2) Note original destination pixel saturation. > 3) Set luminance component of destination pixel to lumin

[Gimp-developer] Adding a layer mode

2011-03-02 Thread Jörn P. Meier
Hi, I would like to implement the following layer mode in the GIMP: 1) Transform destination and source pixels to HSL space. 2) Note original destination pixel saturation. 3) Set luminance component of destination pixel to luminance component of source pixel. 4) Transform destination to HSV c