A library written in C# for encoding and decoding animated Graphics Interchange Format (GIF) images. Based on NGif http://www.codeproject.com/KB/GDI-plus/NGif.aspx. Includes sample apps for encoding and decoding GIF files.
Features
- Create animated or static GIF files
- Decode GIF files and extract their individual frames as bitmaps
- 3 different options for reducing colour palette to 256 colours or less - neural network, octree or user-supplied palette
License
Other License, GNU General Public License version 3.0 (GPLv3)Follow GifComponents
You Might Also Like
Bright Data - All in One Platform for Proxies and Web Scraping
Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
Rate This Project
Login To Rate This Project
User Reviews
-
Good, but need some serious optimization, tough. I was able to squeeze a 60% speed increase by using unsafe bitmaps and doing some dumb checking, but more could be done.
-
It's ok, but need some tweakings. The binaries work, but it seems that the button "extract frames to bitmap" do not work. The Help Button open a 'ExceptionForm' window. Then, i couldnt build GifComponents under VS2008. (many errors, first one is Error 1 Cryptographic failure while signing assembly 'C:\C#\gifcomponents\GifComponents\obj\x86\Debug\GifComponents.dll' -- 'Error reading key file 'c:\C#\Simon.snk' -- The system cannot find the file specified. ' GifComponents )