-
Notifications
You must be signed in to change notification settings - Fork 672
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
Better EXIF extraction #518
Conversation
IPTC data are in the first element of array. GPS coordinate helper added to required files.
Looks great, but I'm getting a few warnings when trying to upload photos:
|
It seems to be caused by the photo, can I get it? I'll do some adjustment on the code. |
exif_read_data throws uncatchable warnings when EXIF data don't exists or are malformed, so we have to suppress the errors for this. |
Any way to reproduce it? My test-photos are uploading without errors. |
I'll do a clean reinstallation of the dev branch to retry. My current installation has maybe seen too much photo duplicates and different versions of the script. But if you've got no error it should be good. |
Small rewrite of EXIF extraction and a few improvements.
Tested with a few photos, without bugs.