То, как я могу объединиться два, анимировало изображения GIF в одно?

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

3
задан 6 October 2016 в 17:35

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.

, Это находится в repos для 12,04>> 16.04

sudo apt-get install gifcomb

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

1
ответ дан 1 December 2019 в 16:21

Можно использовать imagemagick для этого:

convert animated1.gif animated2.gif combined.gif
2
ответ дан 1 December 2019 в 16:21

Другие вопросы по тегам:

Похожие вопросы: