* tif图片预览,在application.properties中加入tif.preview.type = ${KK_TIF_PREVIEW_TYPE:tif},可以控制使用tif、jpg、pdf方式预览。

修改相应代码,加入必要的判断处理。
This commit is contained in:
zhangzhen1979
2021-12-05 12:38:30 +08:00
committed by kl
parent b7760ab42a
commit 6dce47e47f
6 changed files with 86 additions and 38 deletions

View File

@ -260,6 +260,7 @@
<groupId>javax.media</groupId>
<artifactId>jai_core</artifactId>
<version>1.1.2-beta</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jai_core-1.1.2-beta.jar</systemPath>
</dependency>
@ -267,6 +268,7 @@
<groupId>javax.media</groupId>
<artifactId>jai_codec</artifactId>
<version>1.1.3</version>
<scope>system</scope>
<systemPath>${basedir}/lib/jai_codec-1.1.3.jar</systemPath>
</dependency>