| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | |
| <title>JPEG image decoding</title> | |
| <script src="decoding_story_helpers.js"></script> | |
| <script src="jpeg_squares_base64.js"></script> | |
| </head> | |
| <body> | |
| <img id="img"> | |
| <script> | |
| var numSquares = jpeg_squares_base64.length; | |
| drawColorfulSquares(numSquares, jpeg_squares_base64); | |
| </script> | |
| </body> | |
| </html> |