Created
August 9, 2013 20:05
-
-
Save zer0her0/6196744 to your computer and use it in GitHub Desktop.
Beginning of street art code...
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
| identify street.gif //output # & type of "frames" in gif | |
| //calculate how many frames to grab, possibly limit over a certain # of frames | |
| montage -geometry +11+0 street.gif[0-10] test.png //needs to fix geometry to output single row or column, also varible for frame # in bracket. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment