After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 432978 - Blur tool blurs darks over lights
Blur tool blurs darks over lights
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
2.3.x
Other All
: Normal normal
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2007-04-24 14:38 UTC by __
Modified: 2008-01-15 14:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description __ 2007-04-24 14:38:36 UTC
The blur tool blurs dark colours over the top of light ones. It's algorithm appears to favour dark colours when they are included in the blur.

I have made a video of it here: http://schalken.wubbles.net/gimpblurtooldarkoverlightbug.ogg

From my understanding, the average lightness of a given image should always remain constant as it is blurred.
Comment 1 Sven Neumann 2007-04-24 14:55:46 UTC
I don't see anything wrong in that video. Perhaps it would make more sense to discuss this on the mailing-list. If we decide that there's a problem, we can still open a bug report then.
Comment 2 __ 2007-04-24 16:10:00 UTC
Okay I've sent it to gimp-developer
Comment 3 Sven Neumann 2007-04-25 11:50:00 UTC
2007-04-25  Sven Neumann  <sven@gimp.org>

	* app/paint-funcs/paint-funcs.c (convolve_region): round pixel values
	instead if just casting the float to an integer. Fixes bug #432978.
Comment 4 __ 2007-04-26 12:39:52 UTC
Is this bug officially fixed? Absolutely no more darkness emerging from the blur tool?

I will attempt a compile from cvs this weekend.