Skip to content

Instantly share code, notes, and snippets.

@codeprimate
Created January 27, 2016 00:27
Show Gist options
  • Save codeprimate/546fff3829cd0852de25 to your computer and use it in GitHub Desktop.
Save codeprimate/546fff3829cd0852de25 to your computer and use it in GitHub Desktop.
Add Padding to an Animated GIF
convert loading.gif -coalesce -repage 0x0 -gravity center -extent 200x300 -background '#cccccc' +repage test1.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment