diff --git a/examples/steganography/js/example.js b/examples/steganography/js/example.js index a0c52522..a18abe5c 100644 --- a/examples/steganography/js/example.js +++ b/examples/steganography/js/example.js @@ -85,9 +85,9 @@ Ox.load('Image', function() { status('Decode all bits of iceland.png'); iceland.decode(-1, function(src) { result( - Ox.sub(src, 0, 32) + ' ... [' + src.slice(0, 32) + ' ... [' + Ox.formatNumber(src.length - 64) - + ' more bytes] ... ' + Ox.sub(src, -32) + + ' more bytes] ... ' + src.slice(-32) ); status('Load as vietnam.png'); Ox.Image(src, function(image) {