Reputation: 9255
I would like to apply various filters on a bitmap and I came across:
https://developer.android.com/reference/android/media/effect/EffectFactory.html
I am not sure how to use it for bitmap (is it possible?).Based on:
Using EffectFactory class on bitmap - Android
It's used in conjunction with OpenGL. How do I use it for bitmap filtering?
Upvotes: 1
Views: 732