Hello!

My name is John Pertoft.

I am a last year Computer Science student at KTH Royal Institute of Technology in Stockholm.

You can find me by sending an email to john at pertoft dot se

or by clicking on one of the buttons below



WebGL accelerated image processing

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.