65.9K
CodeProject is changing. Read more.
Home

Image Processing Library in C#

starIconstarIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIcon

2.63/5 (41 votes)

Jan 30, 2003

viewsIcon

230490

downloadIcon

9058

This Article Help you to Build an Image Processing Library in C#

Sample Image - ImageProc.jpg

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.