Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create Instagram-esque filters with javascript?

Can I create Instagram-esque filters with javascript?

The images can be processed client-side or server-side(node.js)

I could overlay some pngs and box-shadows with css to get a limited amount of similar effects, but I was wondering if there was anything out there that can truly process images like this in js.

Thanks!

like image 684
fancy Avatar asked Nov 19 '11 06:11

fancy


1 Answers

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

like image 69
Vijay Boyapati Avatar answered Sep 20 '22 17:09

Vijay Boyapati