Fix bug wrong orientation caused by EXIF

This commit is contained in:
verboomp
2026-02-06 09:37:03 +01:00
parent bb4d7fbf68
commit b6158d933f
3 changed files with 141 additions and 6 deletions

View File

@@ -44,6 +44,13 @@
<version>3.0.5</version>
</dependency>
<!-- EXIF metadata extraction for image orientation -->
<dependency>
<groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId>
<version>2.19.0</version>
</dependency>
<!-- Elytron secrity used for username/password login -->
<dependency>
<groupId>org.wildfly.security</groupId>