[fixbug]: 修复图片压缩自动旋转问题 #2923

This commit is contained in:
wangdz50
2023-03-01 13:42:25 +08:00
parent 73d25a2f8b
commit be5a5c411a
3 changed files with 94 additions and 1 deletions

View File

@@ -22,5 +22,10 @@
<artifactId>hutool-core</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId>
<version>2.18.0</version>
</dependency>
</dependencies>
</project>