使用javax包下ImageIO.write方法读取.jpg后缀为null的解决方法

使用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

上一篇:pandas笔记之series的使用


下一篇:Python 第三方模块 机器学习 Scikit-Learn模块 特征工程