Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
We are building a software for photo printing.

There are like a thousand libraries out there for basic image manipulations : brightness/contrast, resize, invert, basic filters like emboss, etc. We already have that.

What we need is a library that provides more advanced effects, like Instagram, PicFull, Pixlr, Befunky, Rollip, Fotor, and so many other similar sites.

We need to be able to call it from .Net, on Windows, in a WPF application, but at this point I'm willing to try anything.

On our web application, we already use Aviary, which is great, but has one big problem: it only works online. So, the user has to send his 4-5Mb image to Aviary, which in turn sends it back once modified. While it's ok when the servers are the ones to communicate, it's too much for using on a mostly-offline application.

We are willing to use commercial solutions, so any suggestion is appreciated.

I'm looking literally everywhere for an answer to this question. The best I have found yet is "write your own filters", and this is just not going to cut it.

Thank you!
Posted

1 solution

OpenCV

http://opencv.org/[^]

There is a dotnet wrapper

http://code.google.com/p/opencvdotnet/[^]
 
Share this answer
 
v2
Comments
thomasbtv 31-Jul-13 6:10am    
Thank you but it's not the kind of library I'm looking for. We don't want to write the filters ourselves, we want to apply an existing one, or integrate an image editor in our application.
[no name] 31-Jul-13 6:12am    
Do you know anything about opencv?
thomasbtv 31-Jul-13 6:24am    
No, but according to the description, it looks more like a "basic" library. If you think it has features similar to Instagram, I will look into it more. Thanks !
[no name] 31-Jul-13 6:31am    
I think you may find most things have been done in the opencv community. By all means look for a simpler way but I suspect that may not exist.
thomasbtv 31-Jul-13 8:25am    
Ok thank you! Do you know where I can find these kind of filters? I don't see this kind of page on the OpenCV site. Is there a "community" site with examples and libraries ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900