summaryrefslogtreecommitdiff
path: root/image_metadata.html
diff options
context:
space:
mode:
authortimb <opuscule@gmail.com>2015-08-05 09:07:59 -0700
committertimb <opuscule@gmail.com>2015-08-05 09:07:59 -0700
commit74f6c10642889c52f001eb8f0495d14fb41db2ec (patch)
tree35f662a2e31856e23d8d0353bb6019dfc7ee92da /image_metadata.html
parent2dfed6e2f39a3d94e702ff4c3fa4d4d69e13ef82 (diff)
add radio controls, add shader target, export format uses radio controls and is saved to local storage, move tool binding from control.js to tool.js
Diffstat (limited to 'image_metadata.html')
-rw-r--r--image_metadata.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/image_metadata.html b/image_metadata.html
index ed3fffd..73e61c8 100644
--- a/image_metadata.html
+++ b/image_metadata.html
@@ -25,12 +25,6 @@ for (var i=0, name; name=doms[i]; i++){
dom[name] = document.getElementById(name)
}
-var insert_colorcode = function(cc, chunks){
- var chunk = PNG.make_itxt_chunk('colorcode', cc, chunks)
- // assume we wanna insert the chunk very last, just in front of the end chunk
- chunks.splice(chunks.length - 1, 0, chunk)
-}
-
var log_clear = function(){
dom.log.innerHTML = ""
}