Created
August 28, 2014 20:28
-
-
Save loopymonkey/e4100fe2cad9e4a436ba to your computer and use it in GitHub Desktop.
raspberry pi gif playback
This file contains 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
#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