Is it possible, without an external code library, to separate a .gif file into its individual frames, and conversely, to assemble a group of images into one?
I have spent a while playing with the System.Drawing namespace, and cannot seem to figure out how.
Also, I cannot figure out what to pass as a parameter for GetFrameCount. I do not know what they mean by a "dimension", and apparently it cannot be left null.
Additionally, is it possible to have playback control over the gif without first splitting it and recompiling/displaying in a way that mimics playback?
Thanks for the help.
This is in vb.net, 2008.
EDIT: If it is not possible without an external library, what is the best one to use?