This is a little program which can be used to split apart animated GIF
images into their component parts. The program runs under a command prompt.
Program syntax:
gifsplit
For example, if your GIF file is named "foo.gif" and you want the zip file
gifsplit foo.gif bar.zip
WARNING: The program generates intermediate files with the name 0000.gif,
The author can be reached at buddabing AT houston DOT rr DOT com.
containing the components to be named "bar.zip", you would type the
following into the command line:
0001.gif, etc., one for every component of the GIF. If you already have
files with these names, they may be destroyed.