views:

64

answers:

2

Exact duplicate of

Photo application

Hi people.

I'm developing an application, just for fun, that consists of capturing the image from a webcam.

What I would like to know is: How can I apply some filters to the image that make things like iPhoto programm from Apple. Things like defacements, etc.

I'm using C# as programming language.

Thanks :D

+1  A: 

You should look for a suitable library.

There is one at : codeproject

I don not know if this suits you. There should be others out there.

AndreasT
A: 

The first thing I would look at would be whether you can do what you are after with ImageMagick - a fairly complete open-source library for image processing that has APIs available for most languages.

glenatron