Skip to content

Instantly share code, notes, and snippets.

@rschiang
Created May 28, 2018 09:23
Show Gist options
  • Save rschiang/cf32d45efb9adb52a4bae5a80145e66d to your computer and use it in GitHub Desktop.
Save rschiang/cf32d45efb9adb52a4bae5a80145e66d to your computer and use it in GitHub Desktop.
Turns image strip into GIF
#!/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