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
GNU General Public License version 3.0 (GPLv3), Other LicenseFollow GifComponents
Other Useful Business Software
Crowdtesting That Delivers | Testeum
Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
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 )