Как я могу объединить два анимированных изображения GIF в одно?

У меня два анимированных .gif файлы. Можно ли объединить эти два .gif в один .gif?

2 ответа

Решение

Вы можете использовать gifcomb

       A  program to combine 2 GIF images of exactly the same size
       into one.  The color maps are merged, but the result may not exceed 256
       colors.   A  boolean  mask GIF file can be used to set which pixel from
       two images to use at each location.   Otherwise  any  background  color
       from  first  image  is  converted  to second image color at that point.
       Only the first image of each file is combined; again, all files'  first
       images must be of exactly the same size.

Это в репо за 12.04 >> 16.04

sudo apt-get install gifcomb

Вот справочная страница

Вы можете использовать imagemagick для этого:

convert animated1.gif animated2.gif combined.gif
Другие вопросы по тегам