将多个 PNG 文件制作为 gif

发布于 2024-12-06 08:39:46 字数 121 浏览 0 评论 0原文

我正在尝试组合大约 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

偷得浮生 2024-12-13 08:39:46

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

它可能很简单:

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

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

It may be as simple as:

convert -delay 20 -loop 0 *.png myanimation.gif
妄想挽回 2024-12-13 08:39:46

您可以使用名为 GIMP 的免费程序。
YouTube 上有很多视频介绍如何做到这一点。

You can use a free program called GIMP.
There are plenty of videos on youtube saying how to do that.

活雷疯 2024-12-13 08:39:46

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文