Re: Image attached

2000-12-28 Thread Adam D. Moss
Michael wrote: > Theoretically this > would resemble the layer without mask That's if you assume that the masking is additive -- actually it's multiplicative. --Adam -- Adam D. Moss. ,,^^[EMAIL PROTECTED]http://www.foxbox.org/

gimp translations, CVS branches

2000-12-28 Thread Sven Neumann
Hi Rodrigo, I noticed that you checked updates for the spanish translation of gimp into CVS. Please note that we branched gimp CVS after the 1.2.0 release. Since I assume you want the updates to go into the stable branch (so they are available with the upcoming 1.2.1 release), you should have c

Re: Patches to 1.2.0 for --with-included-gettext and HP-UX 11.00

2000-12-28 Thread Albert Chin-A-Young
On Thu, Dec 28, 2000 at 11:49:47AM -0600, Albert Chin-A-Young wrote: > 1. HP-UX 11.00 does not have finite() but does have isfinite() as a >macro in Oops. Try this patch instead. -- albert chin ([EMAIL PROTECTED]) -- snip snip --- configure.in.orig Tue Dec 26 00:58:35 2000 +++ configure

Re: Gimp for Windows v1.2 seems to have new bug

2000-12-28 Thread Tor Lillqvist
Moritz Grimm writes: > These flames don't seem to work any more Well, somebody complained on the gimpwin-users mailing list that the *earlier* GIMP release's flame plug-in did not work very well compared to how it works on Unix... I really don't understand how the plug-in works... so I guessed w

Re: gimp 1.2.0--a few questions

2000-12-28 Thread Marc Lehmann
On Thu, Dec 28, 2000 at 06:42:40PM +0530, Chetan Dhavse <[EMAIL PROTECTED]> wrote: > Subroutine gimp_text_get_extents_fontname redefined at >/opt/other/src/perl-5.6.0/lib/site_perl/5.6.0/i686-linux/Gimp.pm line 539. > Subroutine gimp_bucket_fill redefined at >/opt/other/src/perl-5.6.0/lib/site_p

Re: [gimp-devel] FD leak in 1.2.0 Solaris?

2000-12-28 Thread Simon Budig
Matthew Class ([EMAIL PROTECTED]) wrote: > With regards to the ulimit problem described on this list earlier, I > ran lsof on a running gimp, and there are 155 open files...looks like > all the palettes. This can't be good... This has been fixed in CVS. Bye, Simon -- [EMAIL PROTE

FD leak in 1.2.0 Solaris?

2000-12-28 Thread Matthew Class
With regards to the ulimit problem described on this list earlier, I ran lsof on a running gimp, and there are 155 open files...looks like all the palettes. This can't be good... See attached lsof output. Matthew % lsof | grep gimp | wc -l 155 % lsof | grep gimp gimp 12319 class c

Lighting Effects

2000-12-28 Thread lasm
Hi all, Can someone knowledgeable on the Lighting plugin please explain this one. The first picture is from Render->Pattern->Checkerboard The second picture is after lighting effects applied, no bump map, environment map turned on. Why is there a warping effect whenever environment

Patches to 1.2.0 for --with-included-gettext and HP-UX 11.00

2000-12-28 Thread Albert Chin-A-Young
1. HP-UX 11.00 does not have finite() but does have isfinite() as a macro in 2. If --with-included-gettext is specified, need to -I$(top_srcdir)/intl 3. Fix for AM_WITH_NLS on Solaris -- albert chin ([EMAIL PROTECTED]) -- snip snip --- libgimp/gimpmath.h.orig Wed Dec 27 21:37:51 2000

Re: Image attached

2000-12-28 Thread James Smaby
I believe this effect is due to anti-aliasing. The edge for each layer is half ff00 and half . This is basically averaged, so each layer has about 128 alpha along this diagonal. When the layers are merged, this becomes about 192 (actually 198) alpha. So there is nothing wrong with

Image attached

2000-12-28 Thread Michael
Hi! First of all I wanted to tell the Gimp developers and all contributors they've done a great work, Gimp became a rocking piece of software! I've attached an image where I used two identical layers with masks. One mask is a copy of the other with inverted colors. Theoretically this would resem

gimp 1.2.0--a few questions

2000-12-28 Thread Chetan Dhavse
Hi Everybody Finally the wait(long one) is over for a new stable version of gimp and I THANK YOU ALL for making GIMP -- what GIMP is today. Before I go any further let me tell you I am a gimp "user" and use gimp NON INTERACTIVELY hence to this mailing list I was using gimp 1.1.04 and perl b

Re: GIMP 1.2.0 and Solaris 7/SPARC

2000-12-28 Thread egger
On 28 Dec, Tino Schwarze wrote: > Without having looked at the code - what do we need that many FDs for?! > We don't need to open all palettes at once, do we? The code for the brushes, gradients and the palettes is (was?) really nasty. But the file descriptors are closed after the complete pa

Re: gimp patch 1.1.32-1.2.0 [Also: Re: cmon guys, no patch from 1.1.32 to 1.2??]

2000-12-28 Thread egger
On 26 Dec, Garry R. Osgood wrote: > The tarballs and patch-sets are really meant for end-users > who prefer to compile from source, but don't otherwise > desire to get involved in maintenance and so don't have > a strong motivation to keep a bleeding-edge source tree > around. Patch sets are publ