How to implement image distortion effects in Android

前端 未结 1 766
旧时难觅i
旧时难觅i 2021-01-12 02:04

I want to implement distortion effects on image in Android. I did the same in iOS(iPhone and iPad) by using GPUImage framework. Is there any framework or library available i

相关标签:
1条回答
  • 2021-01-12 02:33

    There is a very basic example in your SDK folder into the APIDemos project. See SDK_DIR/samples/android-*/ApiDemos/src/com/example/android/apis/graphics/BitmapMesh.java.

    Also answers for Resources for image distortion algorithms may help.

    0 讨论(0)
提交回复
热议问题