Introduction
Image Processing Library
Since C# is a new language it is very difficult to find Image processing Library on this Platfrom thus this is my attempt to help user & student community who tend to work on Image Processing using .Net Platform.
Initially i have limited the Library to Grey Scale & Binary Images, if i get good response i will surely extend the library to Color Images.
The Solution has two main projects namely
1) ImageProc Library Module : It Consists of all the functions written for Image Processing.
2) ImageUse Program using Library : Inorder to use ImageProc library we need a program this is it.