我可以复制 APNG 动画图像的一帧并且文件大小没有明显增加吗?

发布于 2024-11-29 22:45:36 字数 142 浏览 2 评论 0原文

我有一个包含多个帧的 APNG 动画,并且碰巧有些帧完全相同。这些帧中的每一个都在文件中携带自己的图像数据,它们可以仅重用相同的前一帧的图像数据并节省一些空间。

任何 APNG 专家都知道 APNG 规范中是否有一种方法可以在多个帧中重用相同的图像数据?

I have an APNG animation with several frames, and it happens that some frames are exactly the same. Each of those frames are carrying its own image data in the file, where they could be just reusing the image data of a prior frame that is equal and save some space.

Any APNG expert know if in the APNG specification have a way of reusing the same image data for multiple frames?

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

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

发布评论

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

评论(1

已下线请稍等 2024-12-06 22:45:36

如果重复帧之间没有其他不同的帧,您可以消除除一帧之外的所有帧,并重置剩余帧的帧持续时间。如果它们之间存在不同的帧,则不会。 APNG 不具备重复使用图像的功能。

If the duplicate frames have no other different frames between them, you can eliminate all but one and reset the frame duration for the remaining one. If there are different frames between them, then no. APNG doesn't have a capability of reusing images.

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