使用javax包下ImageIO.write方法读取.jpg后缀为null的解决方法
在maven项目的pom里引入依赖,即可
<!-- 解决.jpg读取为null-->
<dependency>
<groupId>org.sejda.imageio</groupId>
<artifactId>webp-imageio</artifactId>
<version>0.1.6</version>
</dependency>
仓库地址:https://mvnrepository.com/artifact/org.sejda.imageio/webp-imageio