Skip to content

Instantly share code, notes, and snippets.

@nitindhar7
Created October 17, 2011 02:58
Show Gist options
  • Save nitindhar7/1291838 to your computer and use it in GitHub Desktop.
Save nitindhar7/1291838 to your computer and use it in GitHub Desktop.
Splitting animated gif files using Imagemagick
$ convert wait.gif[0] wait_0.gif
$ convert wait.gif[1] wait_1.gif
$ convert wait.gif[2] wait_2.gif
$ convert wait.gif[3] wait_3.gif
$ convert wait.gif[4] wait_4.gif
$ convert wait.gif[5] wait_5.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment