Created
January 27, 2016 00:27
-
-
Save codeprimate/546fff3829cd0852de25 to your computer and use it in GitHub Desktop.
Add Padding to an Animated GIF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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