How do you split an animated gif into its component parts in .net?
Specifically I want to load them into Image(s) (System.Drawing.Image) in memory.
=========
Semi-related, in WPF you have the BitmapDecoders which will provide you with all the frames of an image.
See BitmapDecoder.Create and BitmapDecoder.Frames.