更新tif解析文件 更加自能错误提醒

更新tif解析文件 更加自能错误提醒 

Signed-off-by: 高雄 <admin@cxcp.com>
pull/226/head
高雄 2023-09-07 10:32:14 +00:00 committed by Gitee
parent b010e13de2
commit 8c480208df
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 3 additions and 2 deletions

View File

@ -88,6 +88,7 @@ html += "</body>";
html += "</html>"; html += "</html>";
document.write(html); document.write(html);
document.close(); document.close();
return;
} }
for (let i = 0; i < rgba.length; i++) { for (let i = 0; i < rgba.length; i++) {
imageData.data[i] = rgba[i]; imageData.data[i] = rgba[i];