Using a scanner in C#

  • Thread starter Thread starter sheperson
  • Start date Start date
S

sheperson

Hi,
For a project I need to scan images from a scanner using my program
(and ofcourse C#).
I need to scan the image and if it has a poor quality improve it's
quality.
Does anyone know how to do this (free)?
Thanks in advance.
 
gjgjgh



sheperso wrote:

Using a scanner in C#
22-Jun-08

Hi
For a project I need to scan images from a scanner using my progra
(and ofcourse C#)
I need to scan the image and if it has a poor quality improve it'
quality
Does anyone know how to do this (free)
Thanks in advance.

EggHeadCafe - Software Developer Portal of Choice
SILVERLIGHT CROSS-DOMAIN / CLIENTACCESSPOLICY FILE CHECKER
http://www.eggheadcafe.com/tutorial...932-5abbfd5fa67d/silverlight-crossdomain.aspx
 
Behrooz Hekmat wrote in
For a project I need to scan images from a scanner using my program
(and ofcourse C#).
I need to scan the image and if it has a poor quality improve it's
quality.
Does anyone know how to do this (free)?

Check the open source sites: codeplex, sourceforge, googlecode, etc.
Outside of this, you will have to look at third party libraries (not free)
or coding yourself.

There are plenty of great imaging libraries out there, but none I know of
that are free. There are some open source imaging projects, however, that
might fulfill your own needs.

Peace and Grace,

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 
Check the open source sites: codeplex, sourceforge, googlecode, etc.
Outside of this, you will have to look at third party libraries (not free)
or coding yourself.

There are plenty of great imaging libraries out there, but none I know of
that are free. There are some open source imaging projects, however, that
might fulfill your own needs.

The original post (which you quoted above) was from 2008-06-22. The post you
actually replied to was yet another idiot at EggHeadCafe responding to a
very old post, except in this case he made a more idiot reply than normal. I
do so wish these people would stop.
 
The original post (which you quoted above) was from 2008-06-22. The
post you actually replied to was yet another idiot at EggHeadCafe
responding to a very old post, except in this case he made a more
idiot reply than normal. I do so wish these people would stop.

Like AOL ruined the Internet in the 90s, it is Egghead Cafe today? ;-)

Peace and Grace,

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 
Like AOL ruined the Internet in the 90s, it is Egghead Cafe today? ;-)

Actually, that's EXACTLY how I'm starting to see it. And I've only noticed
it in the last few months.
 
Actually, that's EXACTLY how I'm starting to see it. And I've only
noticed it in the last few months.

It comes in waves. After a time, things die down ... and then a new wave
starts. After Egghead Cafe, you will see another location.

Peace and Grace,

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 
Back
Top