Create Instagram-esque filters with javascript?

前端 未结 4 976
[愿得一人]
[愿得一人] 2020-12-30 13:15

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-shado

相关标签:
4条回答
  • 2020-12-30 13:26

    You could do it with canvas. See :

    Making Image Filters with Canvas

    Pixastic Image Processing Library

    0 讨论(0)
  • 2020-12-30 13:31

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

    0 讨论(0)
  • 2020-12-30 13:43

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

    0 讨论(0)
  • 2020-12-30 13:46

    I think all filters are public libs wrote in C/C++ that u can import in node =) Give a try

    0 讨论(0)
提交回复
热议问题