Re: [Gimp-developer] improving bicubic interpolation

2007-01-24 Thread Sven Neumann
Hi, On Mon, 2007-01-22 at 10:13 +0100, [EMAIL PROTECTED] wrote: > All references to Keys' work seem to lead to papers published by IEEE and > available on a per article subscription. I assume the charge for one or > two articles would be fairly nominal. Would this be a good use of some of >

Re: [Gimp-developer] using layer/channel as mask

2007-01-24 Thread David Gowers
On 1/25/07, Kevin Galligan <[EMAIL PROTECTED]> wrote: I settled on that route after some wrestling... *** CODE HERE *** (set! shadowMask (car(gimp-layer-create-mask shadowLayer ADD-ALPHA-MASK))) (gimp-layer-add-mask shadowLayer shadowMask) (gimp-selection-all inImage) (

Re: [Gimp-developer] using layer/channel as mask

2007-01-24 Thread Kevin Galligan
I settled on that route after some wrestling... *** CODE HERE *** (set! shadowMask (car(gimp-layer-create-mask shadowLayer ADD-ALPHA-MASK))) (gimp-layer-add-mask shadowLayer shadowMask) (gimp-selection-all inImage) (gimp-edit-copy inDrawable) (set! floatingSel (car (g

Re: [Gimp-developer] using layer/channel as mask

2007-01-24 Thread David Gowers
On 1/23/07, Kevin Galligan <[EMAIL PROTECTED]> wrote: I've been trying to script something that seems relatively simple, yet I've spent the better part of today stuck at one little step. I have started naming things with curse words, so I figured I'd reach out for help before I start throwing t

[Gimp-developer] using layer/channel as mask

2007-01-24 Thread Kevin Galligan
I've been trying to script something that seems relatively simple, yet I've spent the better part of today stuck at one little step. I have started naming things with curse words, so I figured I'd reach out for help before I start throwing things. I have a layer that I want to serve as the mask

[Gimp-developer] improving bicubic interpolation

2007-01-24 Thread gg
In my on-going research to reduce the filter artifacts noted in http://bugzilla.gnome.org/show_bug.cgi?id=166130 , I found many references to a promising improvement on the cubic convolution kernel approach I have been using. As noted in the bug report using a convolution kernel entirely rem

Re: [Gimp-developer] Regular expression in gimp-buffers-get-list ?

2007-01-24 Thread Sven Neumann
Hi, On Wed, 2007-01-24 at 17:07 +0100, Bart wrote: > I use this to check wether the clipboard is empty or not, so when the > user run this script on empty clipboard no error message will appear. I think I already explained that the error messages are a bug. So what's all the fuss to work around

Re: [Gimp-developer] add mouse action for brush scaling

2007-01-24 Thread Alexander Rabtchevich
Thorsten Wilms wrote: > On Wed, Jan 24, 2007 at 11:32:03AM +0200, Alexander Rabtchevich wrote: > > >> Currently scalable brush can be scaled with [ ] by default, what is very >> fine. Could a mouse scroll wheel + some key modifier be used to act the >> same as [ ] buttons? > > I couldn't find

[Gimp-developer] Regular expression in gimp-buffers-get-list ?

2007-01-24 Thread Bart
Hi all, i wrote this "Paste as Layer" script (registred as "/Edit/Paste as/Paste as Layer"; its based on a script of Jonathan Stipe), it just need a tweak to lower the the pasted layer to the last selected on. But i got a problem with (buffers (gimp-buffers-get-list "*")). I use this to check w

Re: [Gimp-developer] ANNOUNCE: GIMP 2.3.14 development release

2007-01-24 Thread Salvatore De Paolis
On Wed, 24 Jan 2007 10:01:26 +0100 Sven Neumann <[EMAIL PROTECTED]> wrote: > Moin, > > gimp-2.3.14.tar.bz2 is available from > ftp://ftp.gimp.org/pub/gimp/v2.3. Running well on GNU/Linux Debian Etch/Sid ___ Gimp-developer mailing list Gimp-developer@l

Re: [Gimp-developer] add mouse action for brush scaling

2007-01-24 Thread Thorsten Wilms
On Wed, Jan 24, 2007 at 11:32:03AM +0200, Alexander Rabtchevich wrote: > Currently scalable brush can be scaled with [ ] by default, what is very > fine. Could a mouse scroll wheel + some key modifier be used to act the > same as [ ] buttons? I couldn't find it in the shortcut editor (maybe I

[Gimp-developer] add mouse action for brush scaling

2007-01-24 Thread Alexander Rabtchevich
Currently scalable brush can be scaled with [ ] by default, what is very fine. Could a mouse scroll wheel + some key modifier be used to act the same as [ ] buttons? I'm a right-handed person, so when I retouch a photo most of my actions are connected with mouse movements and some left hand act

[Gimp-developer] ANNOUNCE: GIMP 2.3.14 development release

2007-01-24 Thread Sven Neumann
Moin, gimp-2.3.14.tar.bz2 is available from ftp://ftp.gimp.org/pub/gimp/v2.3. Changes in GIMP 2.3.14 == - added actions to control brush spacing - polished appearance of image window - scale the brush's spacing when scaling the brush - save tool presets when they are changed