From 89d7e9fe4d038943223c8d628f02a0b12f8a005b Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Sat, 9 Jan 2016 19:21:06 -0800 Subject: [PATCH] Added note about Chrome broken, added head tags --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0a61f92..813ec3a 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,9 @@ Enter in: If you were wondering how this data was generated, you see the great thing about computers is that they can automate all the tedious and boring crap, er, calculations for us. Here's a HTML + Javascript program I wrote to convert the [image to HEX](image_2_hex.html): ```javascript + + +
@@ -424,7 +427,11 @@ If you were wondering how this data was generated, you see the great thing about ``` +Note: If you get a retarded _Uncaught SecurityError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The canvas has been tainted by cross-origin data._ with Chrome you need to start it with the command line: + --allow-file-access-from-files + +Another solution is to use a web browser that isn't "broken" such as Firefox, etc. ## Font -> Screen Memory Trace