diff options
-rw-r--r-- | demos/openjpeg.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/openjpeg.html b/demos/openjpeg.html index 47c0d820..292ecfad 100644 --- a/demos/openjpeg.html +++ b/demos/openjpeg.html @@ -87,12 +87,12 @@ <p>After the image is decoded into pixel data, it is rendered using a Canvas element. This demo should therefore work in any web browser that supports the Canvas element, whether or not that web browser natively supports the JPEG 2000 format.</p> - <p>Click 'Go!' to render a demo image (from <a href="http://syntensity.com/toplevel/screenshots/">here</a>) + <p><b>Click 'Go!'</b> to render a demo image (from <a href="http://syntensity.com/toplevel/screenshots/">here</a>) which has been encoded into a JSON object. You can also change the URL to that of a binary JPEG 2000 image, which will be downloaded and rendered, but I am not aware of a cross-browser way to receive binary data, so it uses a <a href="https://developer.mozilla.org/en/using_xmlhttprequest#Receiving_binary_data_using_JavaScript_typed_arrays">typed array - property of the XHR</a> (which will only work on Firefox 4).</p> + property of XHRs</a> (which will only work on Firefox 4).</p> <hr> <canvas id='canvas' width=1 height=1></canvas> <hr> |