Home»Howto»Graphics/Video/Audio»Animated GIF

Create animated GIF

This will create an animated gif of 3 frames with 50 ms delay between them looping indefinitely. If we need a varied delay between the images we can specify the delay before each separate frame

convert -delay 50 frame1.gif -delay 100 frame1.gif -delay 150 frame1.gif -loop 0 animated.gif

Also if we want to add a pause between each loop

convert -delay 50 frame1.gif -delay 100 frame1.gif -delay 150 frame1.gif -loop 0 -pause 200 animated.gif

Also using convert we can combine 2 animated gifs

convert anim1.gif anim2.gif combined.gif
  • Boot Linux from USB. part I

    Multiple boot using GRUB2 from live ISO files located on USB
    Read more ...

  • Boot Linux from USB. part II

    Multiple boot using SYSLINUX from live ISO files located on USB
    Read more ...

  • Tweet update.

    Added tweet on @lloadm
    Read