What i am tryting to do is take the "pixel.jpg" and cosole.log the RGB value of a pixel at the x and y values determined by a variable. im i assuming i would need to to create a canvas and then scan the entire thing using a for loop.. ??
<meta charset="UTF-8">
title>Pixel</title>
<link href="pixel.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="pixel.js"></script>
<pre id="output"></pre>