Just an experiment in using WebGL. This is version two of an earlier variant in plain javascript.
Image processing in javascript
Some image processing stuff I did a long time ago to get more aquainted with javascript. Since it's just plain javascript without parallelizationsome operations can be rather slow. I improved on this by rewriting it using webgl later.