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
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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 )