view · edit · sidebar · attach · print · history

< Rotate | Index>

Create an animated gif using imagemagick

  • mogrify -resize 250x150 *.jpg
  • convert -delay 200 -loop 0 *.jpg myimage.gif

See: http://scottlinux.com/2011/07/31/create-animated-gif-in-linux-from-command-line/

view · edit · sidebar · attach · print · history
Page last modified on March 07, 2018, at 12:40 PM