AS3确定动画和非动画gif之间的区别?

发布于 2024-09-04 18:54:48 字数 33 浏览 2 评论 0原文

AS3中有没有办法确定动画和非动画gif之间的区别?

Is there a way in AS3 to determine the difference between animated and not-animated gif?

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

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

发布评论

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

评论(1

柠北森屋 2024-09-11 18:54:48

本机 Flash Player 不支持动画 GIF。然而,有人编写了一个可以执行此操作的库,因此您可以使用该库读取文件并计算帧数。 1 帧 = 非动画。超过 1 帧 = 动画。

AS3 GIF 播放器类

The native Flash Player does NOT support animated GIFs. However someone has written a library that does, so you could use that library to read in the file, and count the number of frames. 1 frame = non animated. More than 1 frame = animated.

AS3 GIF Player Class

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