I'm looking for as simple as it gets api to blur
an area (rectangle) in Android Bitmap
.
The main idea is to detect faces (which already works) and blur the face.
I've seen several examples, most are using RenderScript
but all relates to full picture blur.
Required API is 11+
Thank you