Commit 21d2fee0 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

tiff to camvc

parent bc4a5db3
......@@ -191,6 +191,9 @@
function process_image_tiff(blob){
IMAGE_FORMAT = "TIFF";
obj.format = IMAGE_FORMAT;
var arrayBuffer;
var fileReader = new FileReader();
fileReader.onload = function(event){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment