android 如何在 jpeg 上创建鱼眼效果

发布于 2024-10-24 12:04:14 字数 89 浏览 0 评论 0原文

我想在 android 中扭曲 jpeg 图像。失真是鱼眼效果。是否有任何库可以导入到 android 中,我可以使用它来实现这种效果。

谢谢垫子。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

花开半夏魅人心 2024-10-31 12:04:14

也许canvas.drawBitmapMesh(...) 可以做到。在 com.example.android.apis.graphics / BitmapMesh.java 下的 ApiDemos 中有一个示例,

在 Exclipse 中创建一个新的 Android 项目并选择“从现有示例创建项目”。选择目标 Android 版本,然后选择 ApiDemos。

运行应用程序并在 Graphics/BitmapMesh 中查看此方法的效果

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文