<?xml version='1.0' encoding='ISO-8859-1'?>
     <rss version='2.0'>
      <channel>
       <title>pil.lha development/library/misc - Comments</title>
       <link>https://os4depot.net/?function=comments&amp;file=development/library/misc/pil.lha</link>
       <description>Python Imaging Library</description>
       <language>en-gb</language>
       <lastBuildDate>Sun, 19 Apr 2026 18:57:21 +0200</lastBuildDate>
       <image>
        <title>OS4Depot.net</title>
        <url>https://os4depot.net/images/rss.gif</url>
        <link>https://os4depot.net</link>
       </image><item> <title>Petrol (81.80.55.177) @ 03 Mar 2020, 11:32.49</title> <link>https://os4depot.net/?function=comments&amp;file=development/library/misc/pil.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Petrol (81.80.55.177)&lt;BR /&gt;&lt;pre&gt;Hi, 
 
I've trued to apply differents gaussian blur to a picture via the imagefilter module and the results were allways the same blur effect. I looked into the imagefilter.py file : 
 
# Gaussian blur filter. 
 
class GaussianBlur(Filter): 
name = &quot;GaussianBlur&quot; 
 
def __init__(self, radius=2): 
self.radius = 2 
def filter(self, image): 
return image.gaussian_blur(self.radius) 
 
So I replaced this line in order to apply a custom radius to the GaussianBlur filter: 
self.radius = 2 
by 
self.radius = radius 
 
Regards, 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1583231569</guid> <pubDate>Tue, 03 Mar 2020 11:32:49 +0100</pubDate></item></channel> </rss>