Skip to content

Instantly share code, notes, and snippets.

@bds
Created December 7, 2013 22:48
Show Gist options
  • Save bds/7850514 to your computer and use it in GitHub Desktop.
Save bds/7850514 to your computer and use it in GitHub Desktop.
Ceate a .gif from a sequence of images with ImageMagick
#! /usr/bin/env sh
convert *.jpg -loop 0 creek.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment