Project DescriptionImageTools for Silverlight is a library, which provides additional functionality for loading, saving and manipulation images from different sources and with different formats.
At the moment the library is able to load the most important png, jpg, bmp and gif formats. Please have a look at the follow demo and select a image which should be displayed. If an error messages appears this means, that the file is not supported yet and I would very happy for a comment with the image attached, which you used for testing.
Need Help:

I want to prepare version 0.2 of the imagetools library. At the moment the following features and todo's are planed:
- Full working gif decoder
- Bug fixes in ImageEditor control
- Testing of the AnimatedImage control and bug fixes when necessary
- Loading and saving of DPI information (just for png's at the moment)
- Testing of loading different image formats
- Red-Eye-Filter
Howto's
Feature List:
- Animation
- Loading and Saving of PNG files.
- Loading and Saving of BMP files.
- Loading of GIF files, animated and non-animated
- Loading of JPEG images.
- Flipping images at the X- or Y-axis.
- Support for image filters with the following alreay existing filters:
- Sepia
- Invert
- Grayscale
- Contrast
- Brightness
- Extendible, own encoders, decords, image-resizer-algorithms and filters can be implemented very easy.