What is the best JavaScript image processing library?

AntonAL picture AntonAL · Jul 28, 2010 · Viewed 64.1k times · Source

I need some kick-ass effects for my web site, like gaussian blur, noise, convolution filters, morphological operations etc. All effects must be applied dynamically (no pre-renderend images) and being changed over time.

What is the most powerful image processing library, implemented in JavaScript ?

Answer

Leonid Mamchenkov picture Leonid Mamchenkov · Mar 15, 2012

CamanJS is the most flexible non-interactive (API, not point-and-click) JavaScript library for image manipulation, that I came across so far.