gif2anim script throwing a couple of errors
Posted: 2012-04-18T12:14:11-07:00
Hi,
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:
I get a couple of errors:
If I add the -l command line switch, the +repage error goes away.
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
I confess I know nothing about bash scripting and I'm also pretty new to IM, but I have genuinely tried to understand the problem and find a solution myself, so any guidance here would be massively appreciated!
Thanks in advance.
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.