更新tif解析文件 更加自能错误提醒
更新tif解析文件 更加自能错误提醒 Signed-off-by: 高雄 <admin@cxcp.com>
This commit is contained in:
@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user