Hi, "airbete full" <airfullbete@xxxxxxxxxxx> writes: > I often found myself wanting to make a SGB with a radius less than > 1.0. Here is a simple patch (for version 1.3.7) that allows r >= 0.1. the best way to assure that your patch is not forgotten is to open a bug-report for it at http://bugs.gimp.org/. > diff sel_gauss.ori.c sel_gauss.c > -------------------------------------------------------------- > 174c174 > < if (status == GIMP_PDB_SUCCESS && (bvals.radius < 1.0)) > --- > > if (status == GIMP_PDB_SUCCESS && (bvals.radius < 0.1)) > 267c267 > < bvals.radius, 1.0, G_MAXINT, 1.0, 5.0, > --- > > bvals.radius, 0.1, G_MAXINT, 0.1, 5.0, > -------------------------------------------------------------- please send unified diffs next time (or attach them to the bug-report). The preferred options for diff are "-u -p" and sometimes "-b". Salut, Sven