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!
I ended up finding this, http://vintagejs.com/
Alex Michael has a fantastic open source javascript library for instagram filters: http://alexmic.github.com/filtrr/
You can do this with a canvas. Cm.:
Creating image filters with canvas
Pixel Image Processing Library
I think that all filters are public libraries written in C / C ++ that can be imported into node =). Try