Android 动画 GIF 支持

发布于 2024-12-17 17:49:57 字数 88 浏览 2 评论 0原文

如何检查当前设备是否支持动画 GIF 文件?检查操作系统版本并不可靠,因为某些 Android 2.1 手机已启用支持,而有些 2.3 手机不支持 GIF 文件。

How can I check if current device supports animated GIF files? Checking OS version isn't reliable, because some Android 2.1 phones have enabled support and there are phones with 2.3 which do not support GIF files.

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

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

发布评论

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

评论(1

探春 2024-12-24 17:49:57

好吧,我现在能想到的唯一向后兼容的解决方案就是从 gif 中获取所有帧并在视图中自己制作动画。

请查看这个问题来执行此操作:
将 GIF 分割成帧

Well, the only backwards compatible solution i can think of right now is just get all frames from the gif and animate it yourself in a view.

check out this question to do so:
Split GIF into frames

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