Question

I'm wanting to distort a jpeg image in android. The distortion is a fisheye effect. Are there any libraries i can import into android that i can use to achieve this effect.

thanks mat.

Was it helpful?

Solution

Perhaps canvas.drawBitmapMesh(...) could do it. There is an example in ApiDemos under com.example.android.apis.graphics / BitmapMesh.java

In your Exclipse create a new Android project and select "Create project from existing sample". Choose target android version and then ApiDemos.

Run the application and see an effect of this method in Graphics/BitmapMesh

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top