anthonynsimon / bild

Image processing algorithms in pure Go
MIT License
3.99k stars 213 forks source link

[Help] Is it possible to blur only part of an image? #100

Open mk48 opened 4 months ago

mk48 commented 4 months ago

I want to blur only some area of an image, not entire image. for example, If I pass (x1,y1), (x2,y2), only that area needs to be blur'ed in an image. Is that possible?