Edit Image program? GDI+?

G

Guest

Hello,
I want to write a program in C# that will allow the user to select an image
from their hard drive and edit it. I need to do simple editing, like red-eye
reduction, crop, rotate, etc. Not to complicated. Can anyone point me in
the right direction? Is there any sample code out there to get me started?
Please help.

Michael
 
M

Matt

Michael said:
Hello,
I want to write a program in C# that will allow the user to select an image
from their hard drive and edit it. I need to do simple editing, like red-eye
reduction, crop, rotate, etc. Not to complicated. Can anyone point me in
the right direction? Is there any sample code out there to get me started?
Please help.

Michael

Sure, codeproject is always a good place to look. Here's an appropriate
article, but feel free to do your own search there:

http://www.codeproject.com/cs/media/Image_Processing_Lab.asp

Matt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top