brot.js
brot.js copied to clipboard
Look into utilizing new ImageData API
Specifically, the ability to directly write a Uint8ClampedArray to a canvas by wrapping it in an ImageData object and passing it to .drawImage(). As explained here:
http://blogs.adobe.com/webplatform/2014/04/01/new-canvas-features/