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 173039 - gaussian blur plugin - preview garbled
gaussian blur plugin - preview garbled
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
git master
Other All
: Normal minor
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-04-08 10:04 UTC by napalm
Modified: 2005-04-08 12:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description napalm 2005-04-08 10:04:53 UTC
Please describe the problem:
By setting one blur x,y value to zero (0), preview windows gets garbled or black
or (windows os) dissapears. Affected versions Linux/Windows 2.2.2/2.2.4.

Steps to reproduce:
1. Filters -> Blur
2. Values : x=0, y=any, or x=any, y=0 (IIR or RLE doesn't matter)
3. watch preview window


Actual results:
Preview window gets garbled/black or disapears

Expected results:
Preview window gets garbled/black or disapears

Does this happen every time?
Yes.

Other information:
http://www.mintis.lt/bug/  ?
Comment 1 Michael Schumacher 2005-04-08 10:43:45 UTC
I can confirm this - it is the gaussian blur plug-in, btw. Happens with both
2.2.4 and a recent CVS. I've only checked this on WinXP, but will leave OS: All
nevertheless.
Comment 2 Sven Neumann 2005-04-08 12:24:30 UTC
Fixed in both branches:

2005-04-08  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/gauss.c: fixed preview for zero blur radii
	(bug #173039).