fix resolutions for exif rotated images
Some checks failed
test / cargo test (push) Failing after 1m25s

This commit is contained in:
2025-07-09 22:43:02 +02:00
parent b381ef1335
commit 8e3e8952a6
5 changed files with 57 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ tower-http = { version = "0.6.0", features = ["trace", "fs"] }
tower-livereload = "0.9.2"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
image = "0.25.2"
image = "0.25.6"
anyhow = "1.0.86"
rayon = "1.10.0"
syntect = "5.2.0"