【发布时间】:2021-02-08 23:45:09
【问题描述】:
我想从以下图像创建一个 gif:(我没有足够的声誉来嵌入它们)
https://github.com/Dragon8oy/argon-grub-theme/raw/master/docs/Crystals.png
https://github.com/Dragon8oy/argon-grub-theme/raw/master/docs/Grey.png
https://github.com/Dragon8oy/argon-grub-theme/raw/master/docs/Night.png
我正在使用:
convert -alpha remove -layers OptimizePlus -delay 150 -loop 0 *.png Gallery.gif
创建结果:
https://i.imgur.com/lgHskVq.gif
结果在第 3 帧的中山上有白色的规格。 我不担心文件大小,所以如果可以选择无损 gif,那就可以了。 谢谢:)
【问题讨论】:
-
你的IM版本和平台是什么?结果对我来说看起来不错。您的 Night.png 文件在输入图像中的山脉上有白点。因此它们将显示在输出 gif 中。
-
我使用的是 Debian Sid,IM 版本:6.9.11.24。 Night.png 中有白点,但没有在任何山上,中间山上覆盖着 Night.png 上没有的白点
标签: imagemagick gif