h2non / bimg

Go package for fast high-level image processing powered by libvips C library
https://pkg.go.dev/github.com/h2non/bimg?tab=doc
MIT License
2.65k stars 337 forks source link

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

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), only that area needs to be blur'ed in an image. Is that possible?