mattdesl / lwjgl-basics

:wrench: LibGDX/LWJGL tutorials and examples
1.87k stars 186 forks source link

Blur a Bitmap using LerpBlur? #16

Open arianaa30 opened 8 months ago

arianaa30 commented 8 months ago

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)