[Gimp-developer] Selective Gaussian Blur with radius < 1.0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi

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.

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,
--------------------------------------------------------------

AirBete.


_________________________________________________________________
Rejoignez MSN Hotmail, le plus important service de messagerie http://www.hotmail.com/fr




[Index of Archives]     [Video For Linux]     [Photo]     [Yosemite News]     [gtk]     [GIMP for Windows]     [KDE]     [GEGL]     [Gimp's Home]     [Gimp on GUI]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux