Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract more info from exif to store on server #39697

Open
tobiasKaminsky opened this issue Aug 3, 2023 · 1 comment
Open

Extract more info from exif to store on server #39697

tobiasKaminsky opened this issue Aug 3, 2023 · 1 comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement feature: dav feature: previews and thumbnails

Comments

@tobiasKaminsky
Copy link
Member

Right now we only extract size (width/height) and gps.
While reading exif data, we could store way more to show on clients, without having them to download entire image:
https://www.php.net/manual/en/function.exif-read-data.php

Alongside two other ideas

  • store exif header in thumbnails/resized images so that clients can treat any image (original, thumbnail, resized image) with exif data
  • make webdav property more generic, as we have right now two properties and with above we might end up with 10 different file_metadata_xyz properties
@tobiasKaminsky tobiasKaminsky added enhancement 0. Needs triage Pending check for reproducibility or if it fits our roadmap labels Aug 3, 2023
@AndyScherzinger
Copy link
Member

Also referencing #39714

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement feature: dav feature: previews and thumbnails
Projects
None yet
Development

No branches or pull requests

2 participants