Home

Awesome

SimpleGIF is a super-simple library to read GIF files and each frame of their animation.

This library uses .NET 5.0.


SimpleGIF uses:


This project is made possible by XamlAnimatedGif and What's in a GIF. XamlAnimatedGif is the only C# library that I found that reliably reads GIF files, but I was not using XAML for my application, so I ported over the GIF-specific code here. XamlAnimatedGif decodes the GIFs on the fly, which I also did not want (due to high CPU usage with just a few GIFs), so this library lets you get each/every frame already decoded as you wish.