I am trying to implement a feature in the app that blurs some part of an image based on users selection/touch. I have suceessfully applied the Android's "RenderScript" method to blur full image however, I can't find an example of blurring only some part of an image.
If anyone can point me to a right direction, that would be great.
I used code from following question to achive full image blur. https://stackoverflow.com/a/21052060/1293053