Thanks for the good repo. I need to apply blurring to a Bitmap object in Android in realtime. But I couldn't find a class/function that takes a Bitmap (or the int[] pixel array of bitmap) and return the resulting bitmap. Can you provide such a function?
Thanks for the good repo. I need to apply blurring to a Bitmap object in Android in realtime. But I couldn't find a class/function that takes a Bitmap (or the int[] pixel array of bitmap) and return the resulting bitmap. Can you provide such a function?
Bitmap result = applyblur (bitmap)