gpt4 book ai didi

c# - 获取动画 GIF 的帧持续时间?

转载 作者:太空狗 更新时间:2023-10-29 21:07:05 27 4
gpt4 key购买 nike

在 C# 中,我可以从 gif 中获取单独的帧并足够轻松地显示动画,但是您如何获取每个帧的计时信息?

最佳答案

PropertyItem item = img.GetPropertyItem (0x5100); // FrameDelay in libgdiplus
// Time is in milliseconds
delay = (item.Value [0] + item.Value [1] * 256) * 10;

This文章可能会有用。

关于c# - 获取动画 GIF 的帧持续时间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3785031/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com