Sorry, I have searched for a solution to this, but I couldn't find anything and I'm brand new to this so couldn't figure it out myself...
I am using the gif2anim script found here to try to find out the timing information of an animated gif.
I'm running on Windows, so I downloaded CygWin. I saved the script with a .sh extension, ensured the file had Unix line endings, etc.
When I run the script:
Code: Select all
gif2anim mygif.gif
Code: Select all
Invalid Parameter - -verbose
Invalid Parameter - +repage
I tried removing the -verbose switch from line 55 of the script, and it runs without errors, however the output file is... a little sparse
Code: Select all
#
# Animation Sequence File "mygif.gif"
# using a BASENAME of "mygif"
# Extracted on 2012-04-18 19:52:08
#
Thanks in advance.