博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
unity gif 帧动画_动画GIF中的计数帧
阅读量:2516 次
发布时间:2019-05-11

本文共 1022 字,大约阅读时间需要 3 分钟。

unity gif 帧动画

The animated GIF always makes me chuckle; on one hand they seem like a relic of the "old web", on the other hand they aren't going anywhere and their meme-like presence seem to only make them more popular.  If you browse through my , you'll notice that I've written a ton about animated GIFs, including , , , and more.

动画GIF总是让我发笑。 一方面,它们看起来像是“旧网络”的遗物,另一方面,它们却无处可去,它们的类似模因的存在似乎只会使它们更受欢迎。 如果浏览我的 ,您会注意到我写了很多有关动画GIF的文章,包括 , , ,和更多。

My curiosity recently brought me to asking how to detect how many frames were present in an animated GIF; as expected, ImageMagick had the answer:

我的好奇心最近使我问起如何检测动画GIF中存在多少帧。 不出所料,ImageMagick的答案是:

identify -format "%n\n" bitcoin.gif | head -n 1>> 101

What is this calculation useful for?  I suppose if you have a media management site you could show each frame to a user so they could choose a poster when converting to video.  In any event, I was curious and simply had to find out!

此计算有什么用? 我想如果您有媒体管理站点,则可以向用户显示每个帧,以便他们在转换为视频时可以选择poster 。 无论如何,我很好奇,只需要找出答案即可!

翻译自:

unity gif 帧动画

转载地址:http://xyvwd.baihongyu.com/

你可能感兴趣的文章
字节输入流 FileInputStream
查看>>
swt combo 自动补全
查看>>
Dynamically Creating Bound and Template Columns in GridView
查看>>
当 IDENTITY_INSERT 设置为 OFF 时,不能为表中的标识列插入显式值(转)
查看>>
easyui datagrid使用参考
查看>>
Linux系统快速启动方案
查看>>
Redis持久化方式
查看>>
选择器+盒模型
查看>>
进度条2
查看>>
强制类型转换到Number
查看>>
windows内核 内存管理
查看>>
Spring MVC中的DispatcherSevlet和ContextLoaderListener
查看>>
TypeScript 装饰器的执行原理
查看>>
C#之Process
查看>>
菜鸟成长记(十五)----- 要永远相信美好的事情即将发生
查看>>
JDBC
查看>>
CSS选择器
查看>>
HTML结构文档中那些基础又重要又容易被忽略的事?
查看>>
微服务的消费
查看>>
同一台电脑上个人的github账户如何与公司的gitlab账户共存
查看>>