Skip to content
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

The requirement for adding people tag information from JSON files to the exif of photos #273

Open
a8500830 opened this issue Jan 3, 2024 · 2 comments
Labels
exif Related to exif - or lack fo them in gpth.dart

Comments

@a8500830
Copy link

a8500830 commented Jan 3, 2024

Because Google Photos has excellent character recognition capabilities, it happens that this information is retained in the JSON file. Can we also import this information into the photo's exif. I am using a replacement for Google Photos, but its character recognition is far inferior to Google Albums. I have searched for many tools but there is no convenient or mature method. Can the author implement this feature? Thank you again for your tools!

@TheLastGimbus
Copy link
Owner

If we had exif inserting support i would think about this... but we don't right now :/

But i'll keep this issue - please add some examples of those jsons because mine didn't contain any of this

@TheLastGimbus TheLastGimbus added the exif Related to exif - or lack fo them in gpth.dart label Jan 10, 2024
@bigethan
Copy link

bigethan commented Mar 1, 2024

the people are listed in the JSON like:

  "people": [{
    "name": "Person Name"
  }, {
    "name": "Other Name"
  }],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exif Related to exif - or lack fo them in gpth.dart
Projects
None yet
Development

No branches or pull requests

3 participants