You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this useful tool! I love it!
I just have a suggestion.
As I can see in src/helpers/update-exif-metadata.ts , this is to update the DateTimeOriginal only.
May be it will be useful in the future if you could copy/tag all other infomation in json such as GPS data?
Thank you.
The text was updated successfully, but these errors were encountered:
Thanks for this tool!! It would be great addition to include the following from the JSON file along with the currently supported: "photoTakenTime": {"timestamp": "1630106806", "formatted": "Aug 27, 2021, 11:26:46 PM UTC"}
Please update the code to include the following
-- "description": " defined description from manually adding to photo"
-- "geoData": {
"latitude": 41.853960799999996,
"longitude": -88.157765,
"altitude": 0.0,
"latitudeSpan": 0.0013490000000001604,
"longitudeSpan": 0.0013488999999991288
Assuming these entries have data values
Hi,
Thanks for this useful tool! I love it!
I just have a suggestion.
As I can see in src/helpers/update-exif-metadata.ts , this is to update the DateTimeOriginal only.
May be it will be useful in the future if you could copy/tag all other infomation in json such as GPS data?
Thank you.
The text was updated successfully, but these errors were encountered: