Re: Partial Blur

2007-08-21 Thread Diez B. Roggisch
[EMAIL PROTECTED] schrieb: > Hello, > > I'm looking for an image manipulation library which would allow me to > blur an oval-shaped part of my picture, instead of the whole thing. I > couldn't find a way to do this using the > tools I see in the API of Python Imaging Library. Create a copy of the

Partial Blur

2007-08-21 Thread chicorbleak
Hello, I'm looking for an image manipulation library which would allow me to blur an oval-shaped part of my picture, instead of the whole thing. I couldn't find a way to do this using the tools I see in the API of Python Imaging Library. If you know how to do this, I'd appreciate it if you left a