Odinbc wrote:
The
Border Average Filter works fine. The Border Size and Number of Colors choices can give radically different results, especially Bucket Size.
I wanted to see how Border Average filter behaves interactively.
I got some "surprising" results:
- create a new image
- filled with ONLY PURE GREEN
- launched Border Average with default values (3,16): result = color with 8red+248green+8blue (!?)
- changed the bucket size to 64: result = color with 32red+224green+32blue (!?)
- changed the bucket size to 256: result = color with 128red+128green+128blue (!?)
So it seems that the filter:
- takes half the bucket size as a "distributed" value all over R,G,B
- then takes the same value and "deducts" it from the real value found (the real color is 0 255 0)
To double check I changed the color of the image to PURE RED (255 0 0)
Results confirm my hypothesis.
Could someone check my results?
and, if confirmed:
does someone know what is wrong with the filter?
I'm running Win 10 with Gimp 2.8.16
Thanks