nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
26.42k stars 3.97k forks source link

Extract more info from exif to store on server #39697

Open tobiasKaminsky opened 1 year ago

tobiasKaminsky commented 1 year ago

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

AndyScherzinger commented 1 year ago

Also referencing #39714