Skip to content

Instantly share code, notes, and snippets.

@phelrine
Created March 30, 2011 13:18
Show Gist options
  • Save phelrine/894359 to your computer and use it in GitHub Desktop.
Save phelrine/894359 to your computer and use it in GitHub Desktop.
#!/bin/sh
convert -coalesce -delay 0 -loop 0 -deconstruct \
\( -geometry 48x48 -roll +1+0 $1 \) \
\( -geometry 48x48 $1 \) ${1%%.*}-furueru.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment