\define StegEncode(text, image)
function hide() {
var stego = document.getElementById("stego"),
img = document.getElementById("img"),
cover = document.getElementById("cover"),
message = document.getElementById("message"),
textarea = document.getElementById("text"),
download = document.getElementById("download");
if(img && textarea) {
cover.src = steg.encode(textarea.value, img, {"width": img.width, "height": img.height});
stego.className = "half";
message.innerHTML="";
message.parentNode.className="invisible";
download.href=cover.src.replace("image/png", "image/octet-stream");
}
}
\end--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/bb3f2970-e903-4d17-8fba-8eea8fda3d95%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.