GNOME Bugzilla – Bug 97166
Blurs could allow smaller values
Last modified: 2004-12-22 21:47:04 UTC
Gaussian blur (iir and rle) and selective blur could allow values more near 0.0 as radius. Posible patch below.
Created attachment 11899 [details] [review] small-blur-triple-final.patch, sets min limit as > 0.0
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).
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.
*** Bug 91647 has been marked as a duplicate of this bug. ***
In GIMP-1.3 the user interface does allow sub-pixel values for both gaussian blur plug-ins now.