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 360898 - Gaussian blur miscalculation
Gaussian blur miscalculation
Status: RESOLVED DUPLICATE of bug 343047
Product: GIMP
Classification: Other
Component: Plugins
2.2.x
Other All
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-10-09 13:00 UTC by Jonas Hultén
Modified: 2008-01-15 13:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jonas Hultén 2006-10-09 13:00:57 UTC
Please describe the problem:
In the Gaussian blur calculation, it seems that other color values than those in the color channels are used.

Steps to reproduce:
1.Start Gimp
2.Create a new empty transparent image with 400x400 size
3.Select the circle selection tool and drag out a circle in the middle of the image with a size of 100x100 pixels
4.Set background color to white if it is not already white
5.Fill the circle with the background color
6.Remove the selection
7.Run a Gaussian blur with a radius of 50x50 pixels on the entire image
8.Create a new empty transparent layer and place it below the first one
9.Select the new layer
10.Select everything
11.Fill selection with background color


Actual results:
You get a white image with a smooth gray circle on. The Gaussian blur filter does this even if there are no dark pixels in the image. If you after creating the image fill it with white and clear it, you can verify that the transparent pixels are indeed white by using the eraser in the anti-erase mode. Still, the dark areas appear after running the Gaussian blur filter.

Expected results:
I expect to get a completely white image since only white pixels are processed.

Does this happen every time?
Yes

Other information:
I use the Windows version of Gimp.
Comment 1 Sven Neumann 2006-10-09 13:24:03 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 343047 ***