将多个 PNG 文件制作为 gif
我正在尝试组合大约 45 个 png 文件来制作 gif、视频、或某种类型的电影或动画图像。
请提供我如何做到这一点的想法?有免费软件可以下载吗?我可以编写 Java 代码来执行此操作吗?等
谢谢
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.
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.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以使用ImageMagick。有大量关于创建 GIF 动画的文档。
它可能很简单:
You can use ImageMagick. There's plenty of documentation on creating GIF animations.
It may be as simple as:
您可以使用名为 GIMP 的免费程序。
YouTube 上有很多视频介绍如何做到这一点。
You can use a free program called GIMP.
There are plenty of videos on youtube saying how to do that.
ImageMagick 和 GIMP 都可以做到这一点。使用 ImageMagick 和 PhotoStage,我可以制作动画并导出到 .mp4 文件。
Both ImageMagick and GIMP will do it. With ImageMagick and PhotoStage I got an animation working and exported to an .mp4 file.