Skip to content

2.22.6

Compare
Choose a tag to compare
@rds1983 rds1983 released this 03 Jul 06:19
· 42 commits to master since this release

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