Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best JavaScript image processing library? [closed]

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 ?

like image 937
AntonAL Avatar asked Jul 28 '10 08:07

AntonAL


People also ask

Is JavaScript good for image processing?

js is a powerful tool which provides a wide range of functions. Other than Filtrr2 and CamanJS, it works with WebGL. The cool thing about this is, that image processing operations are done using the graphic card and can therefore run in real-time. The main drawback is that it will only be supported in newer browsers.

What JavaScript library should I use?

jQuery is probably the most popular JavaScript library out there which provides so many features for modern-day development. You can use jQuery API for event handling, animation, and manipulating of the HTML document, also known as DOM. Besides this, jQuery is being used with Angular and React App building tools too.

How many JavaScript libraries are there?

In case you're wondering how many JavaScript frameworks are there, according to Wikipedia (which isn't the most trusty source, but hey), there are at least 24 JS frameworks and around 83 libraries.

What is CamanJS?

CamanJS is (ca)nvas (man)ipulation in Javascript. It's a combination of a simple-to-use interface with advanced and efficient image/canvas editing techniques. CamanJS is very easy to extend with new filters and plugins, and it comes with a wide array of image editing functionality, which continues to grow.


1 Answers

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

like image 175
Leonid Mamchenkov Avatar answered Sep 20 '22 12:09

Leonid Mamchenkov