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

Exif Tool: Remove/Edit Exif #1763

Open
S-Man42 opened this issue Jul 15, 2024 · 3 comments
Open

Exif Tool: Remove/Edit Exif #1763

S-Man42 opened this issue Jul 15, 2024 · 3 comments
Labels
feature New feature or request
Milestone

Comments

@S-Man42
Copy link
Owner

S-Man42 commented Jul 15, 2024

For creating Mysteries it would be great to modify the exif data.

@S-Man42 S-Man42 added the feature New feature or request label Jul 15, 2024
@S-Man42
Copy link
Owner Author

S-Man42 commented Jul 30, 2024

One could use "image" library for that, I guess: https://pub.dev/documentation/image/latest/image/ExifData-class.html

@S-Man42
Copy link
Owner Author

S-Man42 commented Jul 30, 2024

Maybe it makes sense to rewrite the entire exif stuff, so that everything is based on the image lib.
Advantages:

  1. Remove one dependency
  2. The exif data is already part of the loaded image. So it makes sense to use it and one could directly manipulate the related objects.

https://github.com/brendan-duncan/image/blob/main/doc/exif.md

@S-Man42
Copy link
Owner Author

S-Man42 commented Jul 31, 2024

@Mike-3 maybe an issue for you if you like? Only if you find it interesting, otherwise, I guess it will be mine someday...

@S-Man42 S-Man42 added this to the 3.3.0 milestone Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant