-
Notifications
You must be signed in to change notification settings - Fork 20
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
Nice to have feature: Exif data in saved files #44
Comments
Looks like a reasonable feature. I need to look up the EXIF format. Do you already have a reference implementation? |
Thank you for your fast reply. In my idea the parameter exif could be a structure containing the properties listed here: I looked for an implementation, and maybe there is something helping you here: |
Any news? :) |
Oh, Sorry, forgot to reply. This is on my todo list, but I'm not actively working on this. Don't expect to see it implemented before a few weeks. |
No problem. I will use a trick to let you the time to implement it gracefully ;) Thank you:) |
Firstly, thank you so much for your library!
I'm using it to take and store pictures to an SD card, with the date & time as name.
But I'm not able to change the "create date" property in the exif data of these pictures which is wrong.
Exif data are very useful for many reasons (order in an album like the Google Drive for example).
Maybe a new and optional parameter could be added to use sdmmc.save(path, exif) ?
Thank you again :)
The text was updated successfully, but these errors were encountered: