2.22.6
New Features:
Now it's possible to load all frames of an animated gif along with its delays using following code:
foreach(AnimatedFrameResult frame in ImageResult.AnimatedGifFramesFromStream(stream))
{
// Do something with a frame
}
Closed Issues:
#7 - Feature Request: Add ability to read all frames of an animated gif