feat(ImageUtil): 添加图片压缩方向处理功能

This commit is contained in:
2025-08-24 16:58:03 +08:00
parent 1d8ad14ebc
commit dad6666107
2 changed files with 134 additions and 5 deletions

View File

@@ -140,6 +140,12 @@
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>