You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: