Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在android中扭曲jpeg图像。失真是鱼眼效应。有没有我可以导入到android中的库来实现这个效果。
谢谢垫子。
也许 canvas.drawBitmapMesh(...) 可以做到。在 com.example.android.apis.graphics / BitmapMesh.java 下的 ApiDemos 中有一个示例
在您的 Exclipse 中创建一个新的 Android 项目并选择“从现有示例创建项目”。选择目标 android 版本,然后选择 ApiDemos。
运行应用程序,在 Graphics/BitmapMesh 中查看该方法的效果