Re: Gimp 1.3 compile and link dependencies

2001-02-05 Thread Hans Breuer
At 04:13 05.02.01 +, Nick Lamb wrote: On Mon, Feb 05, 2001 at 02:26:23AM +0100, Hans Breuer wrote: The windoze version of gimpwidgefts can't include two symbols for different implementation of the same function. There is only one version of the dll in memory, even if loaded by another

porting a plug-in from 1.18 to 1.20

2001-02-05 Thread david rohde
I have been trying to port a plug-in that I have been writing to the latest gimp, but I have been having troubles. Firstly a lot of the constants that were defined in 1.18 are no longer defined in 1.20 for example RGB. Is this a deliberate change, I find it a strange thing to remove from the

Another Chance!!

2001-02-05 Thread thefinestmlmleads4
MLM LEADS! 33% OFF REGULAR PRICES!! CHECK US OUT AND EXPLODE YOUR INCOME!! http://www.geocities.com/leadcompany62/

.

2001-02-05 Thread hk67hk89
ARE YOU DROWNING IN DEBT? ARE YOU RECEIVING HARASSING PHONE CALLS? Or just want to reduce and payoff your credit card bills? We can eliminate up to 60% of your debt through negotiations This is not a loan! YOU CAN: * Pay off all unsecured debt in 18-30 months * Cut your

Re: porting a plug-in from 1.18 to 1.20

2001-02-05 Thread Rick Bradley
* david rohde ([EMAIL PROTECTED]) [010205 03:36]: [...] Firstly a lot of the constants that were defined in 1.18 are no longer defined in 1.20 for example RGB. Is this a deliberate change, I find it a strange thing to remove from the header. What approach should I be using to deal with

Re: gimp.themes.org ideas

2001-02-05 Thread Sven Neumann
Hi, Jordan Evatt [EMAIL PROTECTED] writes: hey guys. we at themes.org are creating gimp.themes.org (you knew it was coming). i was wondering if anyone had any suggestions or ideas for what should go on it. i just got through talking to #gimp, and here's what i have so far: a) don't create

Re: Logarithmic histogram

2001-02-05 Thread Jay Cox
Austin Donnelly wrote: On Sunday, 4 Feb 2001, Roel Schroeven wrote: I noticed in the source code that the histogram widget uses a logarithmic scaling. Is there a reason to do it that way, as Photoshop et al. seem to use a linear scaling. I just checked the CVS history; we've been

Incorrect median value in histogram

2001-02-05 Thread Roel Schroeven
The median value in the histogram was not calculated correctly; here is a little patch to correct the error. diff -ru ../old.gimp-1.2.1/app/gimphistogram.c ./app/gimphistogram.c --- ../old.gimp-1.2.1/app/gimphistogram.c Mon Feb 5 20:29:36 2001 +++ ./app/gimphistogram.c Mon Feb 5

Denoise

2001-02-05 Thread Martin Weber
Denoising using min/max curvature could be found here: http://www.math.berkeley.edu/~sethian/Applets/java_files_denoising/image_denoising.java.main.html http://math.lbl.gov/~malladi/ http://www.math.berkeley.edu/~sethian/Papers/sethian.minmaxmean.ps.gz

Re: Gimp 1.3 compile and link dependencies

2001-02-05 Thread Hans Breuer
At 16:02 05.02.01 +0100, Michael Natterer wrote: Hans Breuer [EMAIL PROTECTED] writes: On Mon, Feb 05, 2001 at 02:26:23AM +0100, Hans Breuer wrote: The windoze version of gimpwidgefts can't include two symbols for different implementation of the same function. There is only one version of

configure.in/Makefile.am diffs + Tiles

2001-02-05 Thread David A. Bartold
Regarding the previous email, it seems some tools call the brush paint function with either SOFT or PRESSURE depending on the value of a boolean variable. I'm not quite sure what's the difference between the two, however, it looks like it might be better to add a boolean parameter to the

One Last Offer At Sale Prices!

2001-02-05 Thread thefinestmlmleads52
MLM LEADS! 33% OFF REGULAR PRICES!! CHECK US OUT AND EXPLODE YOUR INCOME!! http://www.geocities.com/newleadoffers/

Re: One Low Rate: Talk All You Want

2001-02-05 Thread suzieque383
This Is The New Flatrate We Are All Using. Check It Out!! http://www.geocities.com/flatratephonedeal/

Re: incorrect mask handling in histogram calculation

2001-02-05 Thread Jay Cox
Roel Schroeven wrote: Austin Donnelly wrote: So, fixing this bug means that the Levels tool, the Threshold tool, and the Equalise tool will all also change their behaviour: currently they use a histogram of the entire layer, but restrict their changes to the current selection.