Animated GIF Plugin for Cropper

WHAT IS IT?
Cropper is a great free screen capture program, available here: http://blogs.geekdojo.net/brian/articles/Cropper.aspx. It has a cool plugin system which lets you send the screenshots anywhere you can write code to send it. I wrote this plugin to save a portion of the screen to an Animated GIF.

INSTALLATION
To install, copy all files to your Croppper\Plugins directory.

CREDITS
This plugin was written by Jon Galloway (http://weblogs.asp.net/jgalloway). 
I made use of some code from a CodeProject article, NGif (http://www.codeproject.com/dotnet/NGif.asp). This code was a direct Java to .NET port of Kevin Weiner's AnimatedGifEncoder (http://www.fmsware.com/stuff/gif.html), which in turn was based on a bunch of public domain code dataing back as far as 1994. The GIF Quantization uses NeuQuant, an interesting Neural Network quantizer (http://members.ozemail.com.au/~dekker/NEUQUANT.HTML).

My plugin code is published under public domain license. Based on my research on the origin of the code above, I believe all the NGif code is public domain as well. I did some significant refactoring to the NGif code; the CodeProject version was a direct port from Java and didn't leverage .NET Framework classes like System.Drawing. Bottom line - all this code is under public domain license.

You can download the code and source for this plugin from : http://tools.veloc-it.com