Is there a way or a library to obtain an images color data pixel by pixel in javascript?
I need to read lots of OMR form, and i want to do it on clients not on my server :D. So either i can build it the system with javascript if i can reach raw data or i have to build a desktop application which i don’t like at all.
Thanks
Is there a way or a library to obtain an images color data pixel
Share
HTML5 Canvas element is the way to go if you don’t have browser limitations.