steganography example: minor change
This commit is contained in:
parent
0d3119d6f9
commit
f3334c13cf
1 changed files with 1 additions and 3 deletions
|
@ -90,9 +90,7 @@ Ox.load('Image', function() {
|
||||||
Ox.Image(src, function(image) {
|
Ox.Image(src, function(image) {
|
||||||
result(Ox.$('<img>').attr({src: src}));
|
result(Ox.$('<img>').attr({src: src}));
|
||||||
status('Decode the least significant bits of vietnam.png');
|
status('Decode the least significant bits of vietnam.png');
|
||||||
image.decode(false, 1, function(str) {
|
image.decode(false, 1, result);
|
||||||
result(str);
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue