-
-
Notifications
You must be signed in to change notification settings - Fork 318
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
[Enhancement] Use LastModified date when no exif data are found #1729
Comments
@ildyria I have some free time this days and I could try to implement this. Is it ok with you? |
Go for it ! :) |
@ildyria With the current php-exif lib I'm having a hard time figuring out if an images has Exif data or not. As far as I can tell, when Imagemagick is used, the library will always return some an Exif instance, even if the image doesn't have exif. I find this to be a bit confusing. Is this something intended or is there a plan to refactor it? How can I check if a file has actual exif data or not ? Thanks |
Thanks for pointing that one out. I fixed the return type of the reader: LycheeOrg/php-exif#62 to reflect this behavior. Yes this behavior is working as expected. Exif data is also size etc... |
Original issue: #1727
When uploading a file, we have access to extra meta-data. We can use those to fill up dates when provided.
The text was updated successfully, but these errors were encountered: