Free .Net Image Processing Library
Digital Image Processing Library
Cohesive Computing have made available a free .Net library for performing some common yet powerful image processing operations. The library is compact, simple to use, and can take advantage of multiple CPUs and cores.
The image processing features supported are as follows:
- auto contrast
- noise reduction
- smoothing
- sharpening
- outline detection
- copy/paste/add/blend/watermark
- convert to grey scale
- convert to negative
- brightness control
- binary threshold
- erosion and dilation
- rotation (90 and 270 degrees)
The library is compatible with version 3.5 (and later) of the .Net framework. We're planning to release a version of the library that is optimized for Windows 7 Mobile, so watch this space!
Image Processing Library Example Output

Above lighthouse with auto contrast applied.

Lighthouse with outline detection applied.

Lighthouse converted to grey scale.

Lighthouse converted to negative.
Download Details
The image processing library is packaged in a zip file, with a sample Visual Studio 2010 project that demonstrates all the features. When the example project is run, the main solution folder will become populated with the processed images.
Email us if you have any comments or suggestions.