如何使用ImageMagick覆盖特殊帧中的图片?

时间:2017-09-14 02:41:18

标签: python linux shell imagemagick imagemagick-convert



    这是我的源图片http://cdn.mayike.com/emotion/2017/06/06/rJuRPDQMZ.gif

我想在心脏空间添加另一张照片。

如何在shell命令中使用ImageMagick执行此操作?

由于

1 个答案:

答案 0 :(得分:2)

在Imagemagick中,您可以执行以下操作。我正在使用与动画大小相同的棋盘图像来显示心脏。

enter image description here

convert checks200.gif null: \( rJuRPDQMZ.gif -coalesce \) -layers composite -layers optimize new_animation.gif

enter image description here

http://www.imagemagick.org/Usage/anim_mods/#background。如果使用Imagemagick 7,请将转换为magick。