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