Imagemagick
|
|
You will need to install imagemagick.
Get it here
Then you you can use the command line to extract each individual frame.
convert -coalesce yourgif.gif out%05d.png
Gives me a couple of errors but does produce a series of image files in the same directory as the original gif.
I found this really useful when wanting to create an animated sprite in Spritebuilder from an animated gif.
|
|
 |
|