PIL blur is hardcoded to 2 pixels

Bug #528702 reported by Stani
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Phatch
Invalid
Low
Stani

Bug Description

Maybe this is a simple bug in ImageFilter.GaussianBlur:

class GaussianBlur(Filter):
   name = "GaussianBlur"

   def __init__(self, radius=2):
       self.radius = 2

   def filter(self, image):
       return image.gaussian_blur(self.radius)

-> We need to check if other values are possible than radius=2 and if true, we should expose that in our blur action.

Stani (stani)
Changed in phatch:
importance: Undecided → Low
milestone: none → 0.2.7
Stani (stani)
Changed in phatch:
status: New → Confirmed
Revision history for this message
Stani (stani) wrote :
Changed in phatch:
assignee: nobody → stani (stani)
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.