jsimp
JavaScript Image Processor
Installation
HTML
...
Usage
In your HTML, create the canvas element and add the code that loads the required image on the canvas.
Once the image is loaded on the canvas, you can create the JSIMP object and start processing the image.
var canvas = document; //Create a JSIMP objectvar jsImp = ; //Load image data from the canvas.jsImp; //Do the processingjsImp;jsImp; //Load the processed image back to the canvasjsImp;
License
Code released under the MIT License.