Is there a javascript library for image processing

Are there JavaScript libraries for image processing, for example:

  • Color correction
  • Combining two or more images
  • Image recognition, etc.
+3
source share
2 answers

http://www.pixastic.com/ tends to work well. In addition, if you want high performance, you can use the shader in WebGL.

+4
source

There is a processing port for JavaScript: Processing.js

+1
source

All Articles