Created
May 28, 2018 09:23
-
-
Save rschiang/cf32d45efb9adb52a4bae5a80145e66d to your computer and use it in GitHub Desktop.
Turns image strip into 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
#!/bin/bash | |
convert bounce.png -background white -alpha remove -crop 150x150 +repage frame%02d.png | |
gifski frame*.png --fps 18 --output bounce.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment