aboutsummaryrefslogtreecommitdiff
path: root/demos/openjpeg.html
diff options
context:
space:
mode:
authorAlon Zakai <azakai@mozilla.com>2011-03-05 19:32:59 -0800
committerAlon Zakai <azakai@mozilla.com>2011-03-05 19:32:59 -0800
commit8ef75a757bd32930b8e3b4f2354b54bd0d3f5234 (patch)
treea522c1e7d9e147c9f54b7000b988ce49bbdecfbd /demos/openjpeg.html
parent7e3cd0de0738b56ecd189208cff96f31dcd8dbac (diff)
openjpeg demo tweaks
Diffstat (limited to 'demos/openjpeg.html')
-rw-r--r--demos/openjpeg.html4
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>