disintegration / imaging

Imaging is a simple image processing package for Go
MIT License
5.22k stars 433 forks source link

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

Open mk48 opened 3 months ago

mk48 commented 3 months ago

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