GD-Sharp is a .NET wrapper for the GD Library, written by Mircea-Cristian Racasan, developed with mono for Linux and Windows. It is written in C# and it uses GD 2.x and more information about it can be found at http://gd-sharp.sourceforge.net/. The GD library itself is an ANSI C library for the dynamic creation of images. GD creates PNG, JPEG and GIF images, among other formats. It's home page is at http://www.boutell.com/gd/
I have extended GD-Sharp with the following which should make it back into the main GD-Sharp core shortly subject to a few unresolved issues. Also, unlike the main GD-Sharp library, this is target specifically for Win32/Microsoft .NET rather than mono. Visual Studio .NET 2003 projects are included in the source.
The patches have been integrated into the core codebase now so please visit the GD-Sharp site for downloads and more information
Continue reading GD-Sharp for .NET Win32.
