vote up 0 vote down star

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

flag

You posted this twice. – Jon Apr 14 at 14:41

2 Answers

vote up 1 vote down check

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.

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.