Create Instagram-esque filters with javascript?

Can I create Instagram-esque filters with javascript?

Images can be processed on the client side or on the server side (node.js)

I could cast some png and box shadows with css to get a limited number of similar effects, but I was wondering if there was anything out there that could really handle images like this in js.

Thanks!

+7
source share
4 answers

I ended up finding this, http://vintagejs.com/

+5
source

Alex Michael has a fantastic open source javascript library for instagram filters: http://alexmic.github.com/filtrr/

+7
source
+3
source

I think that all filters are public libraries written in C / C ++ that can be imported into node =). Try

+1
source

All Articles