Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很好奇是否可以加载动画 .gif 文件并在代码中查看它包含哪些帧或帧数?这在javascript中完全可能吗?如果没有,即使是某种图像处理库也有可能吗?
在 Javascript 中?可能不会。如果您可以获取 GIF 文件中的原始字节,您可以编写(或者可能找到一个库)用于读取 GIF 中的图像/帧数据的 Javascript 实现。
那将是矫枉过正,除非您只是好奇是否可以做到。
知道了这一点,您可能希望使用服务器端解决方案来获取 GIF 中的帧数。