Html5: How to handle RGB pixel with commands from prompt ? (just a browser)

Posted by Rocket Surgeon on Programmers See other posts from Programmers or by Rocket Surgeon
Published on 2012-06-23T13:57:15Z Indexed on 2012/06/24 3:24 UTC
Read the original article Hit count: 363

In the browser tools, say in debugging (any browser will do, but IE9 preferred) how can I access things like html5 canvas and modify individual pixels by typing commands from prompt ?

I know, it is possible to accomplish in miriad normal ways with preparing the markup and loading the page, but what is the shortest path ? The browser is running with some content, then I hit F12->Console-> what exactly should I type to cause a canvas to change ? Thank you

© Programmers or respective owner

Related posts about html5

Related posts about browser