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 97166 - Blurs could allow smaller values
Blurs could allow smaller values
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
git master
Other other
: Normal enhancement
: ---
Assigned To: GIMP Bugs
GIMP Bugs
: 91647 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-10-29 21:01 UTC by gsr.bugs
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
small-blur-triple-final.patch, sets min limit as > 0.0 (10.67 KB, patch)
2002-10-29 21:05 UTC, gsr.bugs
none Details | Review

Description gsr.bugs 2002-10-29 21:01:33 UTC
Gaussian blur (iir and rle) and selective blur could allow values
more near 0.0 as radius. Posible patch below.
Comment 1 gsr.bugs 2002-10-29 21:05:02 UTC
Created attachment 11899 [details] [review]
small-blur-triple-final.patch, sets min limit as > 0.0
Comment 2 Sven Neumann 2002-10-31 21:35:33 UTC
2002-10-31  Sven Neumann  <sven@gimp.org>

 * plug-ins/common/gauss_iir.c
 * plug-ins/common/gauss_rle.c
 * plug-ins/common/sel_gauss.c:
 applied a patch from Guillermo S. Romero that extends the range of
 valid radii to > 0.0 for these blur plug-ins (#97166).
Comment 3 airfullbete 2002-11-07 21:10:59 UTC
In the current CVS version I can't enter non integer radius values for IIR and 
RLE gaussian blur plug-ins. But I have no problem with selective gaussian 
blur. I verified with the DB browser that I have the newly patched versions (it 
says: In pixels, > 0.0). The problem seems to be with the interface that doesn't 
allow decimal values. 
 
 
Comment 4 Sven Neumann 2003-02-26 11:00:41 UTC
*** Bug 91647 has been marked as a duplicate of this bug. ***
Comment 5 Sven Neumann 2003-10-01 00:10:38 UTC
In GIMP-1.3 the user interface does allow sub-pixel values for both
gaussian blur plug-ins now.