Skip to content

Instantly share code, notes, and snippets.

@loopymonkey
Created August 28, 2014 20:28
Show Gist options
  • Save loopymonkey/e4100fe2cad9e4a436ba to your computer and use it in GitHub Desktop.
Save loopymonkey/e4100fe2cad9e4a436ba to your computer and use it in GitHub Desktop.
raspberry pi gif playback
#install imagemagick first
animate myimg.gif
#The window is by default borderless (you do have to be in an X GUI). You can resize:
animate -resize 1920x1080 myimg.gif
#or convert
convert myimg.gif -coalesce myimg2.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment