I have the following Javascript code-
var img=new SimpleImage('image.png');
The dimension of the image.png file is 10x10. Now I need to access the pixel at coordinate (5,4) and get it's Red value. I've googled but cannot find a way to access the pixel using it's coordinate. How can I do this?