All Questions
1 question
1
vote
1
answer
640
views
Image pixel manipulation in a dedicated web worker
I need to do a computation intensive image pixel manipulation in a browser using JavaScript. Pixel manipulation includes histogram equalization, converting to grayscale using lightness (L* of CIE Lab ...