[Gimp-user] Script-fu plugin

2008-09-28 Thread Adonj Adonj
That was terrific, Saul, thanks a lot! Adonj _ ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Re: [Gimp-user] Script-fu plugin

2008-09-28 Thread saulgoode
Quoting Adonj Adonj <[EMAIL PROTECTED]>: > I wondered if you knew of a script that would also APPLY the copied > layers as you mention. Edit the script to add the following code: (set! layers (visible-layers image)) (while (pair? layers) (gimp-layer-remove-mask (car layers) M

[Gimp-user] Script-fu plugin

2008-09-28 Thread Adonj Adonj
Thank you Saul, that worked perfectly! With regards to your message at: http://72.14.205.104/search?q=cache:7GovFRKtKToJ:lists.xcf.berkeley.edu/lists/gimp-user/2007-January/009388.html+plugin+to+copy+mask+to+all+layers+then+apply&hl=en&ct=clnk&cd=2&gl=ca You say: > You can achieve the same resul

Re: [Gimp-user] Gimp-user Digest, Vol 72, Issue 22

2008-09-28 Thread Mike W
> How do you suggest I can handle this? > So far I've tryed colortoalpha, that does some sort of color conversion, > but I am unable to find the right color to start with. Use the eyedropper to pick the color, then make a note of the color and use that in Color to Alpha. --Mike http://www.chelsea

Re: [Gimp-user] script-fu plugin

2008-09-28 Thread saulgoode
Quoting Adonj Adonj <[EMAIL PROTECTED]>: > > > I'm using gimp2.4.7 in windows XP. I copied a script-fu plugin I > found to my C:\Program Files\GIMP-2.0\lib\gimp\2.0\plug-ins, which > should > copy a layer mask to multiple layers or apply a layer mask to > multiple layers. > I get an error

Re: [Gimp-user] Best way to semi-flatten a transparent gif against a background image

2008-09-28 Thread David Gowers
On Sun, Sep 28, 2008 at 9:48 PM, Justyn Butler <[EMAIL PROTECTED]> wrote: > Thank you both for your tips. > > I wasn't actually paying attention to the antialiasing/feather options > so it is useful to know to keep them unchecked when performing this > procedure. > > To David: The steps you describ

[Gimp-user] Script-fu

2008-09-28 Thread Adonj Adonj
You're absolutely right Peter, my mistake, I meant the script folder C:\Program Files\GIMP-2.0\share\gimp\2.0\scripts.That's where it resides.The new script-fu tab does appear correctly in my image window, however the error I described is present when I click on the tab. Adonj __

Re: [Gimp-user] Best way to semi-flatten a transparent gif against a background image

2008-09-28 Thread Justyn Butler
Thank you both for your tips. I wasn't actually paying attention to the antialiasing/feather options so it is useful to know to keep them unchecked when performing this procedure. To David: The steps you describe don't seem to help with my specific problem of flattening against a background image

Re: [Gimp-user] script-fu plugin

2008-09-28 Thread peter kostov
Adonj Adonj wrote: > > I'm using gimp2.4.7 in windows XP. I copied a script-fu plugin I found to my > C:\Program Files\GIMP-2.0\lib\gimp\2.0\plug-ins, which should > copy a layer mask to multiple layers or apply a layer mask to multiple > layers. > I get an error each time I make an attempt to