从多个 PNG 文件制作 gif [英] Make gif from multiple PNG files

查看:100
本文介绍了从多个 PNG 文件制作 gif的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试组合大约 45 个 png 文件来制作 gif、制作视频或某种类型的电影或动画图像.

I'm trying to combine about 45 png files to make a gif, or to make a video, or some type of movie or animated image.

请提供有关如何执行此操作的想法?有免费软件可以下载吗?是否有我可以编写的 Java 代码来执行此操作?等

Please provide ideas for how I can do this? Is there free software I can download? Is there Java code I can write to do this? etc.

谢谢

推荐答案

您可以使用 ImageMagick.有大量关于创建 GIF 动画的文档.

You can use ImageMagick. There's plenty of documentation on creating GIF animations.

可能很简单:

convert -delay 20 -loop 0 *.png myanimation.gif

这篇关于从多个 PNG 文件制作 gif的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆