Browse Source

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

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

Signed-off-by: 高雄 <admin@cxcp.com>
pull/226/head
高雄 1 year ago committed by Gitee
parent
commit
8c480208df
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 5
      server/src/main/resources/web/tiff.ftl

5
server/src/main/resources/web/tiff.ftl

@ -86,8 +86,9 @@ html += " <p>有任何疑问,请加入kk开源社区知识星球咨询:<a
html += "</div>";
html += "</body>";
html += "</html>";
document.write(html);
document.close();
document.write(html);
document.close();
return;
}
for (let i = 0; i < rgba.length; i++) {
imageData.data[i] = rgba[i];

Loading…
Cancel
Save