GIFSPLIT Documentation

########################################################################
# This program is Copyright (C) 2003 by Buddabing. GIFSPLIT is #
# provided to you without charge, and with no warranty. You may give #
# away copies of GIFSPLIT, provided that this notice is #
# included in all the files. #
########################################################################

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
containing the components to be named "bar.zip", you would type the
following into the command line:

gifsplit foo.gif bar.zip

WARNING: The program generates intermediate files with the name 0000.gif,
0001.gif, etc., one for every component of the GIF. If you already have
files with these names, they may be destroyed.

The author can be reached at buddabing AT houston DOT rr DOT com.