Sort images by creation date read from EXIF or file modify date

This commit is contained in:
2023-03-13 23:10:14 +01:00
parent 0480943093
commit 9b6a12f3da
3 changed files with 71 additions and 27 deletions

View File

@ -9,6 +9,7 @@ axum = { version = "0.6.7", features = ["form", "macros"] }
axum-sessions = "0.4.1"
axum-template = { version = "0.14.0", features = ["minijinja"] }
chacha20poly1305 = { version = "0.10.1", features = ["std"] }
chrono = "0.4.24"
hex = { version = "0.4.3", features = ["serde"] }
image = { version = "0.24.5", default-features = false, features = ["jpeg", "webp-encoder"] }
kamadak-exif = "0.5.5"