Value in histogram

2001-02-08 Thread Roel Schroeven
The value in the gimp histogram is calculated as the maximum of the red, green and blue channels now. Wouldn't it be better to use the average of the three color channels?

Re: Value in histogram

2001-02-08 Thread Nick Lamb
On Thu, Feb 08, 2001 at 01:36:10PM +0100, Roel Schroeven wrote: The value in the gimp histogram is calculated as the maximum of the red, green and blue channels now. Wouldn't it be better to use the average of the three color channels? We discussed this when I was fixing the histogram for

Re: Value in histogram

2001-02-08 Thread Sven Neumann
Hi, Nick Lamb [EMAIL PROTECTED] writes: On Thu, Feb 08, 2001 at 01:36:10PM +0100, Roel Schroeven wrote: The value in the gimp histogram is calculated as the maximum of the red, green and blue channels now. Wouldn't it be better to use the average of the three color channels? We

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